/* MFC Chronicle — plugin-owned RU/RO page body */
body.mfc-chronicle-page .page-title-wrap .page-title{display:none!important}
body.mfc-chronicle-page .bt-sidebar-wrap{display:none!important}
body.mfc-chronicle-page .bt-content-wrap{flex:0 0 100%!important;max-width:100%!important;width:100%!important}
body.mfc-chronicle-page .page-wrap>.container{width:100%!important;max-width:1240px!important}
body.mfc-chronicle-page .article-wrap,
body.mfc-chronicle-page .article-page-wrap,
body.mfc-chronicle-page .page-content-wrap{width:100%!important;max-width:none!important}
body.mfc-chronicle-page .article-page-wrap{background:transparent!important;border:0!important;box-shadow:none!important;margin-bottom:12px!important}
body.mfc-chronicle-page .page-content-wrap{padding:12px 0!important}

.mfc-chronicle{
  --ink:#2b1b10;
  --accent:#7b2418;
  position:relative;
  width:calc(100% - 24px);
  max-width:1120px;
  margin:10px auto 14px;
  padding:20px;
  color:var(--ink);
  overflow:hidden;
  border:1px solid rgba(103,66,26,.22);
  border-radius:0;
  box-shadow:0 4px 18px rgba(61,38,12,.10),inset 0 0 34px rgba(116,71,23,.08);
  background:
    radial-gradient(ellipse at 50% 38%,rgba(255,247,213,.98) 0%,rgba(242,215,163,.96) 57%,rgba(205,160,93,.94) 100%);
}
.mfc-chronicle:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.48;
  background:
    radial-gradient(circle at 8% 15%,rgba(91,55,20,.10) 0 1px,transparent 2px),
    radial-gradient(circle at 76% 63%,rgba(91,55,20,.07) 0 1px,transparent 2px),
    repeating-linear-gradient(7deg,rgba(87,51,18,.018) 0 1px,transparent 1px 5px);
}
.mfc-chronicle:after{
  content:"";
  position:absolute;
  inset:7px;
  pointer-events:none;
  border:1px solid rgba(113,73,28,.10);
  box-shadow:inset 0 0 18px rgba(112,70,24,.06);
}
.mfc-chronicle-inner{position:relative;z-index:1;max-width:840px;margin:0 auto;padding:42px 26px 48px;font-family:Georgia,"Times New Roman",serif}
.mfc-chronicle-title{margin:0!important;text-align:center!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(58px,7vw,96px)!important;font-weight:400!important;line-height:1!important;letter-spacing:-.035em;color:#2a190d!important;text-transform:none!important}
.mfc-chronicle-ornament{display:flex;align-items:center;gap:10px;justify-content:center;margin:11px auto 15px;color:#8c5a22}.mfc-chronicle-ornament:before,.mfc-chronicle-ornament:after{content:"";height:1px;width:165px;background:linear-gradient(90deg,transparent,#9c6b2e)}.mfc-chronicle-ornament:after{background:linear-gradient(90deg,#9c6b2e,transparent)}.mfc-chronicle-ornament span{font-size:18px}
.mfc-chronicle-month{text-align:center;font-family:Georgia,"Times New Roman",serif;font-size:35px;line-height:1.2;color:var(--accent);font-weight:700;margin:0 0 34px}
.mfc-chronicle-day{padding:0 0 25px;margin:0 0 25px;border-bottom:1px solid rgba(102,70,31,.24)}.mfc-chronicle-day:last-child{margin-bottom:12px}
.mfc-chronicle-day h2{font-family:Georgia,"Times New Roman",serif!important;font-size:26px!important;line-height:1.25!important;color:var(--accent)!important;margin:0 0 17px!important;font-weight:700!important;text-transform:none!important}
.mfc-chronicle-event{font-family:Georgia,"Times New Roman",serif;font-size:15px;line-height:1.48;margin:0 0 8px;color:var(--ink)}
.mfc-chronicle-event a{color:var(--accent)!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.mfc-chronicle-event a:hover{color:#4f160f!important}

/* Semantic event accents: muted, parchment-friendly, never force a one-line layout. */
.mfc-event-mark{font-weight:600}
.mfc-event-mark-sale{color:#009b3a}
.mfc-event-mark-rent{color:#e39b00}
.mfc-event-mark-sold{color:#d71920}
.mfc-event-mark-frozen{color:#777777}
.mfc-event-mark-content{color:#006fe6}
.mfc-price-new{color:#00a63c;font-weight:700}
.mfc-chronicle-nav{display:flex;justify-content:space-between;gap:20px;margin-top:32px;padding-top:18px}.mfc-chronicle-nav a{font-family:Georgia,"Times New Roman",serif;font-size:19px;color:var(--accent)!important;text-decoration:none}.mfc-chronicle-nav .next{margin-left:auto}

@media(max-width:767px){
  body.mfc-chronicle-page .page-wrap>.container{padding-left:8px!important;padding-right:8px!important}
  body.mfc-chronicle-page .article-page-wrap{margin-bottom:8px!important}
  body.mfc-chronicle-page .page-content-wrap{padding:8px 0!important}
  .mfc-chronicle{width:100%;margin:6px auto 10px;padding:8px}
  .mfc-chronicle-inner{padding:28px 15px 32px}
  .mfc-chronicle-title{font-size:clamp(48px,17vw,68px)!important}
  .mfc-chronicle-month{font-size:27px;margin-bottom:25px}
  .mfc-chronicle-day h2{font-size:22px!important}
  .mfc-chronicle-event{font-size:15px;line-height:1.48}
  .mfc-chronicle-ornament:before,.mfc-chronicle-ornament:after{width:90px}
  .mfc-chronicle-nav{flex-wrap:wrap}.mfc-chronicle-nav a{font-size:17px}
}

/* 1.1.8 — colour ADD links by source type. */
.mfc-add-entry-content a{color:#006fe6!important;text-decoration-color:#006fe6!important}
.mfc-add-entry-sale a{color:#009b3a!important;text-decoration-color:#009b3a!important}
.mfc-add-entry-rent a{color:#e39b00!important;text-decoration-color:#e39b00!important}
