/* ═══════════════════════════════════════════════════════════════════════════ */
/* URBI COTIZACIONES - DISEÑO MODERNO PREMIUM                                 */
/* ═══════════════════════════════════════════════════════════════════════════ */

:root {
  --urbi-primary: #f4c400;
  --urbi-dark: #0d0d0d;
  --urbi-light: #f5f6f8;
  --urbi-white: #ffffff;
  --urbi-text: #353535;
  --urbi-border: #e0e0e0;
  --urbi-success: #10b981;
  --urbi-danger: #ef4444;
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* HERO SECTION                                                                */
/* ═══════════════════════════════════════════════════════════════════════════ */

.urbi-cot-hero {
  position: relative;
  overflow: hidden;
  margin-top: 82px;
}

.urbi-cot-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: block;
}

.urbi-cot-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.urbi-cot-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: grid;
  align-items: center;
  padding: 60px 24px;
}

.urbi-cot-hero-copy {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.urbi-cot-hero-copy h1 {
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  line-height: 1.1;
  margin: 0 0 1.2rem;
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.urbi-cot-hero-copy p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.urbi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #ffd700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.urbi-eyebrow svg {
  width: 18px;
  height: 18px;
}

.urbi-cot-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.urbi-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.urbi-badge svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* SECTION PRINCIPAL                                                           */
/* ═══════════════════════════════════════════════════════════════════════════ */

.urbi-cot-section {
  padding: 60px 24px;
  background: #f5f6f8;
}

.urbi-cot-container {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* SIDEBAR IZQUIERDO                                                           */
/* ═══════════════════════════════════════════════════════════════════════════ */

.urbi-cot-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.urbi-cot-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.urbi-cot-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.urbi-cot-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--urbi-dark);
}

.urbi-cot-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* CARD WHATSAPP */

.urbi-cot-card-wa {
  background: linear-gradient(135deg, #25d366 0%, #20ba5b 100%);
  color: #fff;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
}

.urbi-cot-card-wa h3,
.urbi-cot-card-wa p {
  color: #fff;
}

.urbi-cot-card-wa p {
  opacity: 0.95;
  margin: 0;
}

.urbi-cot-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.urbi-cot-card-icon svg {
  width: 32px;
  height: 32px;
  color: #fff;
}

.urbi-cot-card-wa .urbi-cot-card-icon {
  background: rgba(255, 255, 255, 0.25);
}

.urbi-cot-card-wa .urbi-cot-card-icon-wa {
  margin-bottom: 12px;
}

.urbi-cot-btn-wa {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  margin-top: 6px;
  padding: 12px 14px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}

.urbi-cot-btn-wa:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

/* BENEFICIOS LIST */

.urbi-cot-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.urbi-cot-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.7rem 0;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
}

.urbi-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--urbi-primary);
  border-radius: 50%;
  color: #000;
  font-weight: 700;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* CARD PROMO */

.urbi-cot-card-promo {
  background: linear-gradient(135deg, #fff8e1 0%, #fff5c2 100%);
  border: 2px solid var(--urbi-primary);
  position: relative;
  overflow: hidden;
}

.urbi-badge-promo {
  position: absolute;
  top: -8px;
  right: 12px;
  background: var(--urbi-primary);
  color: #000;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.urbi-cot-card-promo h3 {
  margin-top: 12px;
}

.urbi-cot-card-promo small {
  color: #999;
  font-size: 0.85rem;
  display: block;
}

/* CARD WHATSAPP - MEJORADO */

.urbi-cot-card-icon-wa {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.urbi-cot-card-icon-wa svg {
  width: 36px;
  height: 36px;
  color: #fff;
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* FORMULARIO PRINCIPAL                                                        */
/* ═══════════════════════════════════════════════════════════════════════════ */

.urbi-cot-main {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.urbi-cot-form-card {
  width: 100%;
}

/* ALERTAS */

.urbi-alert {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 0.95rem;
}

.urbi-alert-success {
  background: #d1f4e0;
  color: #047857;
  border-left: 4px solid #10b981;
}

.urbi-alert-danger {
  background: #fee2e2;
  color: #991b1b;
  border-left: 4px solid #ef4444;
}

.urbi-alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.urbi-alert-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* SECCIONES DEL FORMULARIO */

.urbi-cot-form-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--urbi-border);
}

.urbi-cot-form-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.urbi-cot-form-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--urbi-dark);
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.urbi-cot-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--urbi-primary);
  color: #000;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.urbi-cot-form-title::before {
  content: '';
  width: 4px;
  height: 24px;
  background: var(--urbi-primary);
  border-radius: 2px;
}

/* GRILLAS */

.urbi-cot-form-grid {
  display: grid;
  gap: 24px;
}

.urbi-cot-form-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

/* GRUPOS */

.urbi-cot-form-group {
  display: flex;
  flex-direction: column;
}

.urbi-cot-form-group label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--urbi-dark);
  margin-bottom: 8px;
  display: block;
}

/* INPUTS */

.urbi-cot-input {
  padding: 12px 16px;
  border: 1px solid var(--urbi-border);
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
  background: #fff;
  color: var(--urbi-text);
}

.urbi-cot-input:focus {
  outline: none;
  border-color: var(--urbi-primary);
  box-shadow: 0 0 0 3px rgba(244, 196, 0, 0.1);
  background: #fff;
}

.urbi-cot-input::placeholder {
  color: #999;
}

.urbi-cot-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M1 4l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  background-color: #fff;
}

.urbi-cot-textarea {
  resize: vertical;
  min-height: 120px;
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
}

/* UBICACIONES - SIMPLIFICADO */

.urbi-cot-location {
  position: relative;
  display: flex;
  gap: 0;
}

.urbi-cot-location .urbi-cot-input {
  flex: 1;
}

/* CHECKBOXES */

.urbi-cot-checkbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.urbi-cot-check {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--urbi-primary);
}

.urbi-cot-checkbox label {
  margin: 0;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  font-size: 0.9rem;
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* BOTONES                                                                     */
/* ═══════════════════════════════════════════════════════════════════════════ */

.urbi-cot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.urbi-cot-check {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--urbi-primary);
}

.urbi-cot-checkbox label {
  margin: 0;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  font-size: 0.9rem;
}

/* CAMPO REGRESO - TRANSICIÓN */

#regreso-group {
  transition: opacity 0.3s ease, height 0.3s ease, margin 0.3s ease;
}

.urbi-cot-btn-primary {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #f4c400 0%, #d4a400 100%);
  color: #000;
  font-size: 1.05rem;
  margin-top: 10px;
  border: 2px solid transparent;
}

.urbi-cot-btn-primary:hover {
  background: linear-gradient(135deg, #e8b800 0%, #c89900 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(244, 196, 0, 0.3);
}

.urbi-cot-btn-primary:active {
  transform: translateY(0);
}

/* BOTÓN WHATSAPP */

.urbi-cot-btn-wa {
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 16px;
}

.urbi-cot-btn-wa:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.7);
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* SECCIÓN DE BENEFICIOS INFERIOR                                              */
/* ═══════════════════════════════════════════════════════════════════════════ */

.urbi-cot-benefits-section {
  padding: 60px 24px;
  background: #fff;
}

.urbi-cot-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.urbi-cot-benefit-card {
  text-align: center;
  padding: 30px;
  background: #f5f6f8;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.urbi-cot-benefit-card:hover {
  background: #eff0f3;
  transform: translateY(-4px);
}

.urbi-cot-benefit-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #f4c400 0%, #e8b800 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #000;
  flex-shrink: 0;
}

.urbi-cot-benefit-icon svg {
  width: 32px;
  height: 32px;
}

.urbi-cot-benefit-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--urbi-dark);
  margin: 0 0 10px;
}

.urbi-cot-benefit-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* RESPONSIVE                                                                  */
/* ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .urbi-cot-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .urbi-cot-sidebar {
    grid-row: 2;
    grid-column: 1;
  }

  .urbi-cot-form-grid-2 {
    grid-template-columns: 1fr;
  }

  .urbi-cot-main {
    padding: 30px;
  }

  .urbi-cot-form-title {
    font-size: 1.2rem;
  }

  .urbi-cot-step {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .urbi-cot-hero-inner {
    padding: 40px 16px;
    min-height: 360px;
  }

  .urbi-cot-hero-copy h1 {
    font-size: 1.8rem;
  }

  .urbi-cot-hero-copy p {
    font-size: 1rem;
  }

  .urbi-cot-hero-badges {
    gap: 0.8rem;
  }

  .urbi-badge {
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
  }

  .urbi-cot-section {
    padding: 40px 16px;
  }

  .urbi-cot-main {
    padding: 20px;
  }

  .urbi-cot-form-title {
    font-size: 1.1rem;
  }

  .urbi-cot-form-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .urbi-cot-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .urbi-cot-benefit-card {
    padding: 20px;
  }

  .urbi-cot-benefit-icon {
    width: 54px;
    height: 54px;
  }

  .urbi-cot-benefit-icon svg {
    width: 28px;
    height: 28px;
  }

  .urbi-cot-card {
    padding: 20px;
  }

  .urbi-cot-card-icon-wa {
    width: 60px;
    height: 60px;
  }

  .urbi-cot-card-icon-wa svg {
    width: 32px;
    height: 32px;
  }

  .urbi-cot-btn {
    padding: 11px 20px;
    font-size: 0.9rem;
  }

  .urbi-cot-btn-primary {
    padding: 14px 20px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .urbi-cot-hero {
    margin-top: 60px;
  }

  .urbi-cot-hero-inner {
    padding: 30px 16px;
    min-height: 300px;
  }

  .urbi-cot-hero-copy h1 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }

  .urbi-cot-hero-copy p {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
  }

  .urbi-cot-hero-badges {
    flex-direction: column;
    gap: 0.6rem;
  }

  .urbi-badge {
    justify-content: center;
    width: 100%;
    font-size: 0.75rem;
  }

  .urbi-badge svg {
    width: 16px;
    height: 16px;
  }

  .urbi-cot-section {
    padding: 30px 16px;
  }

  .urbi-cot-sidebar {
    gap: 16px;
  }

  .urbi-cot-card {
    padding: 16px;
  }

  .urbi-cot-card h3 {
    font-size: 1.05rem;
  }

  .urbi-cot-card p {
    font-size: 0.9rem;
  }

  .urbi-cot-card-icon-wa {
    width: 54px;
    height: 54px;
    margin-bottom: 0.8rem;
  }

  .urbi-cot-card-icon-wa svg {
    width: 28px;
    height: 28px;
  }

  .urbi-cot-main {
    padding: 16px;
  }

  .urbi-cot-form-title {
    font-size: 1rem;
    margin-bottom: 16px;
  }

  .urbi-cot-step {
    width: 26px;
    height: 26px;
    font-size: 0.8rem;
  }

  .urbi-cot-form-grid-2 {
    grid-template-columns: 1fr;
  }

  .urbi-cot-form-group label {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }

  .urbi-cot-input {
    padding: 11px 14px;
    font-size: 16px;
  }

  .urbi-cot-textarea {
    min-height: 100px;
  }

  .urbi-cot-btn {
    padding: 10px 16px;
    font-size: 0.85rem;
  }

  .urbi-cot-btn-primary {
    width: 100%;
    padding: 13px 16px;
    font-size: 0.95rem;
    margin-top: 8px;
  }

  .urbi-cot-benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .urbi-cot-benefit-card {
    padding: 16px;
  }

  .urbi-cot-benefit-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
  }

  .urbi-cot-benefit-icon svg {
    width: 24px;
    height: 24px;
  }

  .urbi-cot-benefit-card h3 {
    font-size: 0.95rem;
    margin: 0 0 6px;
  }

  .urbi-cot-benefit-card p {
    font-size: 0.85rem;
  }

  .urbi-cot-benefits-section {
    padding: 40px 16px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* MODAL MEJORADO                                                              */
/* ═══════════════════════════════════════════════════════════════════════════ */

.modal.mapa .modal-dialog {
  max-width: 800px;
}

.modal.mapa .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.modal.mapa .modal-header {
  border-bottom: 1px solid var(--urbi-border);
  padding: 20px 24px;
}

.modal.mapa .modal-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--urbi-dark);
}

.modal.mapa .close {
  color: #999;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.modal.mapa .close:hover {
  opacity: 1;
  color: var(--urbi-dark);
}

.modal.mapa .modal-body {
  padding: 24px;
}

.modal.mapa .modal-footer {
  border-top: 1px solid var(--urbi-border);
  padding: 20px 24px;
  gap: 12px;
}

.modal.mapa .btn {
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.modal.mapa .btn-secondary {
  background: #f0f0f0;
  color: #333;
  border: none;
}

.modal.mapa .btn-secondary:hover {
  background: #e0e0e0;
}

.modal.mapa .btn-primary {
  background: linear-gradient(135deg, #f4c400 0%, #d4a400 100%);
  color: #000;
  border: none;
  font-weight: 700;
}

.modal.mapa .btn-primary:hover {
  background: linear-gradient(135deg, #e8b800 0%, #c89900 100%);
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* INTEGRACIONES CON ESTILOS DEL HOMEPAGE                                      */
/* ═══════════════════════════════════════════════════════════════════════════ */

.urbi-home {
  background: transparent;
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
}

.urbi-home * {
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Asegurar que los inputs heredan la tipografía correcta */
input,
textarea,
select {
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
}

/* Remover bordes y estilos del navegador en inputs */
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* Garantizar que los links no tengan decoración por defecto */
a {
  text-decoration: none !important;
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* DATETIMEPICKER STYLING - INTEGRACIÓN CON DISEÑO MODERNO                    */
/* ═══════════════════════════════════════════════════════════════════════════ */

/* Compatibilidad con inputs modernos del formulario */
.input-group.date .input-group-addon,
.datetimepicker .input-group-addon {
  background: var(--urbi-light);
  border: 1px solid var(--urbi-border);
  color: var(--urbi-dark);
  cursor: pointer;
  transition: all 0.3s ease;
}

.datetimepicker table td.day:hover,
.datetimepicker table td.hour:hover,
.datetimepicker table td.minute:hover,
.datetimepicker table td.second:hover {
  background: var(--urbi-primary);
  color: #000;
  cursor: pointer;
}

.datetimepicker table td.active,
.datetimepicker table td.today {
  background: var(--urbi-primary);
  color: #000;
  font-weight: 700;
}

.datetimepicker table td span.active {
  background: var(--urbi-primary);
  color: #000;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr th:hover {
  background: var(--urbi-light);
  color: var(--urbi-dark);
}

/* Tabla del datetimepicker */
.datetimepicker table {
  border-collapse: collapse;
  width: 100%;
}

.datetimepicker table td,
.datetimepicker table th {
  text-align: center;
  padding: 6px 2px;
  font-size: 0.9rem;
}

/* Panel principal */
.datetimepicker {
  border-radius: 8px;
  border: 1px solid var(--urbi-border);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.9rem;
}

.datetimepicker .datepicker-days thead tr:first-child th {
  background: var(--urbi-light);
  color: var(--urbi-dark);
  font-weight: 600;
  padding: 8px 2px;
}

.datetimepicker .datepicker-months tbody tr td,
.datetimepicker .datepicker-years tbody tr td {
  padding: 8px 2px;
}

/* Responsive datetime picker */
@media (max-width: 480px) {
  .datetimepicker {
    font-size: 0.85rem;
  }
  
  .datetimepicker table td,
  .datetimepicker table th {
    padding: 4px 1px;
  }
}
