@media (max-width: 768px) {
  #nav-panel > .p-6 {
    padding-top: 6px;
  }

  #nav-panel > .p-6 > .space-y-4,
  #nav-panel > .p-6 > .space-y-4 > .premium-content {
    margin-top: 0px;
  }

  .mobile-break {
    display: block;
    content: "";
    height: 0;
    margin: 0;
    padding: 0;
  }
}
#beer-locations-list {
  background-color: #efefef;
}
.venue-card {
  border: 1px solid #efefef;
}
/* Google Places Autocomplete Custom Styling */
.pac-container {
  background-color: white;
  margin-top: 8px;
  padding: 8px 0;
  border-radius: 0.5rem;
  font-family: inherit;
  z-index: 99999 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: fixed !important;
}

.pac-container:after {
  display: none;
}

/* Ensure autocomplete container is always visible */
.pac-container {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
}

/* Fix any parent container overflow issues that might clip autocomplete */
body .pac-container {
  position: fixed !important;
  z-index: 99999 !important;
}

/* Ensure search input containers don't clip the autocomplete dropdown */
#mobileMainAdSearch,
#desktopMapSearch,
#mobilePinnedSearchInput,
#mobileResultsSearchInput {
  position: relative;
}

/* Make sure parent containers of search inputs allow overflow */
.hero-section,
#hero-section,
.search-container {
  overflow: visible !important;
}

.pac-item {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 0.95rem;
  color: #374151;
  display: flex;
  align-items: center;
  border: none;
}

.pac-item:hover {
  background-color: #f3f4f6;
}

.pac-item-selected {
  background-color: #f3f4f6;
}

.pac-icon {
  margin-right: 12px;
}

.pac-item-query {
  font-size: 0.95rem;
  color: #111827;
  font-weight: 500;
  padding-right: 4px;
}

.pac-matched {
  font-weight: 600;
  color: #111827;
}

.custom-pac-container {
  margin-top: 4px !important;
  border-color: #e5e7eb !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.desktop-search-bar-container {
  pointer-events: none; /* Allow clicks to pass through to map */
}

.desktop-search-bar-container > div {
  pointer-events: auto; /* Re-enable pointer events for the content */
}

@media (min-width: 1024px) {
  .desktop-search-bar-container {
    width: 66.666667%;
    right: 0;
    height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .desktop-search-bar-container {
    width: 100%;
    height: 60vh;
  }
}

/* Ensure the search container stays within the map bounds */
#map-search-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#map-search-container .relative {
  padding: 1rem;
  width: 100%;
  max-width: 800px;
}

/* Make the text larger and more prominent */
.desktop-search-bar-text h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

/* Enhanced input and button styles */
#desktopMapSearch {
  height: 3rem;
  font-size: 1.125rem;
}

#desktopFindBeer {
  font-size: 1.25rem;
  padding: 1rem 2.5rem;
}

.from-\[\#9a00ff\] .text-\[\#9a00ff\] {
  --tw-text-opacity: 1;
  color: #9a00ff;
}
.from-\[\#9a00ff\] {
  --tw-gradient-from: #9a00ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#2121ff\] {
  --tw-gradient-to: #2121ff var(--tw-gradient-to-position);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-search-bar-container {
    display: flex !important;
  }

  .desktop-search-bar-container {
    display: none !important;
  }
  .mobile-search-bar-container .relative.z-10.py-5 {
    width: 50% !important;
    margin: 0 auto !important;
  }
  /* Ensure proper sizing on iPads */
  .mobile-search-bar-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
  }
}

/* Mobile-only line break */
.mobile-break {
  display: none; /* Hidden by default on larger screens */
}

@media (max-width: 768px) {
  /* Apply below 768px */
  .mobile-break {
    display: block; /* Forces a break like <br> */
    content: ""; /* Ensures the block takes up space */
    height: 0; /* No actual height */
    margin: 0; /* No extra margins */
    padding: 0; /* No padding */
  }
}

/* Font Size Settings for Venue Cards */

/* Small Font Size */
body.font-size-small .venue-name-text {
  font-size: 0.875rem; /* 14px - Main content: more scaling */
}
body.font-size-small .venue-tag-text {
  font-size: 0.6875rem; /* 11px - Supporting: less scaling */
}
body.font-size-small .venue-detail-text {
  font-size: 0.6875rem; /* 11px - Supporting: less scaling */
}
body.font-size-small .venue-icon-text {
  font-size: 0.6875rem; /* 11px - Supporting: less scaling */
}
body.font-size-small .venue-button-text {
  font-size: 0.6875rem; /* 11px - Supporting: less scaling */
}
body.font-size-small .venue-tag-small-text {
  font-size: 0.625rem; /* 10px - Drinks: more scaling */
}
body.font-size-small .venue-drink-name-text {
  font-size: 0.6875rem; /* 11px - Individual drink names: subtle scaling */
}

/* Normal Font Size (Default) */
body.font-size-normal .venue-name-text,
body:not([class*="font-size-"]) .venue-name-text {
  font-size: 1rem; /* 16px - Main content: baseline */
}
body.font-size-normal .venue-tag-text,
body:not([class*="font-size-"]) .venue-tag-text {
  font-size: 0.75rem; /* 12px - Supporting: baseline */
}
body.font-size-normal .venue-detail-text,
body:not([class*="font-size-"]) .venue-detail-text {
  font-size: 0.75rem; /* 12px - Supporting: baseline */
}
body.font-size-normal .venue-icon-text,
body:not([class*="font-size-"]) .venue-icon-text {
  font-size: 0.75rem; /* 12px - Supporting: baseline */
}
body.font-size-normal .venue-button-text,
body:not([class*="font-size-"]) .venue-button-text {
  font-size: 0.75rem; /* 12px - Supporting: baseline */
}
body.font-size-normal .venue-tag-small-text,
body:not([class*="font-size-"]) .venue-tag-small-text {
  font-size: 0.75rem; /* 12px - Drinks: baseline */
}
body.font-size-normal .venue-drink-name-text,
body:not([class*="font-size-"]) .venue-drink-name-text {
  font-size: 0.75rem; /* 12px - Individual drink names: baseline */
}

/* Large Font Size */
body.font-size-large .venue-name-text {
  font-size: 1.25rem; /* 20px - Main content: more scaling */
}
body.font-size-large .venue-tag-text {
  font-size: 0.8125rem; /* 13px - Supporting: less scaling */
}
body.font-size-large .venue-detail-text {
  font-size: 0.8125rem; /* 13px - Supporting: less scaling */
}
body.font-size-large .venue-icon-text {
  font-size: 0.8125rem; /* 13px - Supporting: less scaling */
}
body.font-size-large .venue-button-text {
  font-size: 0.8125rem; /* 13px - Supporting: less scaling */
}
body.font-size-large .venue-tag-small-text {
  font-size: 0.875rem; /* 14px - Drinks: more scaling */
}
body.font-size-large .venue-drink-name-text {
  font-size: 0.8625rem; /* 13.8px - Individual drink names: boosted by 0.05rem */
}

/* Extra Large Font Size */
body.font-size-extra-large .venue-name-text {
  font-size: 1.5rem; /* 24px - Main content: more scaling */
}
body.font-size-extra-large .venue-tag-text {
  font-size: 0.875rem; /* 14px - Supporting: less scaling */
}
body.font-size-extra-large .venue-detail-text {
  font-size: 0.875rem; /* 14px - Supporting: less scaling */
}
body.font-size-extra-large .venue-icon-text {
  font-size: 0.875rem; /* 14px - Supporting: less scaling */
}
body.font-size-extra-large .venue-button-text {
  font-size: 0.875rem; /* 14px - Supporting: less scaling */
}
body.font-size-extra-large .venue-tag-small-text {
  font-size: 1rem; /* 16px - Drinks: more scaling */
}
body.font-size-extra-large .venue-drink-name-text {
  font-size: 0.925rem; /* 14.8px - Individual drink names: boosted by 0.05rem */
}

/* Responsive layout changes for large font sizes */
body.font-size-large .venue-card .flex.justify-between.items-start,
body.font-size-extra-large .venue-card .flex.justify-between.items-start {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

body.font-size-large .venue-card .flex.justify-between.items-start .venue-tag-text,
body.font-size-extra-large .venue-card .flex.justify-between.items-start .venue-tag-text {
  align-self: flex-start;
  margin-top: 0.25rem;
}

/* Preview Card Styles */
.font-size-preview-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: white;
  padding: 1rem;
  margin-top: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  display: none;
  transition: all 0.2s ease-in-out;
}

.font-size-preview-card.show {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.font-size-preview-card .preview-venue-name {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.font-size-preview-card .preview-venue-tag {
  background: #374151;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.font-size-preview-card .preview-venue-detail {
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.font-size-preview-card .preview-drinks {
  display: flex;
  gap: 0.375rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.font-size-preview-card .preview-drink-tag {
  background: #f59e0b;
  color: white;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-weight: 500;
  /* No font-size specified - inherits from body font size classes */
}

/* Edit Venue Modal Styles */
.edit-venue-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  animation: modalFadeIn 0.3s ease-out;
}

.edit-venue-modal.show {
  display: flex;
}

.edit-venue-modal-content {
  background: linear-gradient(145deg, #ffffff, #f8fafc);
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
    scale: 0.95;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    scale: 1;
  }
}

.modal-header {
  padding: 20px 24px 16px 24px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  position: relative;
  border-radius: 20px 20px 0 0;
}

.modal-header h2 {
  color: #ffffff;
  margin: 0 0 6px 0;
  font-size: 1.25em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.02em;
}

.modal-header .venue-info {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85em;
  margin: 0;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 24px 20px 24px;
}

.pending-changes-summary {
  background: #fed7b7;
  border-radius: 8px;
  padding: 16px;
  margin: 12px 0px;
  display: none;
}

.pending-changes-summary.has-changes {
  display: block;
}

.pending-changes-summary h4 {
  margin: 0 0 12px 0;
  color: #c2410c;
  font-size: 0.9em;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pending-change-item {
  background: #fed7b7;
  color: #9a3412;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.85em;
  margin-bottom: 6px;
  border: 1px solid #fdba74;
}

.pending-change-item:last-child {
  margin-bottom: 0;
}

.drinks-category {
  margin-bottom: 0px;
}

.drinks-category h3 {
  color: #1f2937;
  margin-bottom: 12px;
  font-size: 0.95em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0 8px 0;
  border-bottom: 2px solid transparent;
  background: linear-gradient(90deg, #f8fafc, transparent);
  border-radius: 8px 8px 0 0;
  letter-spacing: -0.01em;
}

.category-icon {
  font-size: 1.1em;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.add-drink-section {
  background: linear-gradient(145deg, #f8fafc, #f1f5f9);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}

.add-drink-section::before {
  content: "";
  margin: 0px 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f59e0b, #d97706);
  border-radius: 16px 16px 0 0;
}

.add-drink-section h3 {
  color: #334155;
  font-weight: 700;
  font-size: 0.95em;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.01em;
}

.drinks-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0px;
}

.drink-item {
  background: linear-gradient(145deg, #ffffff, #f8fafc);
  border: 1.5px solid #e2e8f0;
  color: #334155;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 0.75em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.drink-item:hover {
  border-color: #cbd5e1;
  background: linear-gradient(145deg, #f8fafc, #f1f5f9);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.drink-item.removing {
  background: linear-gradient(145deg, #fef2f2, #fee2e2);
  border-color: #fca5a5;
  text-decoration: line-through;
  opacity: 0.8;
  transform: scale(0.98);
}

.drink-item.adding {
  background: linear-gradient(145deg, #ecfdf5, #dcfce7);
  border: 1.5px solid #34d399;
  color: #047857;
  box-shadow: 0 2px 8px rgba(52, 211, 153, 0.2);
}

.drink-remove-btn {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
  position: relative;
  overflow: hidden;
}

.drink-remove-btn:hover {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  transform: scale(1.1);
  box-shadow: 0 4px 16px rgba(239, 68, 68, 0.4);
}

.drink-remove-btn:active {
  transform: scale(0.95);
}

.empty-drinks-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  color: #9ca3af;
  text-align: center;
}

.empty-drinks-state .empty-icon {
  font-size: 1.8em;
  margin-bottom: 4px;
  opacity: 0.5;
}

.empty-drinks-state p {
  margin: 0;
  font-size: 0.75em;
}

.drink-item.adding .drink-name::before {
  content: "+ ";
  font-weight: bold;
  color: #16a34a;
}

.remove-drink-btn {
  background: #dc2626;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.remove-drink-btn:hover {
  background: #b91c1c;
}

.remove-drink-btn.undo {
  background: #059669;
}

.remove-drink-btn.undo:hover {
  background: #047857;
}

.drink-item.adding .remove-drink-btn {
  background: #dc2626;
  color: white;
}

.drink-item.adding .remove-drink-btn:hover {
  background: #b91c1c;
}

.add-drink-section {
  border-top: 1px solid #e5e7eb;
  padding-top: 20px;
}

.add-drink-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group label {
  color: #1f2937;
  font-size: 0.9em;
  font-weight: 600;
}

.form-group select {
  background: linear-gradient(145deg, #ffffff, #f8fafc);
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px;
  color: #334155;
  font-size: 0.9em;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.form-group input {
  background: linear-gradient(145deg, #ffffff, #f8fafc);
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px;
  color: #334155;
  font-size: 0.75em;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-group select:focus,
.form-group input:focus {
  outline: none;
  border-color: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.form-group select:hover,
.form-group input:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.input-with-button {
  display: flex;
  gap: 8px;
}

.input-with-button input {
  flex: 1;
}

.add-drink-button {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 0.75em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.025em;
}

.add-drink-button:hover {
  background: linear-gradient(135deg, #d97706, #b45309);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
}

.add-drink-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.add-drink-button:disabled {
  background: linear-gradient(135deg, #9ca3af, #6b7280);
  color: #d1d5db;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.modal-footer {
  border-top: 1px solid rgba(226, 232, 240, 0.6);
  padding: 20px 24px;
  background: linear-gradient(145deg, #f8fafc, #ffffff);
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.modal-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.025em;
  position: relative;
  overflow: hidden;
}

.modal-btn.cancel {
  background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
  color: #475569;
  border: 1.5px solid #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.modal-btn.cancel:hover {
  background: linear-gradient(145deg, #e2e8f0, #cbd5e1);
  color: #334155;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.modal-btn.submit {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.modal-btn.submit:hover {
  background: linear-gradient(135deg, #059669, #047857);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
}

.modal-btn.submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.modal-btn.submit:disabled {
  background: #9ca3af;
  color: #d1d5db;
  cursor: not-allowed;
}

.edit-venue-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #9ca3af;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.edit-venue-close:hover {
  color: #1f2937;
  background: #f8fafc;
  border-color: rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.edit-venue-close:active {
  transform: scale(0.95);
}

.edit-venue-btn {
  background: transparent;
  color: #f59e0b;
  border: none;
  cursor: pointer;
  font-size: inherit;
  transition: all 0.2s;
}

.edit-venue-btn:hover {
  background: #f9fafb;
  color: #d97706;
}

@media (max-width: 768px) {
  .edit-venue-modal-content {
    width: 95%;
    max-height: 90vh;
  }

  .drinks-list {
    flex-direction: column;
  }

  .modal-actions {
    flex-direction: column;
  }

  .modal-btn {
    width: 100%;
  }

  .input-with-button {
    flex-direction: column;
    gap: 12px;
  }

  .add-drink-button {
    width: 100%;
  }
}

/* Thank You Modal */
.thank-you-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}

.thank-you-modal-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 20px;
}

.thank-you-modal h2 {
  color: #16a34a;
  margin: 0 0 15px 0;
  font-size: 1.5em;
}

.thank-you-modal p {
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

.thank-you-modal .checkmark {
  font-size: 3em;
  color: #16a34a;
  margin-bottom: 15px;
}

/* Paywall Animations */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.animate-slide-down {
  animation: slideDown 0.3s ease-out forwards;
}

.animate-slide-up {
  animation: slideUp 0.3s ease-out forwards;
}

.animate-scale-in {
  animation: scaleIn 0.3s ease-out forwards;
}

.animate-fade-out {
  animation: fadeOut 0.2s ease-out forwards;
}
