/* Garantía Anuncio v1.8 - CatalogoCoches.com */

/* Wrapper flex precio + badge */
.ga-precio-flex {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
}

.ga-badge-card {
    flex-shrink: 0 !important;
    margin-left: 16px !important;
}

.ga-badge-card img {
    width: 90px !important;
    height: auto !important;
    display: block !important;
}

/* Badge en ficha */
.ga-badge-ficha {
    display: block !important;
    width: 100% !important;
    margin: 8px 0 !important;
    padding: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.ga-badge-ficha img {
    width: 180px !important;
    height: auto !important;
    display: inline-block !important;
    margin: 0 auto !important;
}

/* Campo formulario */
.ga-field-wrapper { margin: 16px 0; }
.ga-field-wrapper label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 15px; }
.ga-select { width: 100%; border: 1px solid #d1d5db; border-radius: 8px; padding: 10px 12px; font-size: 14px; background: #fff; color: #333; }

@media (max-width: 480px) {
    .ga-badge-card img { width: 70px !important; }
    .ga-badge-ficha img { width: 130px !important; }
}
