/* Snailer YMM Styles */
.snailer-ymm-wrapper {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    max-width: 100%;
}

.ymm-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.ymm-header i {
    margin-right: 10px;
    font-size: 24px;
    color: #333;
}

.ymm-header span {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.ymm-group {
    margin-bottom: 15px;
}

.ymm-group label {
    display: block;
    margin-bottom: 5px;
    color: #999;
    /* Neutral grey as per user preference */
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.form-control-select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    height: 40px;
    /* Consistent height */
}

/* Updated Selection Message */
#snailer-ymm-message {
    padding: 12px;
    border-radius: 6px;
    margin-top: 15px;
    font-weight: 600;
    text-align: center;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

/* HIDE NATIVE PRESTASHOP CUSTOMIZATION BLOCK */
/* We handle this via our selector. No need to show the empty textarea. */
.product-customization {
    display: none !important;
}

section.product-customization {
    display: none !important;
}

/* Hide entire native 'Product customization' block in cart (our JS shows vehicle separately) */
.product-line-grid a[data-target*="product-customizations-modal"],
.product-line-grid a[data-target*="product-customizations-modal"] + .modal,
.product-line-grid .customization-modal,
.product-line-grid .snailer-cart-vehicle-direct {
    display: none !important;
}