/* ============================================================
   BIRMINGHAM RESTAURANTS GUIDE â€” WordPress Additional CSS
   Paste this into: Appearance â†’ Customize â†’ Additional CSS
   ============================================================ */

/* Google Font import â€” Cormorant Garamond */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

/* â”€â”€ PAGE WRAPPER â”€â”€ */
.bitr-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px 80px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #1a1208;
}

/* â”€â”€ HERO â”€â”€ */
.bitr-hero {
  text-align: center;
  padding: 64px 24px 56px;
  margin: 0 -24px 0;
  background: linear-gradient(135deg, #fff5f5 0%, #faf7f2 60%, #fdf5dc 100%);
  border-bottom: 1px solid #e0d8cc;
  margin-bottom: 48px;
}
.bitr-hero-badge {
  display: inline-block;
  background: #f5e8e8;
  color: #8b1a1a;
  border: 1px solid #d9a0a0;
  border-radius: 999px;
  padding: 4px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bitr-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.5rem, 6vw, 5rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  color: #1a1208 !important;
  margin: 0 0 16px !important;
  border: none !important;
  padding: 0 !important;
}
.bitr-hero h1 em {
  font-style: italic;
  color: #8b1a1a;
}
.bitr-hero-subtitle {
  font-size: 16px;
  color: #6b5c44;
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.bitr-hero-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.bitr-hero-nav li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.bitr-hero-nav a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #d9cfc0;
  background: #f5f0e8;
  font-size: 14px;
  font-weight: 500;
  color: #6b5c44 !important;
  text-decoration: none !important;
  transition: all 0.18s ease;
}
.bitr-hero-nav a:hover {
  border-color: #8b1a1a;
  color: #8b1a1a !important;
  background: #f5e8e8;
}

/* â”€â”€ SECTION HEADER â”€â”€ */
.bitr-section-header {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0d8cc;
  margin-top: 56px;
}
.bitr-section-icon {
  font-size: 2.2rem;
  line-height: 1;
  flex-shrink: 0;
}
.bitr-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #1a1208 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.15 !important;
}
.bitr-section-label {
  display: block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b5c44;
  margin-bottom: 4px;
}

/* â”€â”€ CARD LIST â”€â”€ */
.bitr-card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* â”€â”€ CARD â”€â”€ */
.bitr-card {
  position: relative;
  background: #f5f0e8;
  border: 1px solid #d9cfc0;
  border-radius: 12px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 16px 20px;
  align-items: start;
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.bitr-card:hover {
  box-shadow: 0 4px 20px rgba(26,18,8,0.10);
  transform: translateY(-2px);
  border-color: #8b1a1a;
}
.bitr-card.bitr-featured {
  background: linear-gradient(135deg, #f5f0e8 0%, #f5e8e8 100%);
  border-color: #8b1a1a;
  border-width: 1.5px;
  box-shadow: 0 1px 4px rgba(139,26,26,0.08);
}

/* â”€â”€ FEATURED RIBBON â”€â”€ */
.bitr-ribbon {
  position: absolute;
  top: 16px;
  right: -1px;
  background: #8b1a1a;
  color: #faf7f2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 14px 3px 10px;
  border-radius: 4px 0 0 4px;
}

/* â”€â”€ CARD RANK â”€â”€ */
.bitr-rank {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 4px;
}
.bitr-medal {
  font-size: 1.75rem;
  line-height: 1;
}
.bitr-rank-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 12px;
  font-weight: 600;
  color: #b0a090;
}

/* â”€â”€ CARD BODY â”€â”€ */
.bitr-card-body {
  min-width: 0;
}
.bitr-card-name {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem) !important;
  font-weight: 600 !important;
  color: #1a1208 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.25 !important;
}
.bitr-card-desc {
  font-size: 14px;
  color: #6b5c44;
  line-height: 1.65;
  margin: 0 0 10px !important;
  max-width: 60ch;
}
.bitr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.bitr-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: #ede5d5;
  border: 1px solid #e0d8cc;
  font-size: 12px;
  font-weight: 500;
  color: #6b5c44;
}
.bitr-tag-red {
  background: #f5e8e8;
  border-color: #d9a0a0;
  color: #8b1a1a;
}
.bitr-tag-gold {
  background: #fdf5dc;
  border-color: #d4b060;
  color: #8a6200;
}

/* â”€â”€ CARD ACTIONS â”€â”€ */
.bitr-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  flex-shrink: 0;
}
.bitr-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.18s ease;
  white-space: nowrap;
  cursor: pointer;
}
.bitr-btn-primary {
  background: #8b1a1a !important;
  color: #faf7f2 !important;
  border: none;
}
.bitr-btn-primary:hover {
  background: #6e1313 !important;
  color: #faf7f2 !important;
}
.bitr-btn-ghost {
  background: transparent !important;
  color: #6b5c44 !important;
  border: 1px solid #d9cfc0 !important;
}
.bitr-btn-ghost:hover {
  border-color: #8b1a1a !important;
  color: #8b1a1a !important;
  background: #f5e8e8 !important;
}

/* â”€â”€ DIVIDER â”€â”€ */
.bitr-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 56px 0 0;
}
.bitr-divider::before,
.bitr-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e0d8cc;
}
.bitr-divider-emoji {
  font-size: 1.8rem;
}

/* â”€â”€ TRUST SECTION â”€â”€ */
.bitr-trust {
  margin-top: 64px;
  background: #f5f0e8;
  border: 1px solid #d9cfc0;
  border-radius: 12px;
  padding: 48px 40px;
}
.bitr-trust-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem) !important;
  font-weight: 700 !important;
  color: #1a1208 !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: none !important;
}
.bitr-trust-sub {
  font-size: 14px;
  color: #6b5c44;
  margin: 0 0 28px !important;
}
.bitr-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 40px;
  margin-bottom: 32px;
}
.bitr-criteria-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.bitr-criteria-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #f5e8e8;
  border: 1px solid #d9a0a0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.bitr-criteria-strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a1208;
}
.bitr-criteria-span {
  display: block;
  font-size: 12px;
  color: #6b5c44;
  margin-top: 2px;
}
.bitr-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  font-style: italic;
  color: #6b5c44;
  line-height: 1.5;
  padding-left: 16px;
  border-left: 3px solid #8b1a1a;
  margin: 0 !important;
}

/* â”€â”€ RESPONSIVE â”€â”€ */
@media (max-width: 680px) {
  .bitr-card {
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    padding: 20px 16px;
  }
  .bitr-card-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .bitr-trust {
    padding: 32px 24px;
  }
  .bitr-trust-grid {
    grid-template-columns: 1fr;
  }
  .bitr-hero {
    padding: 48px 16px 40px;
  }
}