﻿/* =============================================
   SKY MY TRIP — BOOKING CONFIRMATION PAGE
   Full design system consistency
   ============================================= */

:root {
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #243370;
  --blue-700: #1a2558;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --green-100: #dcfce7;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-700: #15803d;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --primary: #243370;
  --primary-dark: #1a2558;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  --border: #e2e8f0;
  --shadow-xs: 0 1px 3px rgba(15, 23, 42, .06);
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, .08);
  --shadow-md: 0 6px 20px rgba(15, 23, 42, .10);
  --shadow-lg: 0 12px 36px rgba(15, 23, 42, .13);
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 20px;
  --r-2xl: 24px;
  --r-full: 9999px;
  --font: 'Calibri', sans-serif;
}

.flight-page {
  font-family: var(--font);
  -webkit-font-smoothing: antialiased
}

.flight-page button {
  font-family: var(--font)
}

.flight-page a {
  font-family: var(--font);
  text-decoration: none;
  color: inherit
}

.flight-page {
  background: #eef2f9;
  min-height: 100vh
}

/* CONTAINER */
.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0 16px
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between
}

/* =============================================
   HEADER
   ============================================= */
.header {
  background: #fff;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow .3s ease, border-color .3s ease
}

.header.scrolled {
  box-shadow: 0 2px 20px rgba(15, 23, 42, .09);
  border-bottom-color: transparent
}

.logo {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.8px;
  cursor: pointer;
  line-height: 1;
  transition: transform .2s ease
}

.logo:hover {
  transform: scale(1.02)
}

.logo-blue {
  color: var(--blue-600)
}

.logo-orange {
  color: var(--orange-500)
}

.logo-plane {
  font-size: 14px;
  color: var(--orange-400);
  margin-left: 3px;
  display: inline-block;
  transform: rotate(-10deg);
  transition: transform .3s ease
}

.logo:hover .logo-plane {
  transform: rotate(0deg) translateX(3px)
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px
}

.wallet-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--slate-50);
  border: 1px solid var(--border);
  padding: 7px 14px;
  border-radius: var(--r-md);
  font-size: 14px;
  font-weight: 600;
  color: var(--slate-700);
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease
}

.wallet-btn svg {
  color: var(--blue-500);
  font-size: 14px
}

.wallet-btn:hover {
  background: var(--blue-50);
  border-color: var(--blue-200);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, .1)
}

.notif-wrap {
  position: relative;
  display: inline-flex
}

.notif-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: pulse-dot 2.2s ease-in-out infinite
}

@keyframes pulse-dot {

  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(1.35);
    opacity: .6
  }
}

.icon {
  font-size: 18px;
  color: var(--slate-500);
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color .2s ease, transform .2s ease
}

.icon:hover {
  color: var(--primary);
  transform: scale(1.1)
}

.profile {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: var(--r-md);
  transition: background .2s ease
}

.profile:hover {
  background: #f5f8ff
}

.profile-text {
  text-align: right
}

.name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2
}

.role {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted)
}

.user {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(99, 102, 241, .2);
  display: block;
  flex-shrink: 0;
  transition: transform .2s ease, box-shadow .2s ease
}

.user:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(37, 99, 235, .28)
}

/* =============================================
   SUCCESS BANNER — full-width confirmation hero
   ============================================= */
.bc-success-banner {
  background: linear-gradient(135deg, #14532d 0%, #166534 35%, #15803d 70%, #16a34a 100%);
  padding: 28px 0;
  position: relative;
  overflow: hidden
}

.bc-success-banner::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  right: -80px;
  top: -120px;
  pointer-events: none
}

.bc-success-banner::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  left: 10%;
  bottom: -80px;
  pointer-events: none
}

.bc-banner-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1
}

.bc-banner-icon {
  font-size: 44px;
  color: #fff;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .2));
  animation: bounce-in .5s cubic-bezier(.34, 1.56, .64, 1) both
}

@keyframes bounce-in {
  from {
    transform: scale(.5);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

.bc-banner-text {
  flex: 1
}

.bc-banner-text h1 {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -.6px;
  margin-bottom: 4px
}

.bc-banner-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, .75);
  font-weight: 500
}

.bc-booking-id-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px
}

.bc-booking-label {
  font-size: 10px;
  font-weight: 800;
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.bc-booking-id {
  display: flex;
  align-items: center;
  gap: 8px
}

.bc-booking-id span {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  letter-spacing: .5px
}

.bc-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 5px 12px;
  border-radius: var(--r-full);
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease;
  white-space: nowrap
}

.bc-copy-btn:hover {
  background: rgba(255, 255, 255, .28)
}

.bc-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .35);
  padding: 7px 16px;
  border-radius: var(--r-full);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
  backdrop-filter: blur(8px);
  white-space: nowrap
}

/* =============================================
   MAIN LAYOUT
   ============================================= */
/* ✅ FIX: was "margin: 20 auto" — missing px unit */
.bc-page {
  display: flex;
  gap: 22px;
  width: 90%;
  max-width: 1200px;
  margin: 28px auto;
  padding-bottom: 80px;
  align-items: flex-start
}

.bc-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0
}

.bc-right {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 84px
}

/* =============================================
   FLIGHT CARD — dark blue hero
   ============================================= */
.bc-flight {
  background: #fff;
  border-radius: var(--r-2xl);
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, .1);
  box-shadow: var(--shadow-md);
  border-top: 3px solid var(--primary)
}

.bc-flight-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px 16px;
  background: linear-gradient(135deg, #fafcff, #f0f6ff);
  border-bottom: 1px solid var(--blue-50)
}

.bc-airline-row {
  display: flex;
  align-items: center;
  gap: 12px
}

.bc-airline-logo {
  width: 44px;
  height: 44px;
  border-radius: var(--r-md);
  background: #fff;
  overflow: hidden;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.bc-airline-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.bc-airline-row h4 {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-primary)
}

.bc-airline-row p {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px
}

.bc-flight-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  background: var(--slate-50);
  border: 1px solid var(--border);
  padding: 7px 14px;
  border-radius: var(--r-full)
}

.bc-date-icon {
  color: var(--primary);
  font-size: 12px
}

.bc-flight-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  gap: 16px
}

.bc-time-block {
  text-align: left
}

.bc-time-block h2 {
  font-size: 32px;
  font-weight: 900;
  color: var(--text-primary);
  letter-spacing: -1.2px;
  line-height: 1
}

.bc-city {
  font-size: 16px;
  font-weight: 800;
  color: var(--blue-600);
  margin-top: 5px;
  letter-spacing: 1px
}

.bc-time-block span {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 3px;
  display: block
}

.bc-right-time {
  text-align: right
}

.bc-center {
  text-align: center;
  flex: 1;
  margin: 0 16px
}

.bc-dur {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px
}

.bc-route-line {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto
}

.bc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 2.5px solid var(--blue-400);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, .2)
}

.bc-dot.dest {
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .2)
}

.bc-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-300), var(--blue-400))
}

.bc-plane-mid {
  font-size: 16px;
  color: var(--primary);
  margin: 0 5px;
  filter: drop-shadow(0 2px 4px rgba(37, 99, 235, .3))
}

.bc-nonstop {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #16a34a;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 3px 10px;
  border-radius: var(--r-full);
  letter-spacing: .4px;
  display: inline-block
}

/* =============================================
   DETAILS GRID
   ============================================= */
.bc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.bc-card {
  background: #fff;
  border-radius: var(--r-2xl);
  padding: 22px;
  border: 1px solid rgba(37, 99, 235, .08);
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--primary);
  transition: box-shadow .2s ease
}

.bc-card:hover {
  box-shadow: var(--shadow-md)
}

.bc-card h4 {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 7px
}

.bc-card-icon {
  color: var(--primary)
}

/* AVATAR */
.bc-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--slate-100)
}

.bc-avatar {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--blue-50), var(--blue-100));
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  border: 2px solid var(--blue-200)
}

.bc-user h3 {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-primary)
}

.bc-user p {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px
}

/* INFO ROWS */
.bc-info {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.bc-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px
}

.bc-info-label {
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500
}

.bc-info-label svg {
  font-size: 12px
}

.bc-info-row b {
  font-weight: 700;
  color: var(--text-primary)
}

.bc-pnr {
  font-size: 14px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: .5px;
  background: var(--blue-50);
  padding: 3px 10px;
  border-radius: var(--r-full);
  border: 1px solid var(--blue-200)
}

.bc-status {
  background: #fef3c7;
  color: #d97706;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--r-full);
  letter-spacing: .4px;
  border: 1px solid #fde68a
}

/* BAGGAGE */
.bc-bag-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: var(--r-md);
  background: var(--slate-50);
  margin-bottom: 10px;
  border: 1px solid var(--border);
  transition: border-color .18s ease
}

.bc-bag-item:hover {
  border-color: var(--blue-200)
}

.bc-bag-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0
}

.bc-bag-icon.checkin {
  background: linear-gradient(135deg, var(--blue-50), var(--blue-100));
  color: var(--primary)
}

.bc-bag-icon.cabin {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  color: #16a34a
}

.bc-bag-type {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 2px
}

.bc-bag-weight {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-primary)
}

.bc-bag-weight span {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted)
}

/* NOTE */
.bc-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: var(--slate-50);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  font-size: 12px;
  color: var(--text-secondary);
  padding: 12px 13px;
  line-height: 1.55
}

.bc-note-icon {
  color: #d97706;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px
}

/* SUPPORT */
.bc-support {
  background: #fff;
  border-radius: var(--r-2xl);
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  flex-wrap: wrap
}

.bc-support-left {
  display: flex;
  align-items: center;
  gap: 14px
}

.bc-support-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--blue-50), var(--blue-100));
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(37, 99, 235, .12)
}

.bc-support-left h4 {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 3px
}

.bc-support-left p {
  font-size: 12px;
  color: var(--text-muted)
}

.bc-contact {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.bc-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--slate-50);
  border: 1.5px solid var(--border);
  border-radius: var(--r-full);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 8px 16px;
  cursor: pointer;
  transition: all .18s ease
}

.bc-contact-pill:hover {
  background: var(--blue-50);
  border-color: var(--blue-200);
  color: var(--primary)
}

.bc-contact-pill svg {
  font-size: 12px
}

/* =============================================
   MANAGE BOOKING CARD
   ============================================= */
.mb-card {
  background: #fff;
  border-radius: var(--r-2xl);
  padding: 20px;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--primary)
}

.mb-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 14px;
  letter-spacing: -.2px;
  display: flex;
  align-items: center;
  gap: 8px
}

.mb-title-icon {
  color: var(--primary);
  font-size: 14px
}

.mb-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 12px;
  border-radius: var(--r-md);
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
  border-top: 1px solid var(--slate-100)
}

.mb-item:first-of-type {
  border-top: none
}

.mb-item:hover {
  background: var(--blue-50);
  transform: translateX(3px)
}

.mb-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary)
}

.mb-icon-wrap {
  width: 34px;
  height: 34px;
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0
}

.mb-arrow {
  font-size: 12px;
  color: var(--text-muted);
  transition: transform .18s ease
}

.mb-item:hover .mb-arrow {
  transform: translateX(3px);
  color: var(--primary)
}

/* =============================================
   FARE SUMMARY (RIGHT)
   ============================================= */
.bc-fare-card {
  background: #fff;
  border-radius: var(--r-2xl);
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, .12);
  box-shadow: 0 8px 32px rgba(37, 99, 235, .08)
}

.bc-fare-header {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #131d42, #1a2558)
}

.bc-fare-icon {
  font-size: 14px;
  color: rgba(255, 255, 255, .8)
}

.bc-fare-header h4 {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.2px;
  margin: 0;
  text-transform: none
}

.bc-fare-rows {
  padding: 12px 20px 0
}

.bc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: var(--text-secondary);
  border-bottom: 1px dashed var(--slate-100)
}

.bc-row:last-child {
  border-bottom: none
}

.bc-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, var(--slate-900), var(--slate-800));
  padding: 14px 20px;
  margin-top: 8px
}

.bc-total span {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  letter-spacing: 1.2px;
  text-transform: uppercase
}

.bc-total h2 {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -.5px
}

.bc-save {
  display: flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #b45309;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
  border-top: 1px solid #fde68a
}

.bc-save-icon {
  font-size: 12px
}

/* =============================================
   ACTION BUTTONS
   ============================================= */
.bc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 15px;
  border-radius: var(--r-lg);
  border: none;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(249, 115, 22, .35);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  text-decoration: none;
  letter-spacing: .2px
}

.bc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(249, 115, 22, .48);
  filter: brightness(1.05)
}

.bc-btn-arrow {
  font-size: 12px;
  transition: transform .2s ease
}

.bc-btn:hover .bc-btn-arrow {
  transform: translateX(4px)
}

.bc-btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 13px;
  border-radius: var(--r-lg);
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--text-secondary);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
  text-decoration: none
}

.bc-btn-outline:hover {
  border-color: var(--blue-200);
  background: var(--blue-50);
  color: var(--primary)
}


@media(max-width:640px) {
  .bc-grid {
    grid-template-columns: 1fr
  }

  .bc-flight-row {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center
  }

  .bc-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }
}