/* ============================================================
   CarportPermitGuide.com — Main Stylesheet
   Aesthetic: Authoritative Editorial / Government-Clarity
   Palette: Deep Navy · Amber · Off-White · Slate
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Sans+3:wght@400;500;600;700&family=Source+Serif+4:wght@400;600&display=swap');
/* font-display:swap is set via Google Fonts URL param above */

/* --- Variables --- */
:root {
  --navy:      #1a2744;
  --navy-mid:  #243360;
  --amber:     #d97706;
  --amber-lt:  #f59e0b;
  --amber-pale:#fef3c7;
  --white:     #fafaf8;
  --off-white: #f4f2ee;
  --slate:     #64748b;
  --slate-lt:  #94a3b8;
  --text:      #1e293b;
  --text-body: #374151;
  --border:    #e2e0da;
  --success:   #15803d;
  --warn:      #b45309;
  --danger:    #dc2626;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Source Sans 3', 'Helvetica Neue', sans-serif;
  --font-prose:   'Source Serif 4', Georgia, serif;

  --radius:  6px;
  --radius-lg: 12px;
  --shadow:  0 1px 4px rgba(26,39,68,.10), 0 4px 16px rgba(26,39,68,.06);
  --shadow-lg: 0 8px 40px rgba(26,39,68,.14);
  --max-w:   1160px;
  --prose-w: 780px;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--navy-mid); text-decoration: underline; text-decoration-color: var(--amber); text-underline-offset: 3px; }
a:hover { color: var(--amber); }

/* --- Top Bar --- */
.top-bar {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  font-size: .78rem;
  letter-spacing: .03em;
  text-align: center;
  padding: .35rem 1rem;
}
.top-bar a { color: var(--amber-lt); text-decoration: none; }
.top-bar a:hover { text-decoration: underline; }

/* --- Site Header --- */
.site-header {
  background: var(--navy);
  border-bottom: 3px solid var(--amber);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(26,39,68,.25);
}
.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: .9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
}
.logo-icon {
  width: 40px; height: 40px;
  background: var(--amber);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; }
.logo-name {
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
}
.logo-tag {
  color: var(--amber-lt);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2;
}
.site-nav { display: flex; gap: .2rem; align-items: center; flex-wrap: wrap; }
.site-nav a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 500;
  padding: .45rem .75rem;
  border-radius: var(--radius);
  transition: background .15s, color .15s;
  letter-spacing: .02em;
}
.site-nav a:hover { background: rgba(255,255,255,.1); color: #fff; }
.site-nav a.nav-cta {
  background: var(--amber);
  color: var(--navy);
  font-weight: 700;
  padding: .45rem 1rem;
}
.site-nav a.nav-cta:hover { background: var(--amber-lt); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: .5rem; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .3s; }

/* --- Breadcrumb --- */
.breadcrumb {
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding: .6rem 1.5rem;
}
.breadcrumb-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  font-size: .8rem;
  color: var(--slate);
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  align-items: center;
}
.breadcrumb a { color: var(--slate); text-decoration: none; }
.breadcrumb a:hover { color: var(--navy-mid); }
.breadcrumb .sep { color: var(--slate-lt); }
.breadcrumb .current { color: var(--text); font-weight: 600; }

/* --- Hero --- */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #2d4a8a 100%);
  color: #fff;
  padding: 4rem 1.5rem 3.5rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
}
.hero-inner { max-width: var(--max-w); margin: 0 auto; position: relative; z-index: 1; }
.hero-badge {
  display: inline-block;
  background: rgba(217,119,6,.25);
  border: 1px solid var(--amber);
  color: var(--amber-lt);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .3rem .85rem;
  border-radius: 99px;
  margin-bottom: 1.2rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.12;
  margin-bottom: 1rem;
  max-width: 780px;
}
.hero h1 .accent { color: var(--amber-lt); }
.hero p {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,.82);
  max-width: 620px;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: all .15s;
  cursor: pointer;
  border: 2px solid transparent;
  letter-spacing: .02em;
}
.btn-primary { background: var(--amber); color: var(--navy); border-color: var(--amber); }
.btn-primary:hover { background: var(--amber-lt); border-color: var(--amber-lt); color: var(--navy); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-mid); border-color: var(--navy-mid); color: #fff; }
.btn-sm { padding: .5rem 1rem; font-size: .85rem; }

/* --- Stat Bar --- */
.stat-bar {
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding: 1rem 1.5rem;
}
.stat-bar-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.stat-item { text-align: center; }
.stat-num { font-family: var(--font-display); font-size: 1.6rem; color: var(--navy); font-weight: 700; line-height: 1; }
.stat-label { font-size: .75rem; color: var(--slate); letter-spacing: .04em; text-transform: uppercase; margin-top: .2rem; }

/* --- Main Layout --- */
.page-wrap { max-width: var(--max-w); margin: 0 auto; padding: 2.5rem 1.5rem; }
.two-col { display: grid; grid-template-columns: 1fr 300px; gap: 2.5rem; align-items: start; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.two-col-equal { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }

/* --- Section Headers --- */
.section-header { margin-bottom: 2rem; }
.section-eyebrow {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: .5rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--navy);
  line-height: 1.2;
  font-weight: 700;
}
.section-sub { color: var(--slate); margin-top: .6rem; font-size: 1rem; line-height: 1.6; }

/* --- Cards --- */
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  transition: box-shadow .2s, transform .2s;
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.card-icon { font-size: 2rem; margin-bottom: 1rem; }
.card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: .5rem;
  line-height: 1.3;
}
.card p { font-size: .9rem; color: var(--slate); line-height: 1.6; }
.card a.card-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1rem;
  font-size: .88rem;
  font-weight: 700;
  color: var(--navy-mid);
  text-decoration: none;
}
.card a.card-link:hover { color: var(--amber); }

/* --- Alert / Callout Boxes --- */
.callout {
  border-left: 4px solid var(--amber);
  background: var(--amber-pale);
  padding: 1rem 1.25rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 1.5rem 0;
}
.callout.info { border-color: #3b82f6; background: #eff6ff; }
.callout.warn { border-color: var(--warn); background: #fffbeb; }
.callout.danger { border-color: var(--danger); background: #fef2f2; }
.callout.success { border-color: var(--success); background: #f0fdf4; }
.callout strong { color: var(--navy); display: block; margin-bottom: .3rem; font-size: .92rem; }
.callout p, .callout ul { font-size: .9rem; color: var(--text-body); margin: 0; }
.callout ul { padding-left: 1.2rem; margin-top: .4rem; }
.callout li { margin-bottom: .2rem; }

/* --- Tables --- */
.table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; background: #fff; font-size: .9rem; }
thead { background: var(--navy); color: #fff; }
thead th { padding: .85rem 1rem; text-align: left; font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
tbody tr { border-bottom: 1px solid var(--border); }
tbody tr:last-child { border-bottom: none; }
tbody tr:nth-child(even) { background: var(--off-white); }
tbody td { padding: .75rem 1rem; vertical-align: top; line-height: 1.5; }
.tag {
  display: inline-block;
  padding: .2rem .65rem;
  border-radius: 99px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.tag-yes { background: #dcfce7; color: #15803d; }
.tag-no { background: #fee2e2; color: #dc2626; }
.tag-maybe { background: #fef3c7; color: #b45309; }
.tag-varies { background: #e0e7ff; color: #4338ca; }

/* --- Prose / Article Content --- */
.prose { max-width: var(--prose-w); }
.prose h1 { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--navy); line-height: 1.15; margin-bottom: 1rem; font-weight: 900; }
.prose h2 { font-family: var(--font-display); font-size: 1.6rem; color: var(--navy); margin: 2.5rem 0 .8rem; font-weight: 700; padding-bottom: .4rem; border-bottom: 2px solid var(--border); }
.prose h3 { font-family: var(--font-display); font-size: 1.2rem; color: var(--navy); margin: 1.8rem 0 .6rem; font-weight: 700; }
.prose h4 { font-size: 1rem; font-weight: 700; color: var(--text); margin: 1.4rem 0 .4rem; }
.prose p { font-family: var(--font-prose); font-size: 1.05rem; color: var(--text-body); line-height: 1.8; margin-bottom: 1.2rem; }
.prose ul, .prose ol { font-family: var(--font-prose); font-size: 1.05rem; color: var(--text-body); line-height: 1.75; padding-left: 1.5rem; margin-bottom: 1.2rem; }
.prose li { margin-bottom: .4rem; }
.prose strong { color: var(--text); font-weight: 700; }
.prose a { color: var(--navy-mid); }
.prose a:hover { color: var(--amber); }

/* --- Sidebar --- */
.sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}
.sidebar-box h4 {
  font-family: var(--font-display);
  font-size: .95rem;
  color: var(--navy);
  margin-bottom: .85rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--amber);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
}
.sidebar-box ul { list-style: none; padding: 0; margin: 0; }
.sidebar-box li { border-bottom: 1px solid var(--off-white); }
.sidebar-box li:last-child { border-bottom: none; }
.sidebar-box li a {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 0;
  font-size: .88rem;
  color: var(--text-body);
  text-decoration: none;
  font-weight: 500;
  transition: color .15s;
}
.sidebar-box li a:before { content: '→'; color: var(--amber); font-size: .8rem; flex-shrink: 0; }
.sidebar-box li a:hover { color: var(--navy-mid); }

/* --- FAQ --- */
.faq-list { margin: 1.5rem 0; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: .75rem;
  overflow: hidden;
  background: #fff;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 1.25rem;
  text-align: left;
  font-family: var(--font-body);
  font-size: .96rem;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: background .15s;
}
.faq-question:hover { background: var(--off-white); }
.faq-chevron { font-size: .9rem; color: var(--amber); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer {
  display: none;
  padding: 0 1.25rem 1rem;
  font-family: var(--font-prose);
  font-size: .95rem;
  color: var(--text-body);
  line-height: 1.75;
  border-top: 1px solid var(--border);
}
.faq-item.open .faq-answer { display: block; }

/* --- Steps / Numbered Process --- */
.step-list { counter-reset: step; list-style: none; padding: 0; margin: 1.5rem 0; }
.step-item {
  counter-increment: step;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
}
.step-item:last-child { border-bottom: none; }
.step-num {
  flex-shrink: 0;
  width: 36px; height: 36px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .95rem;
}
.step-content h4 { font-size: .98rem; font-weight: 700; color: var(--navy); margin-bottom: .3rem; }
.step-content p { font-size: .9rem; color: var(--text-body); line-height: 1.65; margin: 0; }

/* --- State Grid --- */
.state-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  gap: .75rem;
  margin: 1.5rem 0;
}
.state-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: .85rem 1rem;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .15s;
  box-shadow: var(--shadow);
}
.state-card:hover { border-color: var(--amber); box-shadow: var(--shadow-lg); background: var(--amber-pale); }
.state-name { font-weight: 700; font-size: .88rem; color: var(--navy); }
.state-arrow { color: var(--amber); font-size: .85rem; }

/* --- Tool Widget --- */
.tool-widget {
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin: 2rem 0;
}
.tool-widget h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin-bottom: .4rem;
  color: #fff;
}
.tool-widget p { font-size: .9rem; color: rgba(255,255,255,.75); margin-bottom: 1.5rem; }
.tool-form { display: flex; flex-direction: column; gap: 1rem; }
.tool-field { display: flex; flex-direction: column; gap: .35rem; }
.tool-field label { font-size: .82rem; font-weight: 700; color: var(--amber-lt); letter-spacing: .04em; text-transform: uppercase; }
.tool-field select,
.tool-field input {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  padding: .65rem .9rem;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: .95rem;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border .15s;
}
.tool-field select:focus,
.tool-field input:focus { outline: none; border-color: var(--amber); }
.tool-field select option { background: var(--navy); color: #fff; }
.tool-result {
  background: rgba(255,255,255,.1);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin-top: .5rem;
  display: none;
  animation: fadeIn .3s ease;
}
.tool-result.visible { display: block; }
.result-verdict {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .4rem;
}
.result-verdict.yes { color: #86efac; }
.result-verdict.no { color: #fca5a5; }
.result-verdict.maybe { color: var(--amber-lt); }
.result-detail { font-size: .88rem; color: rgba(255,255,255,.8); line-height: 1.65; }

/* --- PDF Download Box --- */
.pdf-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: var(--radius-lg);
  padding: 1.75rem 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem 0;
}
.pdf-icon { font-size: 2.8rem; flex-shrink: 0; }
.pdf-text h4 { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: .3rem; color: #fff; }
.pdf-text p { font-size: .88rem; color: rgba(255,255,255,.75); margin-bottom: .75rem; }

/* --- Disclaimer --- */
.disclaimer {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  font-size: .82rem;
  color: var(--slate);
  line-height: 1.6;
  margin: 2rem 0;
}
.disclaimer strong { color: var(--text); }

/* --- Site Footer --- */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 3rem 1.5rem 1.5rem;
  margin-top: 4rem;
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer-brand .logo-name { font-size: 1.1rem; margin-bottom: .6rem; }
.footer-brand p { font-size: .84rem; line-height: 1.7; color: rgba(255,255,255,.6); margin-top: .6rem; }
.footer-col h5 {
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .85rem;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: .4rem; }
.footer-col a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
  font-size: .85rem;
  transition: color .15s;
}
.footer-col a:hover { color: var(--amber-lt); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
}
.footer-bottom a { color: rgba(255,255,255,.55); text-decoration: none; }
.footer-bottom a:hover { color: var(--amber-lt); }
.footer-legal { display: flex; gap: 1.25rem; flex-wrap: wrap; }

/* --- Animations --- */
@keyframes fadeIn { from { opacity:0; transform: translateY(6px); } to { opacity:1; transform: none; } }
.fade-in { animation: fadeIn .4s ease both; }

/* --- Utility --- */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.text-center { text-align: center; }
.mt-1 { margin-top: .5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.highlight { background: var(--amber-pale); padding: .15rem .35rem; border-radius: 3px; font-weight: 700; color: var(--navy); }
.green { color: var(--success); font-weight: 700; }
.red { color: var(--danger); font-weight: 700; }
.amber { color: var(--warn); font-weight: 700; }

/* --- Responsive --- */
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; }
  .three-col { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .header-inner { flex-wrap: wrap; }
  .site-nav { display: none; flex-direction: column; width: 100%; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .65rem .5rem; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-toggle { display: block; }
  .three-col { grid-template-columns: 1fr; }
  .two-col-equal { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero { padding: 2.5rem 1.25rem 2rem; }
  .pdf-box { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .stat-bar-inner { gap: 1rem; }
}

/* --- Ads placeholder --- */
.ad-slot {
  background: var(--off-white);
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--slate-lt);
  font-size: .75rem;
  margin: 1.5rem 0;
}
