#mzk-cookie-banner,
#mzk-cookie-panel {
    box-sizing: border-box;
    color: #17202a;
    font-family: "inter_regular", Arial, sans-serif;
}

#mzk-cookie-banner *,
#mzk-cookie-panel * {
    box-sizing: border-box;
}

#mzk-cookie-banner {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2147483000;
}

.mzk-cookie-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 980px;
    margin: 0 auto;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    box-shadow: 0 14px 45px rgba(23, 32, 42, 0.18);
}

.mzk-cookie-banner-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
    font-size: 13px;
    line-height: 1.45;
}

.mzk-cookie-banner-copy-title {
    font-size: 15px;
}

.mzk-cookie-banner-copy strong,
.mzk-cookie-title {
    color: #111821;
    font-family: "inter_semibold", Arial, sans-serif;
}

.mzk-cookie-banner-copy span {
    color: #4d5b69;
}

.mzk-cookie-banner-actions,
.mzk-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.mzk-cookie-btn {
    min-height: 34px;
    padding: 8px 13px;
    border: 1px solid #c8d2dc;
    border-radius: 6px;
    background: #ffffff;
    color: #23303f;
    cursor: pointer;
    font-family: "inter_semibold", Arial, sans-serif;
    line-height: 1;
    white-space: nowrap;
}

.mzk-cookie-btn:hover,
.mzk-cookie-icon-btn:hover {
    background-color: #f0f0f0 !important;
}

.mzk-cookie-btn-primary {
    border-color: #556ccc;
    background: #556ccc;
    color: #ffffff;
}

.mzk-cookie-btn-primary:hover {
    border-color: #4C58BC !important;
    background: #4C58BC !important;
    color: #ffffff !important;
}

.mzk-cookie-btn-light {
    background: #f8fafc;
}

#mzk-cookie-panel {
    position: fixed;
    inset: 0;
    z-index: 2147483001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(17, 24, 33, 0.48);
}

.mzk-cookie-dialog {
    width: min(100%, 520px);
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 60px rgba(17, 24, 33, 0.28);
}

.mzk-cookie-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mzk-cookie-title {
    font-size: 18px;
    line-height: 1.25;
}

.mzk-cookie-icon-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #dce3ea;
    border-radius: 6px;
    background: #ffffff;
    color: #4d5b69;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

.mzk-cookie-copy,
.mzk-cookie-fallback {
    margin: 12px 0 16px;
    color: #4d5b69;
    font-size: 13px;
    line-height: 1.5;
}

.mzk-cookie-fallback {
    margin-bottom: 0;
}

.mzk-cookie-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    background: #ffffff;
}

.mzk-cookie-row-focus {
    border-color: #556ccc;
}

.mzk-cookie-row-disabled {
    background: #f8fafc;
}

.mzk-cookie-row span {
    display: grid;
    gap: 3px;
}

.mzk-cookie-row strong {
    color: #17202a;
    font-size: 14px;
}

.mzk-cookie-row small {
    color: #5d6b7a;
    font-size: 12px;
    line-height: 1.35;
}

.mzk-cookie-row input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.mzk-cookie-actions {
    margin-top: 16px;
}

@media (max-width: 700px) {
    #mzk-cookie-banner {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .mzk-cookie-banner-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .mzk-cookie-banner-actions,
    .mzk-cookie-actions {
        justify-content: stretch;
    }

    .mzk-cookie-btn {
        flex: 1 1 auto;
    }
}
