/* MB Cruise Search styles */
.mbcs-wrap{max-width:980px;margin:0 auto;padding:20px}
.mbcs-card{border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:16px;box-shadow:0 2px 6px rgba(0,0,0,.04)}
.mbcs-field{margin-bottom:12px}
.mbcs-field label{display:block;font-size:14px;color:#374151;margin-bottom:6px}
.mbcs-field input,.mbcs-field select{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#fff;font-size:14px}
.mbcs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.mbcs-actions{display:flex;gap:10px;align-items:center;margin-top:10px}
.mbcs-btn{display:inline-block;border:1px solid #e5e7eb;border-radius:12px;padding:10px 16px;text-decoration:none;line-height:1;font-weight:600}
.mbcs-btn.primary{background:#0ea5e9;border-color:#0ea5e9;color:#fff}
.mbcs-btn.ghost{background:#fff;color:#111827}
.mbcs-more{background:transparent;border:0;color:#111827;padding:6px 0;margin:6px 0 2px;font-weight:600;cursor:pointer;text-align:left}
.mbcs-more::after{content:"▾";margin-left:6px}
.mbcs-more[aria-expanded="true"]::after{content:"▴"}
.mbcs-more-panel{border-top:1px dashed #e5e7eb;margin-top:8px;padding-top:8px}

.mbcs-results-head{margin:18px 0 8px;color:#374151}
.mbcs-results{display:flex;flex-direction:column;gap:14px}
.mbcs-empty{padding:14px;border:1px dashed #e5e7eb;border-radius:12px;background:#fafafa;color:#6b7280}

.mbcs-card-result{display:grid;grid-template-columns:220px 1fr 160px;gap:12px;border:1px solid #e5e7eb;border-radius:16px;padding:12px;align-items:center;background:#fff}
.mbcs-thumb img{width:100%;height:auto;border-radius:12px;display:block}
.mbcs-title{font-size:18px;margin:0 0 6px}
.mbcs-title a{text-decoration:none;color:#111827}
.mbcs-caps{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}
.mbcs-cap{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:6px 10px;font-size:12px;color:#374151}
.mbcs-meta{display:flex;gap:16px;color:#6b7280;font-size:13px}
.mbcs-card-aside{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.mbcs-price{font-size:20px;font-weight:800;color:#111827}

.mbcs-pagination{display:flex;gap:6px;justify-content:center;margin:16px 0}
.mbcs-page{display:inline-block;padding:8px 12px;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none;color:#111827}
.mbcs-page.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}

/* Responsive */
@media (max-width: 800px){
  .mbcs-card-result{grid-template-columns:1fr}
  .mbcs-card-aside{align-items:flex-start}
  .mbcs-grid{grid-template-columns:1fr}
}


/* v1.0.4 - mantener inputs contenidos y botones tamaño compacto original */
.mbcs-wrap *, .mbcs-wrap *::before, .mbcs-wrap *::after{box-sizing:border-box}
.mbcs-card{overflow:hidden}
.mbcs-field input,.mbcs-field select{display:block;width:100%;max-width:100%}
.mbcs-field input[type="date"]{min-height:40px}

/* Revertir botones al tamaño compacto por defecto */
.mbcs-actions .mbcs-btn{height:auto;min-width:unset;padding:10px 16px}


/* v1.0.5 - igualar tamaños de 'Buscar' y 'Limpiar' */
.mbcs-actions .mbcs-btn,
.mbcs-actions button.mbcs-btn{
  font-size:14px !important;
  line-height:1 !important;
  padding:10px 16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-width:1px !important;
  border-style:solid !important;
  border-radius:12px !important;
  height:auto !important;
  min-width:unset !important;
}
