
.sp-country-restriction-notice {
    --sp-crr-bg: #F2FAF4;
    --sp-crr-green: #137A2B;
    --sp-crr-text: #1f3d24;
    margin: 12px 0 16px;
    padding: 0;
    background: var(--sp-crr-bg);
    border: 0;
    border-radius: 8px;
    color: var(--sp-crr-text);
    font-size: 14px;
    line-height: 1.45;
    overflow: hidden;
}
.sp-country-restriction-notice__toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 12px 14px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    font: inherit;
}
.sp-country-restriction-notice__eu {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    line-height: 0;
}
.sp-country-restriction-notice__eu svg {
    display: block;
    width: 40px;
    height: 40px;
}
.sp-country-restriction-notice__copy {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--sp-crr-text);
}
.sp-country-restriction-notice__toggle,
.sp-country-restriction-notice__copy,
.sp-country-restriction-notice__link,
.sp-country-restriction-notice__title,
.sp-country-restriction-notice__item,
.sp-country-restriction-notice__footer {
    text-transform: none !important; 
}
.sp-country-restriction-notice__link {
    color: var(--sp-crr-green);
    font-weight: 700;
    text-decoration: none;
}
.sp-country-restriction-notice__toggle:hover .sp-country-restriction-notice__link,
.sp-country-restriction-notice__toggle:focus-visible .sp-country-restriction-notice__link {
    text-decoration: underline;
}
.sp-country-restriction-notice__chevron {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    border-right: 2px solid var(--sp-crr-green);
    border-bottom: 2px solid var(--sp-crr-green);
    transform: rotate(45deg);
    transition: transform 0.18s ease;
}
.sp-country-restriction-notice[data-expanded="true"] .sp-country-restriction-notice__chevron {
    transform: rotate(-135deg);
    margin-top: 6px;
}
.sp-country-restriction-notice__panel {
    padding: 0 14px 14px 66px;
}
.sp-country-restriction-notice__title {
    margin: 0 0 10px;
    color: var(--sp-crr-green);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}
.sp-country-restriction-notice__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 16px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    columns: unset;
}
.sp-country-restriction-notice__item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    min-width: 0;
    font-size: 13px;
    line-height: 1.3;
    break-inside: unset;
}
.sp-country-restriction-notice__flag {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(19, 122, 43, 0.15);
    background: #fff;
}
.sp-country-restriction-notice__footer {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding-top: 4px;
    color: #3d5a42;
    font-size: 12px;
    line-height: 1.4;
}
.sp-country-restriction-notice__info {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border: 1.5px solid var(--sp-crr-green);
    border-radius: 50%;
    color: var(--sp-crr-green);
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}
@media (max-width: 767px) {
    .sp-country-restriction-notice__panel {
        padding-left: 14px;
    }
    .sp-country-restriction-notice__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 12px;
    }
    .sp-country-restriction-notice__toggle {
        padding: 10px 12px;
        gap: 10px;
    }
    .sp-country-restriction-notice__eu,
    .sp-country-restriction-notice__eu svg {
        width: 34px;
        height: 34px;
    }
}
.sp-crr-modal[hidden] {
    display: none !important;
}
.sp-crr-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.sp-crr-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}
.sp-crr-modal__panel {
    position: relative;
    width: min(560px, 100%);
    background: #ffe566;
    color: #1f3d14;
    border-radius: 6px;
    padding: 28px 24px 22px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.sp-crr-modal__icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #d62828;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
}
.sp-crr-modal__attention {
    margin: 0 0 6px;
    color: #d62828;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.sp-crr-modal__headline {
    margin: 0 0 14px;
    color: #1f5c28;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}
.sp-crr-modal__body,
.sp-crr-modal__action {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.45;
}
.sp-crr-modal__products {
    margin: 0 0 12px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    text-align: left;
    font-size: 13px;
}
.sp-crr-modal__products ul {
    margin: 0;
    padding-left: 18px;
}
.sp-crr-modal__info {
    margin: 0 0 16px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    font-size: 12px;
}
.sp-crr-modal__close {
    display: inline-block;
    min-width: 120px;
    padding: 10px 18px;
    border: 0;
    border-radius: 4px;
    background: #1f5c28;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.sp-crr-checkout-alert {
    margin: 10px 0 18px;
    padding: 12px 14px;
    border: 1px solid #e0b400;
    background: #fff8d6;
    color: #5c4b00;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}
.sp-crr-checkout-alert ul {
    margin: 8px 0 0;
    padding-left: 18px;
}
@media (max-width: 640px) {
    .sp-crr-modal__headline {
        font-size: 18px;
    }
}
