/* --- CONTAINER HEIGHT FIXES 2025-07-03 --- */
@media (max-width: 700px) {
  /* Ajustes para que los elementos se parezcan más a desktop */
  body .cruise-card-section h4 {
    font-size: 1rem !important;
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  
  body .cruise-card-section p,
  body .cruise-card-section li {
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
  }
  
  body .section-icon {
    font-size: 1.1rem !important;
  }
  /* Ajustes para los contenedores de tarjetas */
  body .cruise-card-section {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding-bottom: 0.3rem !important;
  }
  
  /* Ajustes específicos para cada tipo de sección */
  body .cruise-card-section.cruise-dates {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0.5rem !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
  }
  
  /* Ajustes para el contenido de las fechas */
  body .cruise-card-section.cruise-dates h4 {
    margin-top: 0 !important;
    margin-bottom: 0.2rem !important;
    padding: 0 !important;
  }
  
  body .cruise-card-section.cruise-dates p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
  }
  
  /* Ajuste adicional para eliminar espacio en blanco */
  body .cruise-card-section.cruise-dates .section-icon + h4 + p {
    margin-bottom: 0 !important;
  }
  
  body .cruise-cabin {
    height: auto !important;
    padding-bottom: 0.3rem !important;
    /* Eliminamos la altura máxima */
    overflow: visible !important;
  }
  
  body .cruise-benefits {
    height: auto !important;
    padding-bottom: 0.3rem !important;
    /* Eliminamos la altura máxima */
    overflow: visible !important;
  }
  
  body .cruise-itinerary {
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0.3rem !important;
    /* Eliminamos la altura máxima */
  }
  
  body .cruise-prices {
    height: auto !important;
    padding-bottom: 0 !important;
    /* Eliminamos la altura máxima */
    overflow: visible !important;
  }
  
  /* Ajustes para las tarjetas de beneficios */
  body .benefit-card {
    min-height: 0 !important;
    height: auto !important;
    max-height: 110px !important; /* Alto menor pero suficiente */
    padding: 0.5rem !important; /* Márgenes para que el contenido no quede apretado */
    margin-bottom: 0.5rem !important;
    overflow: hidden !important;
  }
  
  /* Ajustes para el contenido interno de las tarjetas de beneficios */
  body .benefit-card h4 {
    font-size: 0.95rem !important;
    margin-top: 0 !important;
    margin-bottom: 0.3rem !important;
  }
  
  body .benefit-card p {
    font-size: 0.85rem !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }
  
  /* Eliminar restricciones de altura en tablas y contenido */
  body .tab-content {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  
  /* Ajustes para las tarjetas de cruceros */
  body .cruise-card {
    padding: 0 !important;
    margin-bottom: 0.5rem !important;
    height: auto !important;
    overflow: visible !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Ajustes para los contenedores de imágenes de cruceros */
  body .cruise-img-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
  }
  
  body .cruise-img-container img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
  }
  
  /* Ajuste para el título del crucero */
  body .cruise-card h3 {
    padding: 0.5rem !important;
    margin: 0 !important;
  }
  
  /* Eliminar espacio en blanco al final de las secciones */
  body .cruise-card-section:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  
  /* Ajustes para los contenedores de las tarjetas */
  body .cruise-details-grid {
    padding: 0 0.5rem 0.5rem 0.5rem !important;
    margin-bottom: 0 !important;
    gap: 0.3rem !important;
  }
  
  /* Ajustes para los últimos elementos dentro de cada sección */
  body .cruise-card-section > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* Agrandar los íconos de sección en móviles */
  body .section-icon {
    font-size: 1.5rem !important;
    width: 2.6rem !important;
    height: 2.6rem !important;
    margin-right: 0.6rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  body .section-icon i {
    font-size: 1.4rem !important;
  }
  
  /* Ajustes para todos los elementos dentro de las secciones */
  body .cruise-card-section > * {
    margin-bottom: 0.2rem !important;
  }
  
  /* Ajustes para los párrafos y listas */
  body .cruise-card-section p,
  body .cruise-card-section ul,
  body .cruise-card-section li {
    margin-top: 0 !important;
    margin-bottom: 0.2rem !important;
  }
  
  /* Ajustes para las tablas de precios */
  body .msc-precios-table {
    margin-bottom: 0 !important;
  }
  
  /* Ajustes para los contenedores de beneficios */
  body .benefits {
    padding-bottom: 0 !important;
    margin-bottom: 1.5rem !important; /* Margen adicional después de la sección de beneficios */
  }
  
  /* Ajuste para la última tarjeta de beneficios */
  body .benefits .benefit-card:last-child {
    margin-bottom: 0.8rem !important; /* Margen adicional para la última tarjeta */
  }
}
