/* Address fields inside Organic LP checkout */
.lp-organic-checkout .address-summary {
    display: none !important;
}

.lp-organic-checkout .address-details-panel {
    display: block !important;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.lp-organic-checkout .address-details-panel .panel-title,
.lp-organic-checkout .address-panel-clear {
    display: none !important;
}

.lp-organic-checkout .select2-container--default .select2-selection--single {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: 36px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 0 !important;
}

.lp-organic-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 20px !important;
    color: #111827;
    font-size: 13px;
    line-height: 1.3;
}

.lp-organic-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 2px !important;
}

.lp-organic-checkout .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #5cb85c;
}

.select2-dropdown {
    border-color: #d1d5db;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    z-index: 1060 !important;
    font-size: 13px;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .lp-organic-checkout .select2-container--default .select2-selection--single {
        min-height: 44px !important;
    }

    .lp-organic-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
        line-height: 44px !important;
    }

    .lp-organic-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 44px !important;
    }

    .select2-dropdown {
        z-index: 10070 !important;
        font-size: 15px;
    }

    .select2-search--dropdown .select2-search__field {
        font-size: 16px;
        min-height: 40px;
        padding: 8px 10px;
    }

    .select2-results__option {
        padding: 10px 12px;
        min-height: 44px;
        display: flex;
        align-items: center;
    }
}

.ai-geo-filled,
.select2-container.ai-geo-filled .select2-selection {
    box-shadow: 0 0 0 2px #fbbf24 !important;
    background: #fffbeb !important;
}
