.hadassah-country-lock {
    overflow: hidden !important;
}

/* Header Select Country button */
.hadassah-country-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    background: transparent !important;
    border: 0 !important;
    color: #CFB446 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font: inherit !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    height: 15px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: none !important;
    vertical-align: middle !important;
    transform: translateY(1px);
}

.hadassah-country-trigger:hover,
.hadassah-country-trigger:focus,
.hadassah-country-trigger:active {
    background: transparent !important;
    border: 0 !important;
    color: #CFB446 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    outline: none !important;
}

.hadassah-country-trigger span {
    color: #CFB446 !important;
    line-height: 1 !important;
}

/* Header icon only */
.hadassah-country-trigger-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 1 !important;
    color: #CFB446 !important;
    position: relative !important;
    top: 2px !important;
    
}

.hadassah-country-trigger-icon svg {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
}

.hadassah-country-trigger-icon svg circle,
.hadassah-country-trigger-icon svg path {
    fill: none !important;
    stroke: #CFB446 !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* Elementor header wrapper */
.hho-country-select-header {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.hho-country-select-header .hadassah-country-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    background: transparent !important;
    border: 0 !important;
    color: #CFB446 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    height: 14px !important;
    box-shadow: none !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    transform: translateY(0px);
}

.hho-country-select-header .hadassah-country-trigger span {
    color: #CFB446 !important;
    line-height: 1 !important;
}

.hho-country-select-header .hadassah-country-trigger:hover,
.hho-country-select-header .hadassah-country-trigger:focus {
    background: transparent !important;
    color: #CFB446 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Modal shell */
.hadassah-country-modal {
    display: none;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    background: rgba(0, 0, 0, 0.62);
    padding: 20px;
    box-sizing: border-box;
}

.hadassah-country-modal.is-open {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Modal panel */
.hadassah-country-panel {
    position: relative !important;
    width: min(420px, calc(100vw - 32px));
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    background: #ffffff;
    color: #252531;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.hadassah-country-panel * {
    box-sizing: border-box;
}

.hadassah-country-panel a,
.hadassah-country-panel button {
    text-decoration: none !important;
}

.hadassah-country-panel a:hover,
.hadassah-country-panel button:hover {
    text-decoration: none !important;
}

/* Close button */
.hadassah-country-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 32px;
    height: 32px;
    background: #ffffff !important;
    border: 1px solid #252531 !important;
    color: #252531 !important;
    border-radius: 6px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hadassah-country-close:hover,
.hadassah-country-close:focus {
    background: #252531 !important;
    border-color: #252531 !important;
    color: #ffffff !important;
}

/* Intro */
.hadassah-country-intro {
    display: grid;
    gap: 8px;
    margin: 0 0 18px;
    padding-right: 28px;
    font-size: 15px;
    line-height: 1.35;
}

.hadassah-country-intro strong {
    font-size: 16px;
    font-weight: 700;
}

.hadassah-country-intro span {
    color: #555555;
}

/* Country groups */
.hadassah-country-region {
    margin: 0 0 18px;
}

.hadassah-country-region h3 {
    margin: 0 0 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e6e1d2;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #252531;
}

/* Country links */
.hadassah-country-link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 8px;
    padding: 12px 14px;
    background: #f7f5ef;
    border: 1px solid #ebe4cf;
    border-radius: 8px;
    color: #252531;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hadassah-country-link:hover,
.hadassah-country-link.is-selected {
    background: #252531;
    border-color: #252531;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Clear link */
.hadassah-country-clear {
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
    color: #7d6a28;
    text-decoration: underline !important;
}

/* First-visit suggestion popup */
.hadassah-country-suggestion-panel {
    text-align: center;
    width: min(430px, calc(100vw - 32px));
}

.hadassah-country-suggestion-flag {
    font-size: 44px;
    line-height: 1;
    margin: 2px 0 14px;
}

.hadassah-country-suggestion-intro {
    padding-right: 0;
    margin-bottom: 20px;
}

/* Suggestion buttons */
.hadassah-country-choice {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 0 0 10px;
    padding: 13px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hadassah-country-choice-primary {
    background: #252531 !important;
    border: 1px solid #252531 !important;
    color: #ffffff !important;
}

.hadassah-country-choice-primary:hover,
.hadassah-country-choice-primary:focus {
    background: #CFB446 !important;
    border-color: #CFB446 !important;
    color: #252531 !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.hadassah-country-choice-secondary {
    background: #ffffff !important;
    border: 1px solid #252531 !important;
    color: #252531 !important;
}

.hadassah-country-choice-secondary:hover,
.hadassah-country-choice-secondary:focus {
    background: #252531 !important;
    border-color: #252531 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.hadassah-country-choice-light {
    background: #ffffff !important;
    border: 1px solid #e6e1d2 !important;
    color: #7d6a28 !important;
}

.hadassah-country-choice-light:hover,
.hadassah-country-choice-light:focus {
    background: #f7f4e8 !important;
    border-color: #CFB446 !important;
    color: #252531 !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

/* Mobile */
@media (max-width: 480px) {
    .hadassah-country-modal {
        padding: 16px;
    }

    .hadassah-country-panel {
        width: 100%;
        max-height: calc(100vh - 32px);
        padding: 26px 20px 22px;
    }

    .hadassah-country-trigger {
        padding: 0 !important;
    }
}