.stankin-cookie-consent {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    box-sizing: border-box;
    width: 100%;
    max-width: 380px;
    padding: 20px 24px 20px 24px;
    background: #ffffff;
    color: #1a1a1a;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.45;
}

.stankin-cookie-consent *,
.stankin-cookie-consent *::before,
.stankin-cookie-consent *::after {
    box-sizing: border-box;
}

.stankin-cookie-consent--hidden {
    display: none !important;
}

.stankin-cookie-consent__text {
    margin: 0 0 16px 0;
    color: #1a1a1a;
}

.stankin-cookie-consent__link {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.stankin-cookie-consent__link:hover,
.stankin-cookie-consent__link:focus {
    color: #000000;
    outline: none;
}

.stankin-cookie-consent__btn {
    display: inline-block;
    padding: 8px 20px;
    background: #f3f3f3;
    color: #1a1a1a;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.stankin-cookie-consent__btn:hover,
.stankin-cookie-consent__btn:focus {
    background: #ebebeb;
    border-color: #c9c9c9;
    outline: none;
}

.stankin-cookie-consent__btn:disabled {
    opacity: 0.7;
    cursor: progress;
}

@media (max-width: 480px) {
    .stankin-cookie-consent {
        right: 12px;
        left: 12px;
        bottom: 12px;
        width: auto;
        max-width: none;
        padding: 16px 18px;
    }
}

.stankin-cookie-consent-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.stankin-cookie-consent-modal *,
.stankin-cookie-consent-modal *::before,
.stankin-cookie-consent-modal *::after {
    box-sizing: border-box;
}

.stankin-cookie-consent-modal--hidden {
    display: none !important;
}

.stankin-cookie-consent-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.stankin-cookie-consent-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 720px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 28px 32px;
    background: #ffffff;
    color: #1a1a1a;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 1.5;
}

.stankin-cookie-consent-modal__close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #777;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s ease;
}

.stankin-cookie-consent-modal__close:hover,
.stankin-cookie-consent-modal__close:focus {
    color: #1a1a1a;
    outline: none;
}

.stankin-cookie-consent-modal__title {
    margin: 0 32px 16px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
}

.stankin-cookie-consent-modal__body {
    color: #333;
    word-wrap: break-word;
}

.stankin-cookie-consent-modal__body p {
    margin: 0 0 12px;
}

.stankin-cookie-consent-modal__body a {
    color: #1a4fcf;
}

body.stankin-cookie-consent-modal-open {
    overflow: hidden;
}
