.atc-matched-products {
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}

.atc-matched-selection.select2-selection--single {
    height: 40px;
    display: flex;
    align-items: center;
}

.atc-matched-selection.select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-right: 28px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

.atc-matched-selection.select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.atc-matched-dropdown.select2-dropdown {
    width: 500px !important;
    max-width: 100vw !important;
}


.atc-matched-dropdown .select2-results__options {
    max-height: none;
    overflow-y: visible;
}

@media (max-width: 600px) {
    .atc-matched-dropdown.select2-dropdown {
        width: 100vw !important;
    }
}

.atc-matched-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.atc-matched-thumb {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
}

.atc-matched-name {
    font-weight: 600;
}

.atc-matched-price {
    margin-left: 6px;
    color: #666;
    font-size: 0.9em;
}
