/**
 * Room Search Styles for Orlando Ticket Office Accommodation
 */

/* Search Container */
.oto-search-wrapper-x9k2m7 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5;
  color: #374151;
}

/* Search Form */
.oto-search-form-p4n8q1 {
  background: linear-gradient(135deg, #F41132 0%, #8B0A1F 100%);
  border-radius: 20px;
  padding: 35px 30px;
  margin-bottom: 2rem;
  box-shadow: 0 10px 40px rgba(244, 17, 50, 0.3);
  position: relative;
  overflow: hidden;
}

.oto-search-form-p4n8q1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.oto-search-header-r6t9y3 {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.oto-search-title-m7k4n2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  margin: 0 0 8px 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.oto-search-subtitle-v8j3l5 {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-weight: 300;
}

.oto-search-form-container-q5w8e2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.oto-search-form-row-p3k8n5 {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.oto-search-dates-section-h3n7k9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.oto-search-date-group-l4m8p2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 150px;
}

.oto-search-label-x9k3n6 {
  font-weight: 600;
  color: white;
  margin-bottom: 8px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.oto-search-calendar-widget-a7b2c4 {
  background: white;
  border-radius: 0.75rem;
  padding: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 300px;
  max-height: 400px;
  overflow-y: auto;
}

.oto-search-guests-section-k8m3n7 {
  display: flex;
  flex-direction: column;
}

.oto-search-select-v4n8k2 {
  background: white;
  border: none;
  border-radius: 10px;
  padding: 17px 7px 14px 26px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  outline: none;
}

.oto-search-select-v4n8k2:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.oto-search-date-field-v4n8k2 {
  background: white;
  border: none;
  border-radius: 10px;
  padding: 14px 2px 20px 0px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  outline: none;
}

.oto-search-date-field-v4n8k2:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.oto-search-date-field-v4n8k2::placeholder {
  color: #999;
}

.oto-search-date-field-v4n8k2:focus {
  outline: none;
  border-color: #F41132;
  box-shadow: 0 0 0 3px rgba(244, 17, 50, 0.1);
}

.oto-search-select-v4n8k2:focus {
  outline: none;
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.oto-search-submit-section-p9k3m6 {
  display: flex;
  align-items: end;
}

.oto-search-button-q7w4e8 {
  background: white;
  color: #F41132;
  border: none;
  border-radius: 10px;
  padding: 14px 30px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  flex-shrink: 0;
}

.oto-search-button-q7w4e8:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.oto-search-button-q7w4e8:active {
  transform: translateY(0);
}

.oto-search-button-q7w4e8:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 8px 15px -3px rgba(0, 0, 0, 0.1);
}

.oto-search-button-q7w4e8:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Search Results */
.oto-search-results-container-m8n4k7 {
  margin-top: 2rem;
}

.oto-search-results-header-p3k8n5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f3f4f6;
}

.oto-search-results-title-v6j9l2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

.oto-search-results-count-x4m7k9 {
  font-size: 1rem;
  color: #6b7280;
  font-weight: 500;
}

.oto-search-results-grid-q8w3e6 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 2rem;
}

.oto-search-no-results-p3k8n5 {
  text-align: center;
  padding: 3rem 1rem;
  color: #6b7280;
  font-size: 1.125rem;
  background: #f9fafb;
  border-radius: 0.75rem;
  border: 2px dashed #d1d5db;
}

/* Room Cards */
.oto-search-room-card-m8k3n7 {
  max-width: 100%;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  margin-bottom: 20px;
}

.oto-search-room-card-m8k3n7:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.oto-search-card-image-p4n8q1 {
  width: 280px;
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.oto-search-card-image-p4n8q1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oto-search-placeholder-image-v6j9l2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F41132 0%, #d10e2a 100%);
}

.oto-search-placeholder-icon-x4m7k9 {
  width: 2rem;
  height: 2rem;
  color: white;
  opacity: 0.8;
}

.oto-search-card-content-q8w3e6 {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.oto-search-card-header-m4k7j2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.oto-search-card-title-v6j9l2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.oto-search-card-price-p3k8n5 {
  text-align: right;
  font-size: 0.95rem;
  color: #555;
  font-weight: 600;
}

.oto-search-card-details-p3k8n5 {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.oto-search-card-detail-row-m4k7j2 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: #555;
}

.oto-search-card-label-k8m3r7 {
  color: #888;
  font-weight: 500;
}

.oto-search-card-value-p1w6y4 {
  color: #333;
  font-weight: 600;
}

.oto-search-card-pricing-z9l2n5 {
  background: #f9fafb;
  border-radius: 0.375rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

.oto-search-card-price-row-j7h4k9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.375rem;
}

.oto-search-card-price-label-k8m3r7 {
  font-weight: 500;
  color: #6b7280;
  font-size: 0.75rem;
}

.oto-search-card-price-amount-p1w6y4 {
  font-weight: 600;
  color: #1f2937;
  font-size: 0.75rem;
}

.oto-search-card-total-row-q3s8l6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.375rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 0.375rem;
}

.oto-search-card-total-label-k8m3r7 {
  font-weight: 700;
  color: #1f2937;
  font-size: 0.875rem;
}

.oto-search-card-total-amount-p1w6y4 {
  font-weight: 700;
  color: #F41132;
  font-size: 1rem;
}

.oto-search-card-actions-v2x5q8 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}

.oto-search-book-button-h9k2m7 {
  background: linear-gradient(135deg, #F41132 0%, #C30E28 100%);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-decoration: none;
}

.oto-search-book-button-h9k2m7:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(244, 17, 50, 0.3);
  color: white;
  text-decoration: none;
}

.oto-search-book-button-h9k2m7 .btn-price {
  font-size: 1.1rem;
}

.oto-search-book-button-h9k2m7 .btn-tax {
  font-size: 0.75rem;
  opacity: 0.95;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) and (min-width: 769px) {
  .oto-search-results-grid-q8w3e6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  .oto-search-results-grid-q8w3e6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .oto-search-form-row-p3k8n5 {
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 10px;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  .oto-search-form-row-p3k8n5 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  
  .oto-search-date-group-l4m8p2 {
    grid-column: span 1;
  }
  
  .oto-search-guests-section-k8m3n7 {
    grid-column: span 1;
  }
  
  .oto-search-submit-section-p9k3m6 {
    grid-column: span 2;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .oto-search-form-p4n8q1 {
    padding: 25px 20px;
    border-radius: 15px;
  }

  .oto-search-title-m7k4n2 {
    font-size: 1.5rem;
  }

  .oto-search-subtitle-v8j3l5 {
    font-size: 0.85rem;
    margin-bottom: 20px;
  }

  .oto-search-form-row-p3k8n5 {
    flex-direction: column;
    gap: 15px;
  }

  .oto-search-date-group-l4m8p2,
  .oto-search-guests-section-k8m3n7 {
    width: 100%;
    min-width: 100%;
  }

  .oto-search-button-q7w4e8 {
    width: 100%;
    padding: 16px;
  }

  .oto-search-date-field-v4n8k2,
  .oto-search-select-v4n8k2 {
    padding: 16px;
  }
  
  .oto-search-results-grid-q8w3e6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .oto-search-form-row-p3k8n5 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .oto-search-date-field-v4n8k2 {
    font-size: 11px;
    padding: 0px 0px 6px 0px;
    height: 28px;
    max-width: 100%;
  }
  
  .oto-search-select-v4n8k2 {
    font-size: 12px;
    padding: 0px 0px 6px 0px;
    height: 36px;
  }
  
  .oto-search-button-q7w4e8 {
    font-size: 12px;
    padding: 8px 16px;
    height: 36px;
  }
  
  .oto-search-room-card-m8k3n7 {
    flex-direction: column;
  }

  .oto-search-card-image-p4n8q1 {
    width: 100%;
    height: 200px;
  }

  .oto-search-card-content-q8w3e6 {
    padding: 16px;
  }

  .oto-search-card-header-m4k7j2 {
    flex-direction: column;
    gap: 12px;
  }

  .oto-search-card-price-p3k8n5 {
    text-align: left;
  }

  .oto-search-card-details-p3k8n5 {
    gap: 16px;
  }

  .oto-search-card-actions-v2x5q8 {
    justify-content: stretch;
  }

  .oto-search-book-button-h9k2m7 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .oto-search-wrapper-x9k2m7 {
    padding: 16px 8px;
  }
  
  .oto-search-form-p4n8q1 {
    padding: 16px;
    border-radius: 12px;
  }
  
  .oto-search-date-group-l4m8p2,
  .oto-search-guests-section-k8m3n7,
  .oto-search-submit-section-p9k3m6 {
    width: 100%;
  }
  
  .oto-search-label-x9k3n6 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .oto-search-date-field-v4n8k2,
  .oto-search-select-v4n8k2 {
    width: 100%;
  }
  
  .oto-search-button-q7w4e8 {
    width: 100%;
  }
  
  .oto-search-results-grid-q8w3e6 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  
  .oto-search-card-content-q8w3e6 {
    padding: 0.75rem;
  }
  
  .oto-search-card-image-p4n8q1 {
    height: 100px;
  }
  
  .oto-search-card-title-v6j9l2 {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  
  .oto-search-card-detail-row-m4k7j2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
    margin-bottom: 0.25rem;
  }
  
  .oto-search-card-value-p1w6y4 {
    text-align: left;
    margin-left: 0;
    font-size: 0.6875rem;
  }
  
  .oto-search-card-label-k8m3r7 {
    font-size: 0.6875rem;
  }
  
  .oto-search-card-pricing-z9l2n5 {
    padding: 0.5rem;
    margin-bottom: 0.75rem;
  }
  
  .oto-search-book-button-h9k2m7 {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}

/* Calendar Integration */
.oto-search-calendar-widget-a7b2c4 .oto-cal-header-navigation-m4k7j2 {
  margin-bottom: 0.75rem;
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-weekdays-grid-v6j9m2 {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 0.125rem;
  margin-bottom: 0.5rem;
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-weekday-cell-b4n7p0 {
  height: 1.5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 600;
  color: #6b7280;
  text-align: center;
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-days-container-z2x5q8 {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 0.125rem;
  justify-items: center;
  align-items: center;
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-month-text-d8f3g6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-nav-btn-p3n6l9 {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.5rem;
  color: #6b7280;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-nav-btn-p3n6l9:hover {
  background: #e5e7eb;
  color: #374151;
  transform: scale(1.05);
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-nav-btn-p3n6l9:active {
  transform: scale(0.95);
  background: #d1d5db;
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-day-cell-k9m2n5 {
  aspect-ratio: 1;
  width: 100%;
  max-width: 2rem;
  min-width: 1.75rem;
  height: 2rem;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  margin: 0.125rem;
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-day-cell-k9m2n5.oto-cal-available-x4y7z0 {
  background: #f0f9ff;
  color: #0369a1;
  border-color: #bae6fd;
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-day-cell-k9m2n5.oto-cal-available-x4y7z0:hover {
  background: #0ea5e9;
  color: white;
  transform: scale(1.05);
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-day-cell-k9m2n5.oto-cal-selected-p5t8j1 {
  background: #f97316;
  color: white;
  border-color: #ea580c;
  transform: scale(1.05);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.oto-search-calendar-widget-a7b2c4 .oto-cal-day-cell-k9m2n5.oto-cal-past-l3v6h9 {
  background: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.5;
}

/* Calendar Popup */
.oto-calendar-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

.oto-calendar-popup-container {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 400px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  animation: slideIn 0.3s ease;
}

.oto-calendar-popup-header {
  background: linear-gradient(135deg, #F41132 0%, #d10e2a 100%);
  color: white;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.oto-calendar-popup-header h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.oto-calendar-popup-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  transition: background-color 0.2s ease;
}

.oto-calendar-popup-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.oto-calendar-popup-content {
  padding: 1.5rem;
}

.oto-calendar-popup-widget {
  background: white;
  border-radius: 0.75rem;
  padding: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.oto-calendar-popup-widget .oto-cal-weekdays-grid-v6j9m2 {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.oto-calendar-popup-widget .oto-cal-weekday-cell-b4n7p0 {
  height: 2rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgb(107, 114, 128);
  text-align: center;
  margin: 0;
  padding: 0;
}

.oto-calendar-popup-widget .oto-cal-days-container-z2x5q8 {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 0.25rem;
  margin-bottom: 1rem;
  width: 100%;
  min-height: 200px;
  justify-items: center;
  align-items: center;
}

.oto-calendar-popup-widget .oto-cal-day-cell-k9m2n5 {
  aspect-ratio: 1 !important;
  width: 100% !important;
  max-width: 2.5rem !important;
  min-width: 2rem !important;
  height: 2.5rem !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  border: 2px solid transparent !important;
  justify-self: center !important;
  text-align: center !important;
  line-height: 1 !important;
  min-height: 2rem !important;
}

.oto-calendar-popup-widget .oto-cal-day-cell-k9m2n5.oto-cal-available-x4y7z0 {
  background: #f0f9ff !important;
  color: #0369a1 !important;
  border-color: #bae6fd !important;
}

.oto-calendar-popup-widget .oto-cal-day-cell-k9m2n5.oto-cal-available-x4y7z0:hover {
  background: #0ea5e9 !important;
  color: white !important;
  transform: scale(1.05) !important;
}

.oto-calendar-popup-widget .oto-cal-day-cell-k9m2n5.oto-cal-selected-p5t8j1 {
  background: #F41132 !important;
  color: white !important;
  border-color: #d10e2a !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}

.oto-calendar-popup-widget .oto-cal-day-cell-k9m2n5.oto-cal-past-l3v6h9 {
  background: #f3f4f6 !important;
  color: #9ca3af !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

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

/* Mobile responsive sizing for search bar calendars - matching product page approach */
@media (max-width: 480px) {
  .oto-calendar-popup-container {
    max-width: calc(100vw - 1rem) !important;
    width: calc(100vw - 1rem) !important;
    margin: 0.5rem !important;
  }
  
  .oto-calendar-popup-widget {
    padding: 0.5rem !important;
  }
  
  .oto-calendar-popup-widget .oto-cal-weekday-cell-b4n7p0 {
    height: 1.75rem !important;
    font-size: 0.6875rem !important;
  }
  
  .oto-calendar-popup-widget .oto-cal-days-container-z2x5q8 {
    gap: 0.1875rem !important;
    min-height: 180px !important;
  }
  
  .oto-calendar-popup-widget .oto-cal-day-cell-k9m2n5 {
    max-width: 2.5rem !important;
    font-size: 0.75rem !important;
    border-radius: 0.375rem !important;
  }
}

@media (max-width: 400px) {
  .oto-calendar-popup-container {
    max-width: calc(100vw - 0.5rem) !important;
    width: calc(100vw - 0.5rem) !important;
    margin: 0.25rem !important;
  }
  
  .oto-calendar-popup-widget .oto-cal-days-container-z2x5q8 {
    gap: 0.125rem !important;
    min-height: 160px !important;
  }
  
  .oto-calendar-popup-widget .oto-cal-day-cell-k9m2n5 {
    max-width: 2.25rem !important;
    font-size: 0.6875rem !important;
    min-height: 1.75rem !important;
  }
}

@media (max-width: 360px) {
  .oto-calendar-popup-container {
    max-width: calc(100vw - 0.5rem) !important;
    width: calc(100vw - 0.5rem) !important;
    margin: 0.25rem !important;
  }
  
  .oto-calendar-popup-widget {
    padding: 0.5rem !important;
  }
  
  .oto-calendar-popup-widget .oto-cal-weekday-cell-b4n7p0 {
    height: 1.5rem !important;
    font-size: 0.625rem !important;
  }
  
  .oto-calendar-popup-widget .oto-cal-days-container-z2x5q8 {
    gap: 0.0625rem !important;
    min-height: 140px !important;
  }
  
  .oto-calendar-popup-widget .oto-cal-day-cell-k9m2n5 {
    max-width: 2rem !important;
    font-size: 0.625rem !important;
    border-radius: 0.25rem !important;
    min-height: 1.5rem !important;
  }
}

@media (max-width: 320px) {
  .oto-calendar-popup-container {
    max-width: calc(100vw - 0.25rem) !important;
    width: calc(100vw - 0.25rem) !important;
    margin: 0.125rem !important;
  }
  
  .oto-calendar-popup-widget {
    padding: 0.375rem !important;
  }
  
  .oto-calendar-popup-widget .oto-cal-days-container-z2x5q8 {
    gap: 0.03125rem !important;
    min-height: 120px !important;
  }
  
  .oto-calendar-popup-widget .oto-cal-day-cell-k9m2n5 {
    max-width: 1.75rem !important;
    font-size: 0.5625rem !important;
    min-height: 1.25rem !important;
  }
}

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