
:root{
  --blue:#0b1f36;
  --blue2:#12365c;
  --burgundy:#7b1e31;
  --burgundy2:#4f1420;
  --gold:#c39a49;
  --gold2:#e0bf72;
  --ivory:#f4ead6;
  --paper:#fff7e8;
  --ink:#18202a;
  --muted:#65717d;
  --line:rgba(195,154,73,.42);
  --shadow:0 22px 60px rgba(8,20,34,.32);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:
    radial-gradient(circle at 20% 0%, rgba(195,154,73,.14), transparent 28%),
    linear-gradient(180deg,#f6ecd8,#efe1c7);
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.55;
}
a{color:inherit;}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(90deg,#07172a,var(--blue),var(--burgundy2));
  color:white;
  border-bottom:2px solid var(--gold);
  box-shadow:0 6px 24px rgba(0,0,0,.3);
}
.header-inner{
  max-width:1220px;
  margin:0 auto;
  padding:15px 22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}
.brand{text-decoration:none;}
.brand-title{
  display:block;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:.055em;
  color:#fff8e8;
}
.brand-subtitle{
  display:block;
  color:var(--gold2);
  font-size:.9rem;
}
.nav{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
  font-family:Arial,sans-serif;
  font-size:.84rem;
}
.nav a{
  text-decoration:none;
  padding:7px 9px;
  border-radius:999px;
  color:#fff8e8;
}
.nav a:hover{
  background:rgba(195,154,73,.16);
  color:var(--gold2);
}
.hero-home{
  min-height:72vh;
  display:grid;
  align-items:end;
  color:white;
  background:
    linear-gradient(90deg,rgba(6,18,32,.90),rgba(20,40,62,.72),rgba(84,19,32,.68)),
    url("../images/home-hero-family-armillary.png") center/cover no-repeat;
  border-bottom:4px solid var(--gold);
}
.hero-home .hero-inner{
  max-width:1220px;
  margin:0 auto;
  width:100%;
  padding:96px 22px 76px;
}
.eyebrow{
  font-family:Arial,sans-serif;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.17em;
  color:var(--gold2);
  margin:0 0 14px;
  font-weight:bold;
}
h1{
  font-size:clamp(2.55rem,6vw,5.8rem);
  line-height:.94;
  max-width:1000px;
  margin:0 0 16px;
  letter-spacing:-.045em;
}
.hero-home .subtitle{
  font-size:clamp(1.35rem,2.5vw,2rem);
  color:var(--gold2);
  margin:0 0 12px;
}
.hero-home p{
  font-size:clamp(1.06rem,1.8vw,1.34rem);
  max-width:790px;
  color:#fff5e4;
}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;}
.btn{
  display:inline-block;
  text-decoration:none;
  font-family:Arial,sans-serif;
  font-weight:bold;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:.82rem;
  padding:12px 18px;
  border-radius:999px;
  border:1px solid var(--gold);
}
.btn.primary{
  background:linear-gradient(180deg,var(--gold2),var(--gold));
  color:#0b1f36;
  box-shadow:0 0 0 1px rgba(255,255,255,.22) inset;
}
.btn.secondary{
  background:rgba(11,31,54,.62);
  color:#fff8e8;
}
.section{
  max-width:1220px;
  margin:0 auto;
  padding:62px 22px;
}
.section.dark{
  max-width:none;
  background:linear-gradient(135deg,#07172a,var(--blue),#102945);
  color:#fff6e7;
  border-top:1px solid rgba(195,154,73,.35);
  border-bottom:1px solid rgba(195,154,73,.35);
}
.section.dark .inner{max-width:1220px;margin:0 auto;}
.section.dark h2{color:white;}
.section.dark .lede{color:#f4dec0;}
.kicker{
  font-family:Arial,sans-serif;
  color:var(--burgundy);
  text-transform:uppercase;
  font-size:.78rem;
  font-weight:bold;
  letter-spacing:.14em;
  margin:0 0 8px;
}
.section.dark .kicker{color:var(--gold2);}
h2{
  font-size:clamp(1.8rem,3vw,3.2rem);
  line-height:1.06;
  margin:0 0 16px;
  color:var(--blue);
}
h3{
  font-size:1.34rem;
  line-height:1.2;
  margin:0 0 10px;
  color:var(--blue);
}
.lede{
  font-size:1.13rem;
  max-width:880px;
  color:#2f4152;
}
.grid{display:grid;gap:20px;}
.grid.three{grid-template-columns:repeat(3,minmax(0,1fr));}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr));}
.card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 32px rgba(20,32,46,.12);
}
.card p{color:#405161;}
.state-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}
.state-card{
  display:block;
  text-decoration:none;
  min-height:178px;
  background:
    linear-gradient(135deg,rgba(11,31,54,.97),rgba(18,54,92,.94)),
    radial-gradient(circle at 80% 20%,rgba(195,154,73,.30),transparent 34%);
  color:white;
  border:1px solid var(--gold);
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 34px rgba(8,20,34,.22);
  transition:.18s ease;
  position:relative;
  overflow:hidden;
}
.state-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,transparent,rgba(123,30,49,.38));
  opacity:0;
  transition:.18s ease;
}
.state-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow);
}
.state-card:hover:before{opacity:1;}
.state-card > *{position:relative;z-index:1;}
.state-card .abbr{
  font-family:Arial,sans-serif;
  color:var(--gold2);
  font-weight:bold;
  letter-spacing:.18em;
  font-size:.83rem;
}
.state-card strong{
  display:block;
  font-size:1.6rem;
  margin-top:10px;
  color:#fff8e8;
}
.state-card .label{
  display:inline-block;
  margin-top:22px;
  font-family:Arial,sans-serif;
  font-size:.76rem;
  font-weight:bold;
  color:#0b1f36;
  background:var(--gold2);
  padding:6px 9px;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.state-card.disabled{
  background:linear-gradient(135deg,#d7c7ac,#b7a98f);
  color:#23313f;
  border-color:#b09b6b;
  box-shadow:none;
  cursor:default;
}
.state-card.disabled:hover{transform:none;box-shadow:none;}
.state-card.disabled .label{background:#23313f;color:#f4ead6;}
.publication-feature{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:22px;
  align-items:stretch;
}
.pub-lead,.pub-card{
  display:block;
  text-decoration:none;
  background:white;
  border:1px solid var(--gold);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 32px rgba(20,32,46,.12);
  transition:.18s ease;
}
.pub-lead:hover,.pub-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);}
.pub-head{
  background:linear-gradient(135deg,var(--blue),var(--burgundy2));
  color:white;
  padding:24px;
  min-height:160px;
}
.pub-head.gold{
  background:linear-gradient(135deg,#fff7e8,#e6c985);
  color:var(--blue);
}
.pub-source{
  font-family:Arial,sans-serif;
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--gold2);
  font-weight:bold;
}
.pub-head.gold .pub-source{color:var(--burgundy);}
.pub-title{
  font-size:1.48rem;
  line-height:1.12;
  font-weight:bold;
  margin-top:12px;
}
.pub-body{padding:20px 22px;}
.pub-body p{margin:0;color:#405161;}
.pub-link{
  display:inline-block;
  margin-top:14px;
  font-family:Arial,sans-serif;
  font-weight:bold;
  color:var(--burgundy);
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.04em;
}
.pub-small-stack{display:grid;gap:14px;}
.family-strip{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:26px;
  align-items:center;
}
.family-strip img{
  width:100%;
  border-radius:18px;
  border:1px solid var(--gold);
  box-shadow:0 14px 42px rgba(8,20,34,.25);
}
.footer{
  background:#07111f;
  color:#dde6ee;
  padding:38px 22px;
  font-family:Arial,sans-serif;
  border-top:3px solid var(--gold);
}
.footer-inner{
  max-width:1220px;
  margin:0 auto;
}
.footer a{color:var(--gold2);}
.notice{
  border-top:1px solid rgba(195,154,73,.35);
  margin-top:22px;
  padding-top:18px;
  color:#aeb9c5;
  font-size:.86rem;
}
.page-hero{
  background:linear-gradient(120deg,#07172a,var(--blue),var(--burgundy2));
  color:white;
  padding:70px 22px;
  border-bottom:3px solid var(--gold);
}
.page-hero .wrap{max-width:1220px;margin:0 auto;}
.page-hero h1{font-size:clamp(2.2rem,4vw,4.6rem);}
.page-hero p{max-width:860px;font-size:1.18rem;color:#fff0df;}
.atlas-hero-panel{
  background:
    radial-gradient(circle at 18% 20%,rgba(195,154,73,.22),transparent 25%),
    linear-gradient(135deg,#07172a,var(--blue),#12365c);
  color:white;
  border:1px solid var(--gold);
  border-radius:22px;
  padding:34px;
  box-shadow:var(--shadow);
}
.journey-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.journey{
  background:rgba(255,247,232,.95);
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
}
.journey h3{font-size:1.15rem;}
@media(max-width:900px){
  .header-inner{align-items:flex-start;flex-direction:column;}
  .nav{justify-content:flex-start;}
  .grid.three,.grid.two,.state-grid,.publication-feature,.family-strip,.journey-grid{grid-template-columns:1fr;}
  .hero-home{min-height:auto;}
}


/* Repair patch: gold header lettering only */
.site-header .brand-title,
.site-header .brand-subtitle,
.site-header .nav a{
  color: var(--gold2) !important;
}

.site-header .nav a:hover{
  color: #fff8e8 !important;
  background: rgba(195,154,73,.16) !important;
}

/* Keep the close-up family/armillary image visible on the home page */
.hero-home{
  background:
    linear-gradient(90deg,rgba(6,18,32,.55),rgba(20,40,62,.38),rgba(84,19,32,.38)),
    url("../images/home-hero-family-armillary.png") center/cover no-repeat !important;
}

/* Life & Movement Atlases gallery */
.life-map-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.life-map-card{
  background:var(--paper);
  border:1px solid var(--gold);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 36px rgba(8,20,34,.18);
}
.life-map-card a{
  display:block;
  text-decoration:none;
}
.life-map-card img{
  width:100%;
  display:block;
  aspect-ratio:16/10;
  object-fit:cover;
  border-bottom:1px solid var(--line);
}
.life-map-card .map-copy{
  padding:18px 20px 22px;
}
.life-map-card h3{
  margin:0 0 8px;
}
.life-map-card p{
  margin:0;
  color:#405161;
}
.life-map-card .open-map{
  display:inline-block;
  margin-top:14px;
  font-family:Arial,sans-serif;
  color:var(--burgundy);
  font-weight:bold;
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.05em;
}
@media(max-width:900px){
  .life-map-grid{grid-template-columns:1fr;}
}

/* PDF change implementation */
.site-header .brand-title,
.site-header .brand-subtitle,
.site-header .nav a{
  color: var(--gold2) !important;
}
.site-header .brand-title{
  font-size:1.05rem !important;
  letter-spacing:.045em !important;
}
.site-header .brand-subtitle{
  font-size:.88rem !important;
}
.hero-home{
  background:
    linear-gradient(90deg,rgba(6,18,32,.58),rgba(20,40,62,.42),rgba(84,19,32,.38)),
    url("../images/home-hero-family-armillary.png") center/cover no-repeat !important;
}
.family-strip{
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
}
.family-strip img{
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.life-atlases-page{
  background:linear-gradient(135deg,#0b1f36 0%, #211f33 45%, #3a152b 100%);
  color:#fff7e8;
}
.life-atlases-page .section{
  max-width:1220px;
}
.life-atlases-page .kicker{
  color:var(--gold2) !important;
}
.life-atlases-page h2,
.life-atlases-page h3{
  color:#fff7e8 !important;
}
.life-atlases-page .life-map-card{
  background:#fff7e8;
}
.life-atlases-page .life-map-card h3{
  color:var(--blue) !important;
}
.life-atlases-page .life-map-card p{
  color:#405161;
}

/* Patriot Profiles gallery */
.profile-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:28px;
}
.profile-card{
  display:block;
  text-decoration:none;
  background:var(--paper);
  border:1px solid var(--gold);
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 36px rgba(8,20,34,.14);
  transition:.18s ease;
  min-height:205px;
}
.profile-card:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 60px rgba(8,20,34,.26);
}
.profile-card .profile-mark{
  display:inline-block;
  font-family:Arial,sans-serif;
  color:#0b1f36;
  background:var(--gold2);
  border-radius:999px;
  padding:6px 10px;
  font-size:.72rem;
  font-weight:bold;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.profile-card h3{
  margin-top:18px;
  font-size:1.34rem;
}
.profile-card p{
  color:#405161;
  margin-bottom:0;
}
.profile-card .open-profile{
  display:inline-block;
  margin-top:18px;
  font-family:Arial,sans-serif;
  font-weight:bold;
  color:var(--burgundy);
  text-transform:uppercase;
  font-size:.78rem;
}
@media(max-width:900px){
  .profile-grid{grid-template-columns:1fr;}
}

/* Patriot profile cards and profile pages */
.profiles-page,
.profile-detail-page{
  background:linear-gradient(135deg,#0b1f36 0%, #211f33 45%, #3a152b 100%);
  color:#fff7e8;
}
.profiles-page .page-hero,
.profile-detail-page .page-hero{
  background:transparent;
  border-bottom:1px solid rgba(195,154,73,.55);
}
.profiles-page .kicker,
.profile-detail-page .kicker{
  color:var(--gold2) !important;
}
.profiles-page h2,
.profile-detail-page h2{
  color:#fff7e8 !important;
}
.profile-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:28px;
}
.profile-card{
  display:block;
  text-decoration:none;
  background:#fff7e8;
  border:1px solid var(--gold);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 36px rgba(8,20,34,.25);
  transition:.18s ease;
}
.profile-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 60px rgba(8,20,34,.38);
}
.profile-thumb{
  height:210px;
  background:#d9c9ad;
  overflow:hidden;
  border-bottom:1px solid rgba(195,154,73,.65);
}
.profile-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}
.profile-card-body{
  padding:16px 18px 18px;
}
.profile-card h3{
  margin:0 0 6px;
  color:var(--blue) !important;
  font-size:1.15rem;
}
.profile-state{
  font-family:Arial,sans-serif;
  color:var(--burgundy);
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.76rem;
}
.profile-document-wrap{
  background:#fff7e8;
  border:1px solid var(--gold);
  border-radius:18px;
  padding:18px;
  box-shadow:0 12px 36px rgba(8,20,34,.25);
}
.profile-document{
  width:100%;
  height:82vh;
  border:1px solid rgba(11,31,54,.22);
  border-radius:10px;
  background:white;
}
.back-row{
  margin-bottom:22px;
}
.profile-detail-title{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:22px;
  align-items:center;
  margin-bottom:24px;
}
.profile-detail-title img{
  width:160px;
  height:210px;
  object-fit:cover;
  object-position:top center;
  border:1px solid var(--gold);
  border-radius:12px;
  background:#fff7e8;
}
@media(max-width:1100px){
  .profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:800px){
  .profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .profile-detail-title{grid-template-columns:1fr;}
}
@media(max-width:520px){
  .profile-grid{grid-template-columns:1fr;}
}

/* Fix profile detail pages */
.profile-detail-page .page-hero{
  padding-bottom:36px;
}
.profile-detail-page .profile-document-wrap{
  max-width:1120px;
  margin:0 auto;
}
.profile-detail-page .profile-document{
  min-height:860px;
}

/* Background page and slide presentation */
.background-page,
.background-viewer-page{
  background:linear-gradient(135deg,#0b1f36 0%, #211f33 45%, #3a152b 100%);
  color:#fff7e8;
}
.background-page .page-hero,
.background-viewer-page .page-hero{
  background:transparent;
  border-bottom:1px solid rgba(195,154,73,.55);
}
.background-page .kicker,
.background-viewer-page .kicker{
  color:var(--gold2) !important;
}
.background-page h2,
.background-viewer-page h2{
  color:#fff7e8 !important;
}
.background-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:28px;
}
.background-feature-card{
  display:block;
  text-decoration:none;
  background:#fff7e8;
  border:1px solid var(--gold);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 36px rgba(8,20,34,.25);
  transition:.18s ease;
}
.background-feature-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 60px rgba(8,20,34,.38);
}
.background-feature-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  object-position:center;
  display:block;
  border-bottom:1px solid rgba(195,154,73,.65);
}
.background-feature-card .card-copy{
  padding:20px 22px 22px;
}
.background-feature-card h3{
  color:var(--blue) !important;
  margin-top:0;
}
.background-feature-card p{
  color:#405161;
}
.viewer-shell{
  max-width:1180px;
  margin:0 auto;
}
.viewer-toolbar{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}
.viewer-buttons{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.slide-counter{
  font-family:Arial,sans-serif;
  color:var(--gold2);
  font-weight:bold;
}
.slide-frame{
  background:#fff7e8;
  border:1px solid var(--gold);
  border-radius:18px;
  padding:14px;
  box-shadow:0 12px 36px rgba(8,20,34,.25);
}
.slide-frame img{
  width:100%;
  display:block;
  border-radius:10px;
}
.background-note{
  background:rgba(255,247,232,.08);
  border:1px solid rgba(195,154,73,.45);
  border-radius:18px;
  padding:22px;
  margin-top:28px;
}
@media(max-width:900px){
  .background-feature-grid{grid-template-columns:1fr;}
}

/* Revised Background page: one featured slide */
.background-page .lede{
  color:#f4dec0 !important;
}
.background-page .lede a{
  color:var(--gold2);
  font-weight:bold;
}
.background-single-feature{
  max-width:900px;
  margin-top:28px;
}
.background-feature-large img{
  height:auto !important;
  max-height:none !important;
  aspect-ratio:16/9;
  object-fit:cover;
}


/* DIRECT FALLBACK FIXES */
.page-hero h1{
  font-size:clamp(2rem,4vw,4rem) !important;
  line-height:1.03 !important;
}
.page-hero{
  padding-top:48px !important;
  padding-bottom:48px !important;
}
.slide-frame{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}
.slide-frame img{
  border-radius:0 !important;
  box-shadow:none !important;
}
.background-note{
  display:none !important;
}
@media(max-width:900px){
  .nyt-direct-grid{
    grid-template-columns:1fr !important;
  }
  .family-strip{
    grid-template-columns:1fr !important;
  }
}


/* FIX — Public arguments section must be two columns by two rows, with no tall white well. */
.public-arguments-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:22px !important;
  align-items:stretch !important;
  margin-top:24px !important;
}

.public-argument-card{
  display:block !important;
  text-decoration:none !important;
  background:#fff7e8 !important;
  border:1px solid var(--gold) !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 10px 32px rgba(20,32,46,.12) !important;
  min-height:0 !important;
}

.public-argument-head{
  background:linear-gradient(135deg,var(--blue),var(--burgundy2)) !important;
  color:#fff8e8 !important;
  min-height:160px !important;
  padding:24px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

.public-argument-head.gold{
  background:linear-gradient(135deg,#fff7e8,#e6c985) !important;
  color:var(--blue) !important;
}

.public-argument-head.gold .pub-source{
  color:var(--burgundy) !important;
}

.public-argument-body{
  padding:18px 22px 20px !important;
  min-height:0 !important;
}

.public-argument-body p{
  margin:0 !important;
  color:#405161 !important;
}

/* Disable old publication layout influence if an old class remains anywhere. */
.public-arguments-section .pub-lead,
.public-arguments-section .pub-card{
  min-height:0 !important;
  height:auto !important;
}

@media(max-width:900px){
  .public-arguments-grid{
    grid-template-columns:1fr !important;
  }
}


/* PRESERVE FIX: public arguments must stay 2x2 and not revert to tall-left/three-right. */
.public-arguments-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:22px !important;
  align-items:stretch !important;
  margin-top:24px !important;
}
.public-argument-card{
  display:block !important;
  text-decoration:none !important;
  background:#fff7e8 !important;
  border:1px solid var(--gold) !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 10px 32px rgba(20,32,46,.12) !important;
  min-height:0 !important;
}
.public-argument-head{
  background:linear-gradient(135deg,var(--blue),var(--burgundy2)) !important;
  color:#fff8e8 !important;
  min-height:160px !important;
  padding:24px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.public-argument-head.gold{
  background:linear-gradient(135deg,#fff7e8,#e6c985) !important;
  color:var(--blue) !important;
}
.public-argument-body{
  padding:18px 22px 20px !important;
  min-height:0 !important;
}
.background-note{display:none !important;}
@media(max-width:900px){
  .public-arguments-grid{grid-template-columns:1fr !important;}
}
