/*
Theme Name: Museum Lite
Theme URI: https://www.stockholmmuseum.com
Author: Stockholm Museum
Description: Lightweight custom theme scaffold for stockholmmuseum.com
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: museum-lite
*/

/* Push page content down so it’s not hidden under header */
body {padding-top: 0px;} /* adjust to your header’s actual height */
body.lock-scroll {overflow: hidden;touch-action: none;} /* prevents scroll-jank on iOS Safari */

/* -------------------------------------
   Base typography & elements
------------------------------------- */
body{font-family:system-ui,sans-serif;font-size:16px;line-height:1.6;margin:0;color:#333;background:#fff;margin: 0}
body,p,blockquote,figcaption,cite,q{font-family:'Mate',serif;font-size:1.15rem;line-height:1.30;margin:0 0 1.2em;color:#333}
blockquote{font-style:italic;padding:.75em 1.25em;border-left:3px solid #959b6b;background:#f9f9f7;border-radius:4px;color:#444}
figcaption{font-size:.9rem;color:#666;text-align:center;margin-top:.5em}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif;color:#222;line-height:1.25;margin:0 0 .6em}
h1{font-size:2.25rem;font-weight:700}
h2{font-size:1.7rem;font-weight:700}
h3{font-size:1.6rem;font-weight:700}
h4{font-size:1.35rem;font-weight:700}
h5{font-size:1.15rem;font-weight:500}
h6{font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
ul,ol{margin:0 0 1.5em 1.5em;padding:0}
a{color:#2b4f6c;text-decoration:underline}
a:hover,a:focus{color:#1a3850;text-decoration:none}
a:focus-visible{outline:2px dashed #ccc;outline-offset:2px}
img{max-width:100%;height:auto;display:block}

/* ==========================
   Underlined links
========================== */
.museum-content a,
.highlight-box a {
  color: #2b4f6c;
  text-decoration: underline;
}

.museum-content a:hover,
.museum-content a:focus,
.highlight-box a:hover,
.highlight-box a:focus {
  color: #1a3850;
  text-decoration: none;
}

.museum-content a:focus-visible,
.highlight-box a:focus-visible {
  outline: 2px dashed #ccc;
  outline-offset: 2px;
}

/* ==========================
   Vintage Light Lists (scoped)
========================== */
.museum-content ul,.museum-content ol{margin:0 0 1.4em 1.6em;padding:0;font-family:'Mate',serif;font-size:1.05rem;line-height:1.55;color:#2e2a25}
.museum-content li{margin:.35em 0;padding-bottom:.35em;position:relative} /* Base list items */
.museum-content li::after{content:"";display:block;height:1px;margin-top:.35em;background:linear-gradient(to right,transparent,#d8d2c6,transparent)}
.museum-content li:last-child::after{content:none}
.museum-content ul{list-style:none} /* Unordered list bullets */
.museum-content ul > li::before{content:"•";position:absolute;left:-1.2em;top:.2em;color:#a18c72;font-size:1.1em;line-height:1;opacity:.9}
.museum-content ul ul{margin-top:.5em} /* Nested unordered lists */
.museum-content ul ul > li::before{content:"◦";color:#c0b39e;font-size:.95em}
.museum-content ol{list-style:none;counter-reset:vintage-counter} /* Ordered lists */
.museum-content ol > li{counter-increment:vintage-counter}
.museum-content ol > li::before{content:counter(vintage-counter) ".";position:absolute;left:-1.6em;top:.2em;color:#7a5f3f;font-weight:600;font-family:"Work Sans",sans-serif}

/*--------------------------------------
  MIXED
--------------------------------------*/
.classic-divider{background:url(../images/classic-divider.png) no-repeat center;background-size:100% auto;width:100%;max-width:512px;height:46px;margin:40px auto;opacity:.6}

/*--------------------------------------
  H1 TITLES
--------------------------------------*/
.h1tagline,.h1taglineSvart{margin:0;padding:0}
.h1tagline{font-family:"Playfair Display",serif;font-weight:600;font-size:clamp(1.8em,2vw + 1em,2.4em);line-height:1.2;color:#fff;position:relative;display:inline-block;padding:.3em .6em;background-color:#0006;border-radius:6px;text-shadow:0 2px 4px #0009}
.h1tagline::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;backdrop-filter:blur(2px);border-radius:6px;z-index:-1}
.h1tagline::after{content:attr(data-split-tagline);display:block;font-style:italic;color:#888;margin-top:.2em}
.h1taglineSvart{font:800 clamp(1.6em,2vw + 1em,2.4em)/clamp(1.1em,.3vw + 1em,1.3em) "Work Sans","Playfair Display",serif;color:#222;text-shadow:0 2px 4px #00000026;position:relative}
.h1taglineSvart::after{content:"";display:block;width:60px;height:3px;margin-top:.4em;background:#0089CE;border-radius:2px}
.h1kursiv{display:block;font-family:"Cormorant",serif;font-style:italic;font-weight:300;font-size:clamp(0.8em,0.4vw + 0.7em,0.8em);line-height:1.3;margin-top:.5em;padding-left:.5em;text-indent:-.5em;color:#333}
.h1kursiv--overlay{color:#f5f5f5;text-shadow:0 2px 4px #0009;font-size:clamp(0.75em,0.35vw + 0.7em,0.95em);font-weight:400;margin-top:.3em}
@keyframes fadeSlideUp {
0%{opacity:0;transform:translateY(20px)}
100%{opacity:1;transform:translateY(0)}
}
.heading-divider{width:60%;height:1px;background:linear-gradient(to right,#ccc,#eee);margin:1.2em 0}
@media (max-width: 480px) {
.h1tagline{font-size:clamp(1.4em,4vw + 0.6em,2em);line-height:1.25;padding:.25em .5em}
.h1taglineSvart{font:700 clamp(1.3em,4vw + 0.6em,1.9em) / 1.2 "Work Sans","Playfair Display",serif}
.h1kursiv,.h1kursiv--overlay{font-size:.75em;line-height:1.1;margin-top:.3em;padding-left:.4em;text-indent:-.4em}
}

/* -----------------------------
   FOOTER BASE
----------------------------- */
.site-footer{background:linear-gradient(to bottom,#32485A,#41576A);color:#f5f5f5;font-family:"Work Sans",sans-serif}
.footer-top{padding:2em 1em}
.footer-top .footer-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;align-items:flex-start}

/* Logo + tagline */
.footer-logo-block{max-width:280px}
.footer-logo-block img{display:block;margin-bottom:0}
.footer-tagline{margin-top:.4em;font-size:.9rem;line-height:1.3;color:#ddd}

/* Menus */
.footer-menus{display:flex;gap:3rem;flex-wrap:wrap}
.footer-menu{flex:1;min-width:200px}
.footer-menu h3{margin:0 0 .6em;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#f5f3ed;border-bottom:2px solid #4a90e2;padding-bottom:.3em}
.footer-nav{list-style:none;margin:0;padding:0}
.footer-nav li{margin-bottom:.4em;line-height:1.2em}
.footer-nav li a {
  display: inline-block;
  padding: 0.6em 0; /* top/bottom spacing */
  line-height: 1.2em;
  font-size: 0.95rem;
  text-decoration: none;
  color: inherit; /* keeps current color */
}

/* Links */
.site-footer a{color:#f0f0f0;text-decoration:none;transition:color .25s ease}
.site-footer a:hover{color:#ffd800;text-decoration:none}

/* Footer Bottom Row */
.footer-bottom{background:#1c2833;padding:.55rem 1rem;color:#ccc;font-size:.8rem;font-family:"Work Sans",sans-serif;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.footer-bottom p{margin:0;line-height:1.4;font-family:"Work Sans",sans-serif;font-size:.8rem;color:#ccc}

/* Ensure space for button overlay on mobile */
@media (max-width: 768px) {.footer-bottom {min-height: 100px;}}

/* Responsive */
@media (max-width: 768px) {
.footer-top .footer-row{flex-direction:column;align-items:flex-start}
.footer-menus{flex-direction:column;gap:1.5rem}
}

/* -----------------------------------
   Homepage Hero Title
----------------------------------- */
.homepage-hero-title{position:relative;font-family:"Playfair Display",serif!important;font-size:clamp(1.4rem,1vw + 1.1rem,2rem)!important;line-height:1.3!important;font-weight:700!important;text-align:center;color:#222!important;padding:1.2em 1.6em;margin:0em auto .8em;border-top:2px solid #d8c9b6;border-bottom:2px solid #d8c9b6;border-radius:6px;max-width:900px;text-shadow:0 1px 2px #00000026;box-shadow:0 3px 8px #00000014;background:url(/wp-content/themes/Newspaper-child/assets/images/paper-texture.webp) repeat}
.homepage-hero-title::before{content:"";position:absolute;inset:0;background:#ffffffbf;border-radius:inherit;z-index:0}
.homepage-hero-title .hero-main,.homepage-hero-title .hero-sub{position:relative;z-index:1;display:block}
.hero-main{text-shadow:0 2px 3px #00000040;font-family:"Work Sans"}
.hero-sub{font-family:"Cormorant",serif;font-size:.7em;font-style:italic;font-weight:300;color:#555;margin-top:.4em;line-height:1.2;text-shadow:0 1px 1px #0000001a}
.td-block-title{padding:0;display:block;font-family:"Work Sans",sans-serif!important;font-size:1.5rem!important;font-weight:800;color:#000;margin:1.0em 0 .8em;text-shadow:0 1px 2px #0000001a;animation:fadeSlideUp .6s ease-out;word-break:break-word;position:relative;}
.td-block-title span{display:inline-block;margin-right:.6em}
.td-block-title::after{content:"";display:block;height:2px;margin-top:.4em;background:linear-gradient(to right,#ccc,transparent)!important}
.td-block-title-wrap.blue .td-block-title::after{background:linear-gradient(to right,#0089CE,transparent)!important}
.td-block-title-wrap.gold .td-block-title::after{background:linear-gradient(to right,#C5A572,transparent)!important}
.td-block-title-wrap.green .td-block-title::after{background:linear-gradient(to right,#4C805A,transparent)!important}
.td-block-title-wrap.red .td-block-title::after{background:linear-gradient(to right,#B64D38,transparent)!important}
.td-block-title-wrap.gray .td-block-title::after{background:linear-gradient(to right,#777,transparent)!important}
.td-block-title.star-heading{width:100%;font-size:clamp(1.8rem,2.5vw,2.3rem);font-weight:800;text-align:center;margin:2em 0 1em;padding-bottom:.4em;border-bottom:3px solid #007ac8;color:#222}
.td-block-title.star-heading span{display:block;font-size:1rem;font-weight:400;color:#666}
@keyframes fadeSlideUp {
from{opacity:0;transform:translateY(8px)}
to{opacity:1;transform:translateY(0)}
}

/*--------------------------------------
  UNIFIED HIGHLIGHT BOXES
--------------------------------------*/
.highlight-box{position:relative;border-left:4px solid;background:#f4faff;padding: 1em clamp(0.8em, 4vw, 1.5em);margin:1.5em 0;border-radius:6px;font:400 1em Mate,serif;color:#036;box-shadow:0 2px 8px #0002}
.highlight-label{font:600 1.1em "Work Sans",serif;letter-spacing:.05em;margin-bottom:.5em;color:#333;display:flex;align-items:center;gap:.4em;margin-left:1.5em}
.highlight-icon{font-size:1.1em}
.highlight-body{font-family:Mate,serif;padding-left:1.5em;padding-right:.5em;line-height:1.3em;}
.highlight-quote .highlight-body {
  position: relative;   /* ✅ now ::before and ::after are inside this box */
  font-family: Mate, serif;
  padding: 1.5em 1em;   /* ✅ add padding so quotes don’t overlap text */
  line-height: 1.5;
  color: #444;
}
.highlight-quote .highlight-body::before {
  content: "“";
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  font-size: 3em;
  color: #ccc;
  line-height: 1;
  z-index: 0;
}
.highlight-quote .highlight-body::after {
  content: "”";
  position: absolute;
  bottom: 0.1em;
  right: 0.1em;
  font-size: 3em;
  color: #ccc;
  line-height: 1;
  z-index: 0;
}
.highlight-quote .highlight-body p,
.highlight-quote .highlight-body {
  position: relative;
  z-index: 1;
}
.highlight-summary{border-left-color:#7aa2c2;background:#f7fbfd}
.highlight-anecdote{border-left-color:#4d7298;background:#f5f9fc;color:#2b4f6c}
.highlight-anecdote .highlight-label{color:#2b4f6c}

.highlight-quote{border-left-color:#777;background:#fbfbfb;color:#444}
.highlight-tip{border-left-color:#5c8a5c;background:#f7fcf7;color:#3f6f3f}
.highlight-tip .highlight-label{color:#3f6f3f}
.highlight-body ul{padding-left:.5em;margin:.5em 0;list-style-type:disc}
.highlight-body li{margin-bottom:.3em}
.highlight-tip .highlight-body ul{list-style-type:square}
@media (max-width: 480px) {
.highlight-box{padding:1em}
.highlight-label,.highlight-body{margin-left:0;padding-left:0}
.highlight-quote .highlight-body::before,.highlight-quote .highlight-body::after{font-size:4.5em;left:0;right:0}
}

/*--------------------------------------
  NAVBAR
--------------------------------------*/
/* Base layout */
.museum-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e6e2da;
  background: #fffefa;
  padding: .6em 1em;
  gap: .8em;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.museum-navbar__icon{font-size:2rem;flex-shrink:0}
.museum-navbar__list{display:flex;flex-wrap:wrap;gap:.5em;padding:0;margin:0;list-style:none!important}

/* Pills */
.museum-navbar__list a{font-family:"Work Sans",sans-serif;font-size:.9rem;display:inline-block;background:#e2e2e2;color:#333;font-weight:700;text-decoration:none;border-radius:999px;padding:.4em 1em;transition:background .2s ease,color .2s ease;line-height:1.2}
.museum-navbar__list a:hover{background:#ddd5c7;color:#005eaa;text-decoration:none}

/* ✅ Mobile layout only */
@media (max-width: 700px) {
.museum-navbar{flex-direction:column;align-items:stretch;gap:.6em}
.museum-navbar__icon{display:none}
.museum-navbar__list{display:grid;grid-template-columns:repeat(2,1fr);gap:.5em}
.museum-navbar__list li{margin:0;line-height:1}
.museum-navbar__list a{display:block;text-align:center;padding:.4em .6em;font-size:.8rem;line-height:1.3}
}

/*--------------------------------------
  MUSEUM CATEGORY GRID – Remake
--------------------------------------*/
.museum-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:3rem 0}
.museum-category{display:flex;flex-direction:column;align-items:stretch;height:100%}
.museum-category__link{position:relative;display:block;width:100%;aspect-ratio:4 / 3;background-size:cover;background-position:center;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease;flex:1}
.museum-category__link:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 8px 18px #00000026}
.museum-category__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:1.5rem 1rem;text-align:center;background:linear-gradient(to top,#000000a6 0%,#0000000d 60%,transparent 100%);color:#fff;font-family:"Work Sans",sans-serif;transition:background .3s ease}
.museum-category__link:hover .museum-category__overlay{background:linear-gradient(to top,#000000d9,#00000040)}
.museum-category__emoji{font-size:1.8rem;margin-bottom:.3rem}
.museum-category__title{font-family:'Playfair Display',serif;font-size:1.4em;line-height:1.3;font-weight:700;text-shadow:0 2px 6px #0009;margin-bottom:.4rem}
.museum-category__caption{font-family:"Mate",serif;font-size:.75rem;color:#666;font-style:italic;text-align:right;margin-top:.6em;margin-right:6px}
@media (max-width: 1024px) {
.museum-category-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 600px) {
.museum-category-grid{grid-template-columns:1fr}
.museum-category__title{font-size:1.2em}
}

/*----------------------------------------
  MUSEUM-STATS BAR
-----------------------------------------*/
.museum-stats{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;letter-spacing:.3px;color:#222;text-align:center;background:#f3efe9;border-radius:6px;padding:0.6em;margin:0.2em 0 1em;display:flex;flex-wrap:wrap;justify-content:center;gap:1.2em}
.museum-stats span{display:flex;align-items:center;gap:.4em}
@media (max-width: 768px) {.museum-stats{font-size:.95rem;flex-direction:column;gap:.6em;padding:1em}}

/*--------------------------------------
  CATEGORY INTRO
--------------------------------------*/
.category-intro-feature{background:#f3f3f3;padding:1em 2em;border-radius:.75em;border-left:4px solid #ccc;margin-bottom:2em;position:relative;z-index:1}
.category-intro-feature .intro-header{display:flex;align-items:center}
.intro-header {font-style: normal !important;}
.category-intro-feature .intro-icon{font-size:1.7em;margin-right:.5em}
.category-intro-feature h2{font-family:"Work Sans";font-weight:800;margin:12px 0;font-size:1.6em;line-height:1.1}
.category-intro-feature .intro-text{line-height:1.4}
.category-intro-feature .intro-text p{margin:.5em 0;line-height:1.3;font-family:Mate,serif}
.category-intro-feature .intro-text a{text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom .2s}
.category-intro-feature .intro-text a:hover{border-bottom:1px solid}

/*--------------------------------------
  H2 – Article Headings
--------------------------------------*/
.st h2{font-family:"Playfair Display",serif;font-size:1.9rem;font-weight:700;text-align:center;margin:0.5em auto .8em;color:#111;position:relative}
.st h2::after{content:"";display:block;width:80px;height:3px;margin:.5em auto 0;background:linear-gradient(to right,#007AC8,transparent)}
.st h2 .subtitle{font-weight:400;color:#444}

/*--------------------------------------
  VISITOR INFO
--------------------------------------*/
.attraction-box{background:#3c444c;color:#fdfcf7;padding:2.2em 1.8em;border-radius:10px;border:1px solid #2f353b;font-family:'Playfair Display',serif;font-size:.95rem;line-height:1.55;box-shadow:0 2px 6px #0002}

/* Title */
.attraction-box h2{font-size:1.55rem;font-weight:700;color:#d6b400;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 1px 1px #0003;position:relative;padding-bottom:.35em;margin:0 0 1em}
.attraction-box h2::after{content:"";display:block;width:45px;height:2px;margin-top:.35em;background:linear-gradient(to right,#d6b400,#b38f00);border-radius:1px}
.attraction-box .lang-names p{display:flex;align-items:center;gap:.6em;margin:.3em 0;font-family:"Playfair Display",sans-serif;font-weight:700;font-size:1.05rem;color:#f5f1e6;letter-spacing:.3px;line-height:1.4}
.attraction-box .lang-names p img{flex-shrink:0;width:20px;height:auto;border-radius:3px;border:0px solid #ddd3;box-shadow:0 1px 2px #0002}
.attraction-box .lang-names p span{text-shadow:0 1px 2px #0009}
.attraction-box img{width:20px;height:auto}
.attraction-box .info-section{margin-top:1.2em}
.attraction-box .subheader{font-weight:700;margin-bottom:.5em;text-transform:uppercase;letter-spacing:.05em;color:#e8e5dd}

/* Add subtle divider line between info-sections */
.attraction-box .info-section{padding-top:.8em;margin-top:.8em;border-top:1px solid #ffffff26}

/* Don’t show a divider before the first one */
.attraction-box .info-section:first-of-type{border-top:none;padding-top:0;margin-top:0}
.info-line{display:flex;align-items:center;gap:.5em;margin:.3em 0;line-height:1.4}
.info-line span:first-child{min-width:1.5em;text-align:center}
.attraction-box .info-line span:first-child{color:#ddd;font-size:1.1em;flex-shrink:0;word-break:break-word;overflow-wrap:anywhere;padding-right:.5em}
.info-divider{height:1px;margin:.7em 0;background:#d6d3c9;opacity:.65;border-radius:1px}

/*--------------------------------------
  COLDFORM
--------------------------------------*/
#coldform,#coldform_email,#coldform_name,#coldform_website,
#coldform_response,#coldform_topic,#coldform-message,#coldform_message{font-size:1em!important;color:#fff}
.entry-crumbs a,.td-bred-no-url-last{font-size:1.3em!important;color:#3484bd!important}

/*--------------------------------------
  CLOSEBY LIST (Nearby Attractions)
--------------------------------------*/
ul.closeby{background:#fffefa;border-left:4px solid #b48a1e;border-radius:6px;box-shadow:0 2px 8px #0002;padding:1.2em 1.5em;margin:2em 0;list-style:none;color:#333;font-family:"Mate",serif;font-size:1rem;line-height:1.5}
ul.closeby li{position:relative;padding-left:1.8em;margin-bottom:.8em}
ul.closeby li strong{font-weight:700;margin-left:.25em}
ul.closeby li::before{content:"•";position:absolute;left:0;top:.15em;font-size:1.1em;color:#b48a1e}
ul.closeby.nopins li::before{content:none}
/* Divider line between items */
ul.closeby li:not(:last-child)::after{content:"";display:block;height:1px;margin-top:.6em;background:linear-gradient(to right,transparent,#b48a1e,transparent);opacity:.3}

/*--------------------------------------
  NEARBY LIST (Beige info box)
--------------------------------------*/
ul.nearby{list-style:none;padding:1.4em 1.6em;margin:2em 0;background:#f5f0e6;border:1px solid #d8c9b6;border-radius:8px;box-shadow:0 4px 14px #0003;position:relative}
ul.nearby li{position:relative;padding:0.65em 0.65em 0.65em 2em;border-bottom:1px solid #0001;line-height:1.6}
ul.nearby li:last-child{border-bottom:none}
ul.nearby li::before{content:"📌";position:absolute;left:0;top:.55em;font-size:1.1em;color:#4c805a}
ul.nearby::before,ul.nearby::after{content:"";position:absolute;left:0;right:0;height:12px;pointer-events:none;z-index:1}
ul.nearby::before{top:0;background:linear-gradient(to bottom,#f5f0e6,#f5f0e600)}
ul.nearby::after{bottom:0;background:linear-gradient(to top,#f5f0e6,#f5f0e600)}
ul.nearby li{font-family:Mate,serif;font-size:1em;border-bottom:1px solid #fff;padding-bottom:4px}
ol.nearby{background:#eee!important;padding:20px;border-radius:6px}
ol.nearby li{font-family:Mate,serif;font-size:1em;border-bottom:1px solid #fff;padding-bottom:4px}

/*--------------------------------------
  INFO LIST
--------------------------------------*/
.info-list{list-style:none;padding:0;margin:20px 0 30px;line-height:1.4}
.info-list li{position:relative;padding-left:2em;margin-bottom:0.6em;line-height:1.4}
.info-list .icon{position:relative;left:-1.2em;top:.1em}
ul.sublist,.sublist li{list-style:none;padding-left:0;margin-left:1em}
.sublist li::before{content:"■";color:#555;font-size:.7em;position:relative;top:2px;margin-right:.35em}

/*--------------------------------------
  COOL QUOTE
--------------------------------------*/
.museum-highlight{background:linear-gradient(135deg,#fdfcfb 0%,#e2d1c3 100%);border-left:5px solid #8e735f;padding:2.5em 1.5em 2em;margin:3em 0;font-family:'Mate',serif;box-shadow:0 4px 12px #0002;border-radius:8px;position:relative;overflow:hidden;transition:transform .2s}
.museum-highlight:hover{transform:scale(1.01)}
.museum-highlight .museum-icon{font-size:2em;position:absolute;top:1em;left:1em;opacity:.2;transform:rotate(-10deg)}
.museum-highlight h3{font-family:'Playfair Display',serif;margin:1.2em 0 .5em;font-size:1.4em;font-weight:700;color:#2c2c2c}
.museum-highlight p{margin:0;font-size:1.05em;line-height:1.65;color:#3c3c3c}
/*--------------------------------------
  COOL QUOTE (Museum Highlight Box)
--------------------------------------*/
ul.museum-highlight {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  border-left: 5px solid #8e735f;
  border-radius: 8px;
  padding: 2.0em 1.5em 1em 1.25em;
  margin: 2.5em 0;
  font-family: 'Mate', serif;
  box-shadow: 0 4px 12px #0002;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
  list-style-position: inside;
  box-sizing: border-box;
   list-style-position: outside;
  padding-left: 2em; /* push bullets away */
}

ul.museum-highlight:hover {
  transform: scale(1.01);
}

ul.museum-highlight li {
  margin-bottom: 0.75em;
  color: #3c3c3c;
  font-size: 1.05em;
  line-height: 1.6;
}

ul.museum-highlight strong {
  color: #2c2c2c;
}


/* Highlighted list sections inside articles */
.highlighted-items{background:#fffefa;border-left:4px solid #c7b37b;padding:1em 1.2em;margin:1.5em 0;border-radius:6px;list-style:none;box-shadow:0 2px 6px #0001}
.highlighted-items li{margin:.6em 0;font-family:"Mate",serif;line-height:1.6}
.highlighted-items li strong{font-weight:700;color:#333;margin-left:.25em}
.highlighted-items a{color:#005eaa;text-decoration:underline}
.highlighted-items a:hover{color:#003f6e;text-decoration:none}

/*--------------------------------------
  MUSEUM NOTICE
--------------------------------------*/
.museum-notice{background:#fff3cd;color:#856404;border-left:5px solid #ffeeba;padding:1em 1.2em;margin:1.5em 0;border-radius:4px;font-size:.95rem;font-family:'Playfair Display',serif}
