/* ===== Modal VER (solo estilos de este modal) ===== */

#order-modal .modal-content {
  max-width: 720px;            /* ancho cómodo */
}

#order-modal h2 {
  margin: 6px 0 16px;
  font-weight: 800;
  color: #1e2a3a;
}

#order-modal .ov-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 10px;
}

#order-modal .ov-title {
  font-weight: 700;
  margin-bottom: 6px;
}

#order-modal .ov-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: #e9f7ef;
  color: #1f7a4d;
  vertical-align: middle;
  margin-left: 6px;
}

#order-modal .ov-children {
  margin: 6px 0 0 18px;
}

#order-modal .ov-total {
  margin-top: 12px;
  font-weight: 800;
}

#order-modal .close-modal {
  background: #eef2ff;
  color: #1e293b;
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 8px;
}
#order-modal .close-modal:hover { background: #e2e8f0; }
