.custom-country-selector .select2-container--default {
    width: 13.2rem !important;
}

.custom-country-selector .select2-container--default .select2-selection--single {
    border: 1px solid #000000 !important; 
    border-radius: 0.2rem !important;     
    height: 42px !important;              
    background-color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
}

.custom-country-selector .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111111 !important;
    line-height: 40px !important;
    padding: 0 !important;
    font-size: 0.875rem !important;
}

.custom-country-selector .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    right: 10px !important;
}

.custom-country-selector .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #1d4ed8 !important;
    outline: none !important;
}

html[dir="rtl"] .select2-selection__rendered {
    text-align: right;
}

.nejoum-geo-mount {
    display: block;
}

.nejoum-geo-mount--floating {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 99990;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    max-width: min(20rem, calc(100vw - 2rem));
}

.nejoum-geo__label {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.nejoum-geo__overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.45);
    padding: 1rem;
}

.nejoum-geo__modal {
    width: min(40rem, 100%);
    background: #fff;
    color: #111;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.nejoum-geo__title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    line-height: 1.3;
}

.nejoum-geo__text {
    margin: 0 0 1rem;
    line-height: 1.5;
}

.nejoum-geo__actions {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.nejoum-geo__btn {
    border: 1px solid transparent;
    border-radius: 0.375rem;
    padding: 0.5rem 0.9rem;
    font: inherit;
    cursor: pointer;
    font-weight: 500;
    text-transform: initial !important;
}

.nejoum-geo__btn--primary {
    background: #013188;
    color: #fff;
}

.nejoum-geo__btn--secondary {
    background: #fff;
    color: #111;
    border-color: #d4d4d8;
}

html[dir="rtl"] .nejoum-geo__modal {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .nejoum-geo__actions {
    justify-content: flex-start;
}