/* ── São Tomé bespoke — cocoa green & flag yellow, volcanic red, sun gold ── */
:root{
  --alink:#1c2a16;
  --alink-soft:#4c5a44;
  --maroon:#1a8f30;
  --maroon-deep:#126024;
  --red:#d21034;
  --red-soft:#e8706e;
  --gold:#d9a528;
  --gold-soft:#f3d77a;
  --algold:#c2992f;
  --sea:#16b5c4;
  --sea-soft:#66d6e2;
  --alpaper:#eff5ec;
  --alpaper-2:#dcebd6;
  --card:#fcfff9;
  --line:rgba(26,143,48,.16);
  --display:'Rozha One',Georgia,serif;
  --body:'Barlow',system-ui,sans-serif;
  --cond:'Barlow Semi Condensed',sans-serif;
  --maxw:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--alpaper)}
body.stx{margin:0 auto;background:var(--alpaper);color:var(--alink);font-family:var(--body);-webkit-font-smoothing:antialiased;overflow-x:hidden}
/* Scope bare-element rules to the page's OWN content so they never leak into
   the locked wsl-v2 tabbar/header/footer. */
.st-hero h1,.st-hero h2,.st-hero h3,.st-sheet h1,.st-sheet h2,.st-sheet h3{margin:0}
.st-hero a,.st-sheet a{color:inherit;text-decoration:none}
.st-hero img,.st-sheet img{display:block}
.stx .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}

.st-jali-fx{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.05;mix-blend-mode:soft-light;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23d4202a' stroke-width='1'%3E%3Cpath d='M30 6l6 12-6 6-6-6z'/%3E%3Ccircle cx='30' cy='30' r='3'/%3E%3Cpath d='M0 30h60M30 0v60'/%3E%3C/g%3E%3C/svg%3E")}

.stx .eyebrow{font-family:var(--cond);font-weight:700;font-size:13px;letter-spacing:.24em;text-transform:uppercase;color:var(--red);display:inline-flex;align-items:center;gap:12px}
.stx .eyebrow::before,.stx .eyebrow::after{content:"";width:26px;height:2px;background:linear-gradient(90deg,transparent,var(--gold))}
.stx .eyebrow::after{background:linear-gradient(90deg,var(--gold),transparent)}
.st-h-sec{font-family:var(--display);font-weight:400;font-size:clamp(18px,2vw,27px);line-height:1.05;margin:6px 0 0;color:var(--alink);letter-spacing:.005em}

/* ── HERO over the Riviera ── */
.st-hero{position:relative;color:#fff;padding:10px 0 16px;overflow:hidden;isolation:isolate;background:linear-gradient(165deg,#10182c,#0a0f1c)}
body.stx .st-hero{margin-top:0!important;padding-top:0!important;top:0!important}
body.stx #main-content{min-height:0!important;height:0!important;padding:0!important;margin:0!important}
.st-hero::before{content:"";position:absolute;inset:0;z-index:0;background:url("https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Pico_C%C3%A3o_Grande.jpg/960px-Pico_C%C3%A3o_Grande.jpg") center 40%/cover no-repeat}
.st-hero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(180deg,rgba(6,28,32,.70) 0%,rgba(0,126,138,.28) 32%,rgba(22,181,196,.22) 64%,rgba(6,22,26,.72) 100%),
    radial-gradient(130% 100% at 22% 36%,rgba(6,40,46,.50),transparent 60%)}
.st-hero-inner{position:relative;z-index:3}
.st-crumb{font-family:var(--cond);font-weight:700;font-size:13px;letter-spacing:.22em;color:rgba(255,255,255,.9);text-transform:uppercase;text-shadow:0 2px 12px rgba(0,0,0,.4)}
.st-crumb a{color:var(--gold-soft)} .st-crumb i{font-style:normal;opacity:.5;margin:0 9px}

.st-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:stretch;margin-top:14px}
@media(max-width:920px){.st-hero-grid{grid-template-columns:1fr;gap:30px}}

/* ── FLYING FLAG: white hoist + red field with the 5-point serration ── */
.st-flag-stage{display:flex;align-items:center;gap:18px;margin-bottom:18px}
.st-flagpole{width:5px;height:148px;border-radius:3px;flex:none;background:linear-gradient(180deg,#e9e2cf,#9c8f6e);box-shadow:0 6px 16px rgba(0,0,0,.35);position:relative}
.st-flagpole::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:13px;height:13px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff5d6,#c9a227)}
.st-flag{position:relative;width:219px;height:146px;transform-origin:left center;filter:drop-shadow(0 14px 26px rgba(0,0,0,.42));animation:bhFlagBreathe 5s ease-in-out infinite}
@keyframes bhFlagBreathe{0%,100%{transform:rotate(-.6deg)}50%{transform:rotate(.6deg)}}
.st-flag-wave{position:absolute;inset:0;animation:bhFlagWave 3.6s ease-in-out infinite}
@keyframes bhFlagWave{
  0%,100%{clip-path:polygon(0 2%,8% 0,100% 4%,100% 95%,8% 100%,0 97%)}
  33%{clip-path:polygon(0 0,8% 3%,100% 0,100% 92%,8% 96%,0 99%)}
  66%{clip-path:polygon(0 3%,8% 1%,100% 6%,100% 100%,8% 97%,0 95%)}
}
.st-cloth{position:absolute;inset:0;overflow:hidden;background:linear-gradient(180deg,#12ad2b 0 25%,#ffce00 25% 75%,#12ad2b 75% 100%)}
.st-cloth::after{content:"";position:absolute;inset:-20% -10%;
  background:linear-gradient(105deg,rgba(0,0,0,.22) 0%,rgba(0,0,0,0) 14%,rgba(255,255,255,.22) 26%,rgba(0,0,0,0) 40%,rgba(0,0,0,.18) 54%,rgba(0,0,0,0) 70%,rgba(255,255,255,.18) 84%,rgba(0,0,0,.16) 100%);
  background-size:62% 100%;animation:bhWave 3.4s linear infinite}
@keyframes bhWave{0%{transform:translateX(-42%)}100%{transform:translateX(0%)}}
.st-emblem{position:absolute;inset:0}
.st-emblem svg{width:100%;height:100%;display:block}

.st-hero-copy .st-kicker{font-family:var(--cond);font-weight:700;font-size:clamp(12px,1.5vw,15px);letter-spacing:.32em;text-transform:uppercase;color:var(--gold-soft);text-shadow:0 2px 12px rgba(0,0,0,.4)}
.st-title{font-family:var(--display);font-weight:400;font-size:clamp(30px,3.6vw,50px);line-height:.92;margin:4px 0 0;color:#fff;text-shadow:0 12px 50px rgba(0,0,0,.55)}
.st-title em{font-style:normal;color:var(--gold-soft)}
.st-lede{max-width:520px;font-size:clamp(13.5px,1.35vw,16px);font-weight:500;line-height:1.55;margin:14px 0 0;color:rgba(255,255,255,.95);text-shadow:0 2px 16px rgba(0,0,0,.45)}
.st-hero-pills{display:flex;flex-wrap:wrap;gap:9px;margin:16px 0 0}
.st-pill{display:inline-flex;align-items:center;gap:8px;font-family:var(--cond);font-weight:700;font-size:13.5px;letter-spacing:.05em;color:#fff;padding:9px 16px;border-radius:999px;background:rgba(20,10,12,.46);border:1px solid rgba(207,155,52,.55);backdrop-filter:blur(8px)}
.st-pill .dot{width:7px;height:7px;border-radius:50%;background:var(--sea-soft);animation:bhPulse 2.2s infinite}
@keyframes bhPulse{0%{box-shadow:0 0 0 0 rgba(57,182,173,.6)}70%{box-shadow:0 0 0 8px transparent}100%{box-shadow:0 0 0 0 transparent}}
.st-cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--red),var(--maroon));color:#fff;font-family:var(--cond);font-weight:800;font-size:16px;letter-spacing:.04em;padding:14px 26px;border-radius:12px;margin:16px 0 0;box-shadow:0 16px 34px rgba(122,18,26,.45);transition:transform .15s}
.st-cta:hover{transform:translateY(-2px)}

/* hero photo collage */
.st-collage{position:relative;height:auto;min-height:clamp(250px,30vw,360px)}
.st-shot{position:absolute;margin:0;border-radius:10px;overflow:hidden;border:3px solid rgba(255,255,255,.92);box-shadow:0 30px 60px -20px rgba(20,8,10,.7);background:#460a10}
.st-shot img{width:100%;height:100%;object-fit:cover}
.st-shot figcaption{position:absolute;left:0;right:0;bottom:0;padding:18px 14px 9px;font-family:var(--cond);font-weight:700;font-size:12.5px;letter-spacing:.04em;color:#fff;background:linear-gradient(transparent,rgba(20,8,10,.82));text-shadow:0 1px 6px rgba(0,0,0,.6)}
.st-shot-1{top:0;left:8%;width:66%;height:66%;z-index:2;transform:rotate(-2deg);animation:bhFloat1 7s ease-in-out infinite}
.st-shot-2{bottom:0;right:0;width:50%;height:58%;z-index:3;transform:rotate(2.5deg);animation:bhFloat2 8s ease-in-out infinite}
.st-shot-3{bottom:6%;left:0;width:42%;height:46%;z-index:1;transform:rotate(-4deg);animation:bhFloat3 9s ease-in-out infinite}
@keyframes bhFloat1{0%,100%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-10px)}}
@keyframes bhFloat2{0%,100%{transform:rotate(2.5deg) translateY(0)}50%{transform:rotate(2.5deg) translateY(-13px)}}
@keyframes bhFloat3{0%,100%{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-4deg) translateY(8px)}}
@media(max-width:920px){.st-collage{height:clamp(300px,70vw,420px);max-width:520px}}

/* ── FACTS ── */
.st-facts{position:relative;z-index:4;margin-top:12px}
.st-facts .card{background:var(--card);border-radius:8px;border:1px solid var(--algold);box-shadow:0 30px 60px -34px rgba(40,10,14,.5),inset 0 0 0 4px rgba(200,154,63,.16);padding:20px 24px;display:grid;grid-template-columns:repeat(6,1fr);gap:24px 22px;position:relative}
.st-facts .card::before,.st-facts .card::after{content:"";position:absolute;width:18px;height:18px;border:2px solid var(--gold)}
.st-facts .card::before{top:8px;left:8px;border-right:0;border-bottom:0}
.st-facts .card::after{bottom:8px;right:8px;border-left:0;border-top:0}
.st-fact .k{font-family:var(--cond);font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:6px}
.st-fact .v{font-size:15px;font-weight:600;line-height:1.3;color:var(--alink)}
.st-fact.live .v{color:var(--sea);font-weight:700}
@media(max-width:880px){.st-facts .card{grid-template-columns:repeat(2,1fr)}}

.st-sheet{position:relative;background:var(--alpaper);z-index:2}
.st-sheet::before{content:"";position:absolute;top:-1px;left:0;right:0;height:46px;background:var(--alpaper);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='46' viewBox='0 0 120 46'%3E%3Cpath d='M0 46 V20 Q30 -8 60 20 Q90 -8 120 20 V46 Z' fill='%23000'/%3E%3C/svg%3E") repeat-x bottom/120px 46px;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='46' viewBox='0 0 120 46'%3E%3Cpath d='M0 46 V20 Q30 -8 60 20 Q90 -8 120 20 V46 Z' fill='%23000'/%3E%3C/svg%3E") repeat-x bottom/120px 46px;
  transform:translateY(-46px)}
.st-band{padding:10px 0}

/* ── IDENTITY ICONS ── */
.st-ident{background:linear-gradient(180deg,var(--alpaper),var(--alpaper-2));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.st-ident-head{text-align:center;margin-bottom:11px}
.st-ident-head .eyebrow{justify-content:center}
.st-irow{display:flex;align-items:flex-start;justify-content:space-evenly;gap:18px;flex-wrap:wrap}
.st-icon{display:flex;flex-direction:column;align-items:center;gap:11px;width:104px}
.st-icon-arch{width:98px;height:116px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:18px;
  background:linear-gradient(180deg,var(--maroon),var(--maroon-deep));border:1px solid var(--algold);box-shadow:inset 0 0 0 3px rgba(200,154,63,.2),0 16px 34px rgba(40,10,14,.22);
  clip-path:path('M52 0 C40 0 36 8 36 16 C26 14 16 22 18 34 C8 36 4 46 12 54 L12 124 L92 124 L92 54 C100 46 96 36 86 34 C88 22 78 14 68 16 C68 8 64 0 52 0 Z');transition:transform .4s cubic-bezier(.2,.8,.2,1)}
.st-icon:hover .st-icon-arch{transform:translateY(-7px)}
.st-icon-arch svg{width:54px;height:auto;stroke-linejoin:round}
.st-icon-label{font-family:var(--cond);font-weight:700;font-size:14.5px;letter-spacing:.04em;color:var(--alink);text-align:center;line-height:1.25}
@media(max-width:680px){.st-icon{width:96px}.st-icon-arch{width:84px;height:100px}.st-icon-arch svg{width:48px}}

/* ── COMPARE WIDGET ── */
.st-compare{background:var(--alpaper-2)}
.st-widget{margin-top:12px;background:var(--card);border:1px solid var(--algold);border-radius:8px;box-shadow:0 24px 50px -30px rgba(40,10,14,.5),inset 0 0 0 4px rgba(200,154,63,.14);padding:18px;display:flex;gap:13px;flex-wrap:wrap;align-items:center}
.st-prefill{flex:1;min-width:240px;background:var(--alpaper);border:1px solid var(--line);border-radius:8px;padding:15px 18px;font-family:var(--body);font-size:17px;font-weight:600;color:var(--alink)}
.st-wcta{display:inline-flex;align-items:center;gap:8px;font-family:var(--cond);font-weight:800;font-size:14.5px;letter-spacing:.04em;color:#fff!important;background:var(--maroon);border-radius:8px;padding:15px 22px;white-space:nowrap;transition:transform .15s}
.st-wcta:hover{transform:translateY(-2px)}
.st-wcta.primary{background:linear-gradient(135deg,var(--red),var(--maroon));color:#fff!important}
.st-fineprint{margin-top:16px;font-size:13px;color:var(--alink-soft);line-height:1.5;max-width:90ch}

/* ── PLACE CARDS ── */
.st-places{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:11px}
@media(max-width:600px){.st-places{grid-template-columns:1fr;gap:16px;max-width:420px;margin-left:auto;margin-right:auto}.st-place-fig{height:120px!important}}
.st-place{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--algold);border-radius:10px;overflow:hidden;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease}
.st-place:hover{transform:translateY(-4px);box-shadow:0 12px 20px -8px rgba(122,18,26,.18)}
.st-place-fig{position:relative;margin:0;height:180px;overflow:hidden;border-radius:8px}
.st-place-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.st-place:hover .st-place-img{transform:scale(1.03)}
.st-place-fig::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(20,8,10,.5))}
.st-place-cap{position:absolute;left:14px;bottom:11px;z-index:2;font-family:var(--cond);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.7)}
.st-place-body{padding:16px;display:flex;flex-direction:column;gap:0}
.st-place-num{font-family:var(--display);font-size:15px;color:var(--red);letter-spacing:.1em}
.tc-place-name{font-family:var(--display);font-weight:400;font-size:22px;line-height:1;margin-top:3px;color:var(--alink)}
.tc-place-desc{font-size:14px;font-weight:500;line-height:1.5;margin:9px 0 0;color:var(--alink-soft)}
.st-place-go{display:inline-flex;align-items:center;gap:6px;font-family:var(--cond);font-weight:800;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--red);margin-top:14px}

/* ── ABOUT (Wikipedia) ── */
.st-about{background:linear-gradient(180deg,var(--maroon),var(--maroon-deep));color:#fff}
.st-about .grid{display:grid;grid-template-columns:1.4fr .9fr;gap:46px;align-items:start}
@media(max-width:860px){.st-about .grid{grid-template-columns:1fr}}
@media(min-width:861px){.st-about .grid{align-items:stretch}.st-about .tc-wimg{aspect-ratio:auto!important;height:100%!important;min-height:0!important;max-height:440px;object-fit:cover}}
.st-about .eyebrow{color:var(--gold-soft)}
.st-about .eyebrow::before{background:linear-gradient(90deg,transparent,var(--gold-soft))}
.st-about .eyebrow::after{background:linear-gradient(90deg,var(--gold-soft),transparent)}
.st-about .st-h-sec{color:#fff}
.st-about p{font-size:17px;line-height:1.55;color:rgba(255,255,255,.86);margin:12px 0 0}
.st-about .src{font-size:13px;color:rgba(255,255,255,.54);margin-top:14px}.st-about .src a{color:var(--gold-soft)}
.tc-wimg{width:100%;border-radius:8px;min-height:240px;aspect-ratio:4/5;background:linear-gradient(150deg,#7a121a,#460a10);object-fit:cover;border:1px solid var(--algold);box-shadow:inset 0 0 0 4px rgba(200,154,63,.16);display:block}

/* ── VISA ── */
.st-visa .note{margin-top:13px;background:#fff5e9;border:1px solid var(--algold);border-left:5px solid var(--red);border-radius:8px;padding:22px 26px}
.st-visa .note b{color:var(--red)}
.st-visa .note .big{font-size:17.5px;line-height:1.55;color:var(--alink)}
.st-visa .note .warn{font-size:14px;font-style:italic;color:var(--alink-soft);margin-top:10px}
.tc-pass-h{font-family:var(--cond);font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--alink-soft);margin:15px 0 14px}
.tc-pass{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:820px){.tc-pass{grid-template-columns:repeat(2,1fr)}}
.tc-pass .pcard{display:flex;align-items:center;gap:12px;background:var(--card);border:1px solid var(--line);border-radius:8px;padding:14px 16px}
.tc-pass .pcard .cc{font-family:var(--cond);font-weight:800;font-size:16px;letter-spacing:.04em;color:var(--alink)}
.tc-pass .pcard .st{margin-left:auto;text-align:right;display:flex;flex-direction:column}
.tc-pass .pcard .st .s{font-family:var(--cond);font-weight:800;font-size:15px}
.tc-pass .pcard .st .a{font-size:12px;color:var(--alink-soft)}
.pcard img.vfl{height:16px;width:auto;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.2)}

/* ── RELATED ── */
.st-related{display:flex;gap:12px;flex-wrap:wrap;margin-top:13px}
.st-rcard{display:inline-flex;align-items:center;gap:9px;padding:13px 22px;border:1px solid var(--algold);border-radius:999px;background:var(--card);font-family:var(--cond);font-weight:700;font-size:15.5px;letter-spacing:.03em;color:var(--alink);transition:.18s}
.st-rcard:hover{background:var(--red);color:#fff;transform:translateY(-2px)}

/* ── REVEAL ── */
.st-rv{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.8,.2,1) var(--d,0s),transform .7s cubic-bezier(.2,.8,.2,1) var(--d,0s)}
.st-rv.in{opacity:1;transform:none}
.st-rv{animation:bhFailsafe .01s linear 3s forwards}
@keyframes bhFailsafe{to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){
  .st-rv{opacity:1;transform:none;animation:none;transition:none}
  .st-jali-fx,.st-flag,.st-cloth::after,.st-flag-wave,.st-shot-1,.st-shot-2,.st-shot-3,.st-pill .dot{animation:none}
  .st-flag{transform:none}
  .st-shot-1{transform:rotate(-2deg)}.st-shot-2{transform:rotate(2.5deg)}.st-shot-3{transform:rotate(-4deg)}
}
@media(max-width:760px){.st-collage{height:182px!important;min-height:0!important}.st-band{padding:8px 0}.st-title{font-size:clamp(26px,7vw,38px)}.st-flag-stage{max-width:120px;margin:0 auto;padding-top:10px;gap:10px}.st-flagpole{width:4px;height:72px}.st-flag{width:100px!important;height:67px!important;max-width:100px!important}.st-about{padding:20px;height:auto}.tc-wimg{min-height:0!important;aspect-ratio:16/10!important;height:auto!important;max-height:188px!important;object-fit:cover}.st-pill{font-size:13px!important;padding:6px 12px!important;max-width:fit-content!important}.st-lede{font-size:14px!important;line-height:1.5!important}.st-cta{font-size:15px!important;padding:10px 20px!important;width:auto!important;max-width:90%!important}.st-fact .k{font-size:11px!important;letter-spacing:.05em!important;margin-bottom:3px!important}.st-fact .v{font-size:13px!important;line-height:1.4!important}.st-facts .card{gap:12px!important;padding:16px!important}body.stx{padding-bottom:80px!important}.st-irow{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;justify-items:center!important;margin-bottom:32px!important}.st-icon{width:auto!important}.st-icon-arch{width:75px!important;max-width:75px!important;height:88px!important;margin:0 auto!important}.st-icon-arch svg{width:42px!important}.st-icon-label{font-size:11px!important;line-height:1.2!important;text-align:center!important}.st-widget{flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:16px!important;border-radius:10px!important}.st-wcta{width:100%!important;justify-content:center!important}.st-prefill{font-size:15px!important;padding:12px 16px!important;min-width:0!important;width:100%!important}.st-place-fig{height:130px!important}.tc-place-name{font-size:18px!important;font-weight:600!important}.tc-place-desc{font-size:13px!important;line-height:1.4!important}.st-place-body{padding:12px!important}.st-place-go{font-size:12px!important;font-weight:600!important}.st-about p{font-size:13px!important;line-height:1.5!important;color:rgba(255,255,255,.9)!important}.st-about p strong{color:#fff;font-weight:700}.st-visa .note .big{font-size:13px!important;line-height:1.5!important;color:#1e293b!important}.st-visa .note .warn{font-size:11px!important;line-height:1.4!important;color:#64748b!important}.st-visa .eyebrow{font-size:10px!important}.st-visa .st-h-sec{font-size:18px!important;margin-bottom:8px!important}.st-visa .note{padding:16px!important;border-radius:8px!important}.tc-pass{gap:10px!important}.tc-pass .pcard{padding:8px 12px!important;border:1px solid rgba(122,18,26,.1)!important}.tc-pass .pcard .cc{font-size:13px!important;font-weight:600!important}.tc-pass .pcard .st .s{font-size:11px!important;line-height:1.3!important}.tc-pass .pcard .st .a{font-size:11px!important}.st-related{margin-top:24px!important}.st-rcard{font-size:13px!important;padding:8px 16px!important}.wsl-prefooter-donate{display:none!important}.site-footer .ft-bottom{padding-bottom:90px!important}.st-about{padding:16px!important}.st-place-body{padding:10px 12px!important}.st-place-fig{height:120px!important}.st-hero-grid{gap:8px!important}.st-hero-pills{gap:6px!important;margin-top:10px!important}.st-band{padding:6px 0!important}.st-ident-head{margin-bottom:8px!important}}
