body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  /* Increase base font size, 1.125rem = 18px if root is 16px */
  line-height: 1.6;
  padding-top: 110px;
  /* Top phone bar + main navbar yüksekliği kadar padding */
}

.hero {
  background: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  /* Make hero title larger */
  font-weight: bold;
}

.hero p {
  font-size: 1.35rem;
  /* Increase hero paragraph size */
  color: #555;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.section-title {
  margin-top: 50px;
  /* Adjust margin for larger headings */
  margin-bottom: 25px;
  font-weight: 700;
  /* Make section titles bolder */
  font-size: 2.4rem;
  /* Increase section title size */
  letter-spacing: 0.2px;
  text-align: center;
  /* Center section titles for consistency */
}

.footer {
  background: #35424a;
  /* Keep dark background */
  color: #e0e0e0;
  /* Lighter text color for better readability on dark background */
  padding: 60px 0;
  /* Increase overall padding */
  font-size: 1rem;
  /* Base font size for footer text */
  line-height: 1.8;
  /* Improve line spacing */
}

.footer h5 {
  color: #fff;
  /* White color for headings */
  font-weight: 700;
  /* Bolder headings */
  font-size: 1.25rem;
  /* Slightly larger heading size */
  margin-bottom: 25px;
  /* Increase space below headings */
}

.footer p,
.footer ul li {
  margin-bottom: 12px;
  /* Add space between paragraphs and list items */
}

.footer ul {
  padding-left: 0;
  /* Remove default list padding */
  list-style: none;
  /* Remove list bullets */
}

.footer a {
  color: #b0d8ff;
  /* Lighter blue for links */
  text-decoration: none;
  /* Remove underline by default */
  transition: color 0.2s ease-in-out;
  /* Smooth color transition */
}

.footer a:hover {
  color: #fff;
  /* White color on hover */
  text-decoration: underline;
  /* Add underline on hover */
}

.footer .bi {
  font-size: 1.1rem;
  /* Slightly larger icons */
  vertical-align: middle;
  /* Align icons vertically */
}

.footer .bi-instagram {
  color: #E1306C;
  /* Instagram brand color */
  transition: color 0.3s ease-in-out;
}

.footer .bi-instagram:hover {
  color: #C13584;
  /* Darker shade on hover */
}

.footer .text-muted.small {
  margin-top: 15px;
  /* Add space above the small note */
  font-size: 0.9rem;
  /* Keep small note size smaller */
  color: rgba(255, 255, 255, 0.6) !important;
  /* Make muted text lighter */
}

.footer .text-center.p-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Add a subtle line above copyright */
  margin-top: 40px !important;
  /* More space above copyright section */
  padding-top: 20px !important;
  /* Add padding inside copyright section */
}

/* Overlay menu responsive styles */
@media (max-width: 991.98px) {
  .carousel-caption .d-flex.align-items-center.justify-content-center.w-100 {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .carousel-caption .navbar-brand {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
  }

  .carousel-caption nav ul.nav {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
  }

  .carousel-caption nav ul.nav .nav-item {
    margin: 0.25rem 0;
    text-align: center;
  }
}

/* Bilgilendirme (Bilgiler) Section Styling */
#bilgiler {
  background: linear-gradient(135deg, #f8fafc 60%, #e3e9f7 100%);
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(80, 120, 200, 0.08);
  padding: 40px 24px 32px 24px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#bilgiler .section-title {
  color: #2a3b6e;
  font-size: 2rem;
  letter-spacing: 0.5px;
}

#bilgiler .nav-tabs {
  border-bottom: 2px solid #e3e9f7;
}

#bilgiler .nav-tabs .nav-link {
  color: #2a3b6e;
  font-weight: 500;
  border: none;
  border-radius: 8px 8px 0 0;
  background: #f0f4fa;
  margin-right: 4px;
  transition: background 0.2s, color 0.2s;
}

#bilgiler .nav-tabs .nav-link.active {
  background: #fff;
  color: #1a237e;
  border-bottom: 2px solid #1a237e;
}

#bilgiler .tab-content {
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 2px 8px 0 rgba(80, 120, 200, 0.04);
  padding: 32px 20px 20px 20px;
  margin-top: -2px;
}

#bilgiler .accordion-item {
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #e3e9f7;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 rgba(80, 120, 200, 0.04);
}

#bilgiler .accordion-button {
  background: #f0f4fa;
  color: #2a3b6e;
  font-weight: 500;
  font-size: 1.15rem;
  /* Slightly increase accordion title size */
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: background 0.2s, color 0.2s;
}

#bilgiler .accordion-button:not(.collapsed) {
  background: #e3e9f7;
  color: #1a237e;
}

#bilgiler .accordion-body {
  background: #fff;
  color: #333;
  font-size: 1.05rem;
  /* Slightly increase accordion body size */
  padding: 18px 20px;
  border-top: 1px solid #e3e9f7;
}

#fiyatlar {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 16px 0 rgba(80, 120, 200, 0.10);
  margin-top: 72px;
  margin-bottom: 72px;
  padding-top: 56px;
  padding-bottom: 56px;
  border: 1px solid #e3e9f7;
}

#fiyatlar .card {
  border-radius: 16px;
  box-shadow: 0 4px 16px 0 rgba(80, 120, 200, 0.10);
  border: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

#fiyatlar .card:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 32px 0 rgba(80, 120, 200, 0.16);
}

#fiyatlar .card-title {
  color: #1a237e;
  font-weight: 600;
  font-size: 1.3rem;
  /* Increase card title size */
  margin-bottom: 0.5rem;
}

#fiyatlar .card-text {
  color: #2a3b6e;
  font-size: 1.05rem;
  /* Slightly increase card text size */
}

.advantage-card {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(80, 120, 200, 0.08);
  transition: transform 0.18s, box-shadow 0.18s;
}

.advantage-card:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 8px 32px 0 rgba(80, 120, 200, 0.16);
}

.advantage-card i {
  filter: drop-shadow(0 2px 8px rgba(80, 120, 200, 0.10));
}

#bilgiler .row {
  min-height: 380px;
}

#bilgiler img {
  box-shadow: 0 4px 24px 0 rgba(80, 120, 200, 0.10);
  background: #f8fafc;
}

@media (max-width: 991.98px) {
  #bilgiler .row {
    flex-direction: column-reverse !important;
    min-height: unset;
  }

  #bilgiler img {
    margin-bottom: 2rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* Remove section-divider styles */
#bilgiler,
#fiyatlar,
#videolar {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-top: 56px;
  padding-bottom: 56px;
}

#avantajlar {
  margin-bottom: 0;
  margin-top: 56px;
  padding-top: 56px;
  padding-bottom: 56px;
}

#videolar {
  background: #f8fafc;
  border-radius: 18px;
  box-shadow: 0 4px 16px 0 rgba(80, 120, 200, 0.10);
  margin-top: 72px;
  margin-bottom: 72px;
  padding-top: 56px;
  padding-bottom: 56px;
  border: 1px solid #e3e9f7;
}

#iletisim {
  /* Footer zaten kendi stiline sahip olduğu için, iletisim id'si için ek stil gerekmiyor */
  scroll-margin-top: 80px;
  /* Navbar'ın altında kalmaması için ek scroll margin */
}

/* Navbar Link Styling */
.nav-link {
  font-size: 1.1rem;
  /* Increase base nav link size */
  padding: 0.5rem 1rem;
  /* Add some padding */
  transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}

/* Sticky Navbar Link Styling */
#stickyNavbar .nav-link {
  color: #333;
  /* Default color for sticky navbar */
}

#stickyNavbar .nav-link:hover,
#stickyNavbar .nav-link.active {
  color: #007bff;
  /* Highlight color on hover/active */
  border-bottom: 2px solid #007bff;
  /* Add underline effect */
}

/* Overlay Menu Link Styling */
.carousel-caption .nav-link {
  color: #fff !important;
  /* Ensure white text */
}

.carousel-caption .nav-link:hover,
.carousel-caption .nav-link.active {
  color: #b0d8ff !important;
  /* Lighter highlight color for dark background */
  border-bottom: 2px solid #b0d8ff;
  /* Add underline effect */
}

/* Adjust sticky navbar padding if needed after increasing link padding */
#stickyNavbar .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.top-phone-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  /* Ensure it's above the navbar */
  font-size: 0.9rem;
  /* Adjust font size */
}

/* Adjust sticky navbar position to be below the top bar */
#stickyNavbar {
  top: 30px;
  /* Position below the top phone bar */
}

/* Styles for the fallback image with fade-in effect */
#sliderFallback {
  opacity: 0;
  /* Start invisible */
  transition: opacity 1s ease-in-out;
  /* Add fade-in transition */
}

/* Class to make the fallback image visible */
#sliderFallback.visible {
  opacity: 1;
  /* Make visible with transition */
}

/* Top Phone Bar Styles */
.top-phone-bar {
  background: linear-gradient(90deg, #1a56db, #4f8cff) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  /* Navbar'dan daha yüksek z-index */
}

.phone-pulse {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 1.5s infinite;
}

.phone-number {
  font-size: 1.2rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.phone-number:hover {
  transform: scale(1.1);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Navbar Styles */
.stable-nav .nav-link {
  position: relative;
  padding: 0.5rem 1rem;
  margin: 0 2px;
  font-weight: 500;
  transition: color 0.2s ease;
  border-bottom: 2px solid transparent;
}

.stable-nav .nav-link:hover {
  color: #1a56db;
  border-bottom: 2px solid #1a56db;
}

/* Hover durumunda boyut değişimini engelleme */
.stable-nav .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}

/* Navbar'ın yumuşak görünmesi için */
#stickyNavbar {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-100%);
  opacity: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#stickyNavbar.visible {
  transform: translateY(0);
  opacity: 1;
}

/* Overlay menu responsive styles */
@media (max-width: 767.98px) {
  .carousel-caption {
    padding-top: 10px;
  }

  .overlay-nav .nav {
    padding: 8px !important;
    margin-top: 5px;
  }

  .overlay-nav .nav-link {
    font-size: 0.85rem;
    padding: 4px 8px;
  }
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.18);
  font-size: 2.2rem;
  transition: background 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.28);
  color: #fff;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Hakkımızda Bölümü */
#hakkimizda {
  background-color: #f8fafc;
  padding-top: 100px;
  margin-top: -40px;
  scroll-margin-top: 80px;
  /* Navbar'ın altında kalmaması için ek scroll margin */
}

/* Bölümlerin navbar'ın altında düzgün görünmesi için */
section[id],
div[id] {
  scroll-margin-top: 80px;
}

/* Video bölümü ve overlay menü için titreme önleyici stiller */
.carousel-caption {
  transform: translateZ(0);
  /* Hardware acceleration */
  backface-visibility: hidden;
  /* Prevent flickering */
  will-change: transform;
  /* Optimize for animations */
}

.carousel-caption .navbar-brand {
  display: block;
  height: 60px;
  /* Logo yüksekliğini sabitleme */
  transform: translateZ(0);
  /* Hardware acceleration */
  transition: none;
  /* Geçişleri devre dışı bırakma */
}

.carousel-caption .navbar-brand img {
  height: 60px;
  width: auto;
  object-fit: contain;
  transition: none;
  /* Geçişleri devre dışı bırakma */
}

.overlay-nav .nav-link {
  position: relative;
  /* Göreceli konumlandırma */
  display: inline-block;
  /* Inline-block yapma */
  transform: translateZ(0);
  /* Hardware acceleration */
  backface-visibility: hidden;
  /* Prevent flickering */
  transition: color 0.2s ease;
  /* Sadece renk geçişi */
  border-bottom: 2px solid transparent;
  /* Sabit border */
  padding: 0.5rem 1rem;
  /* Sabit padding */
}

.overlay-nav .nav-link:hover {
  color: #b0d8ff !important;
  border-bottom: 2px solid #b0d8ff;
  /* Hover durumunda border */
}

.overlay-nav .nav-pills {
  transform: translateZ(0);
  /* Hardware acceleration */
  backface-visibility: hidden;
  /* Prevent flickering */
}

/* Overlay menünün kendisini sabitleme */
.carousel-caption .d-flex {
  transform: translateZ(0);
  /* Hardware acceleration */
  backface-visibility: hidden;
  /* Prevent flickering */
}

/* Sliderın kendisi için titreme önleyici */
#mainCarousel {
  transform: translateZ(0);
  /* Hardware acceleration */
  backface-visibility: hidden;
  /* Prevent flickering */
}

/* Video player için titreme önleyici */
#sliderVideo,
#sliderFallback {
  transform: translateZ(0);
  /* Hardware acceleration */
  backface-visibility: hidden;
  /* Prevent flickering */
}

/* Mobil için hamburger butonu ve menü düzenlemeleri */
@media (max-width: 576px) {
  .hero {
    min-height: 30vh !important;
    padding: 10px 0 5px 0 !important;
  }

  .hero h1 {
    font-size: 1.05rem !important;
    margin-bottom: 0.4rem !important;
    line-height: 1.2 !important;
  }

  .hero p {
    font-size: 0.85rem !important;
    margin-bottom: 0.7rem !important;
    line-height: 1.3 !important;
  }

  .hero .row {
    margin-top: 0.2rem !important;
  }

  .hero .btn {
    font-size: 0.85rem !important;
    padding: 0.5rem 0.3rem !important;
    border-radius: 1rem !important;
    margin-bottom: 0.3rem !important;
  }

  .carousel-caption .navbar-toggler {
    z-index: 9999;
    display: block !important;
  }

  .carousel-caption .navbar-brand {
    margin-right: 48px !important;
  }

  #overlayMenuCollapse {
    z-index: 9998;
    position: relative;
  }
}

/* Mobilde hamburger butonu masaüstünde gizlenir */
@media (min-width: 768px) {
  .mobile-menu-btn {
    display: none !important;
  }
}

/* Mobil hamburger menü butonu için özel stiller */
.mobile-menu-btn {
  position: fixed !important;
  top: 40px !important;
  /* Telefon çubuğunun altında */
  right: 15px !important;
  z-index: 9999 !important;
  display: block !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: 2px solid #007bff !important;
  border-radius: 5px !important;
  padding: 8px 12px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
  font-size: 24px !important;
  color: #007bff !important;
}

.mobile-menu-btn .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Ana Menü (Top Phone Bar'ın altında) */
.main-navbar {
  position: fixed;
  top: 40px;
  /* Top phone bar'ın altında */
  left: 0;
  width: 100%;
  z-index: 1040;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}

/* Sticky navbar için stil */
#stickyNavbar {
  transform: translateY(-100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 1040;
}

#stickyNavbar.visible {
  transform: translateY(0);
  opacity: 1;
}

/* Mobil görünümde navbar'ın daha iyi görünmesi için */
@media (max-width: 767.98px) {
  .main-navbar .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}

/* Slider için margin ekleyelim */
#mainCarousel {
  margin-top: 20px;
}

/* Instagram icon stili */
.instagram-icon {
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.instagram-icon:hover {
  transform: scale(1.15);
}

.nav-link:hover .instagram-icon {
  transform: scale(1.15);
}

/* Compact height for "Neden Epiderm?" advantage cards */
.advantage-card {
  padding: 1.25rem !important;
  /* override p-4 from markup */
}

@media (min-width: 992px) {
  .advantage-card {
    padding: 1rem 1.25rem !important;
    /* slightly tighter on large screens */
  }
}

/* Tighten spacing under hero title and within hero section */
.hero .container {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.hero h1 {
  margin-bottom: 0.4rem !important;
  line-height: 1.2;
}

.hero p.lead {
  margin-bottom: 0.75rem !important;
}

@media (max-width: 576px) {
  .hero .container {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .hero h1 {
    font-size: 1.9rem;
  }
}

/* ===== KVKK Footer Links ===== */
.kvkk-links-section {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.kvkk-link {
  font-size: 0.9rem;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.kvkk-link:hover {
  color: #fff !important;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
  text-decoration: none !important;
}

@media (max-width: 767.98px) {
  .kvkk-links-section .list-inline-item {
    display: block;
    margin: 6px 0;
  }

  .kvkk-links-section .list-inline-item:nth-child(even) {
    display: none;
    /* Hide the "|" separators on mobile */
  }
}

/* ===== Cookie Consent Banner ===== */
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(20, 20, 30, 0.97);
  color: #e0e0e0;
  z-index: 10000;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.35);
  animation: slideUpBanner 0.4s ease-out;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 0.95rem;
  border-top: 1px solid rgba(125, 180, 255, 0.15);
}

.cookie-consent-text {
  flex: 1;
  line-height: 1.5;
}

.cookie-policy-link {
  color: #7db4ff;
  text-decoration: underline;
  transition: color 0.2s;
}

.cookie-policy-link:hover {
  color: #a8d0ff;
}

@keyframes slideUpBanner {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDownBanner {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

@media (max-width: 767.98px) {
  .cookie-consent-banner .container {
    text-align: center;
  }

  .cookie-consent-buttons {
    justify-content: center;
    width: 100%;
  }
}

/* ===== Cookie Preferences Modal ===== */
.cookie-prefs-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cookie-prefs-modal.active {
  opacity: 1;
}

.cookie-prefs-content {
  background: #fff;
  border-radius: 16px;
  width: 95%;
  max-width: 560px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
  transform: translateY(30px) scale(0.95);
  transition: transform 0.3s ease;
}

.cookie-prefs-modal.active .cookie-prefs-content {
  transform: translateY(0) scale(1);
}

.cookie-prefs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
  color: #fff;
}

.cookie-prefs-body {
  padding: 20px 24px;
  overflow-y: auto;
  max-height: 55vh;
}

.cookie-prefs-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 14px 24px;
  border-top: 1px solid #e9ecef;
  background: #f8f9fa;
}

/* Category cards */
.cookie-category-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
  transition: box-shadow 0.2s ease;
}

.cookie-category-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Toggle switch size increase */
.cookie-category-card .form-check-input {
  width: 3em;
  height: 1.5em;
  cursor: pointer;
}

.cookie-category-card .form-check-input:checked {
  background-color: #198754;
  border-color: #198754;
}

.cookie-category-card .form-check-input:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

@media (max-width: 576px) {
  .cookie-prefs-content {
    width: 100%;
    max-width: 100%;
    border-radius: 16px 16px 0 0;
    max-height: 85vh;
  }

  .cookie-prefs-modal {
    align-items: flex-end;
  }

  .cookie-prefs-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cookie-prefs-footer .btn {
    flex: 1;
    min-width: 120px;
  }
}