﻿.cky-consent-container.cky-box-bottom-right {
    width: 493px;
    bottom: 20px;
    right: 0;
    border: 1px solid #EEF0F3;
    box-shadow: 0px 1px 2px rgb(85 105 135 / 10%);
    border-radius: 0;
}

.cky-consent-container.cky-box-bottom-right .cky-consent-bar {
    padding: 31px 43px;
    box-shadow: none;
    border-radius: 0;
}

.cky-consent-bar .cky-notice .cky-title {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin: 0 0 13px 0;
    letter-spacing: 0;
}

.cky-notice-group .cky-notice-des>p {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.cky-notice-group .cky-notice-des>p>a {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-decoration: underline;
}

.cky-notice-group .cky-notice-btn-wrapper {
    flex-direction: row-reverse;
    margin-top: 23px;
    justify-content: flex-end;
}

.cky-notice-group .cky-notice-btn-wrapper .cky-btn {
    margin: 0 15px 0 0;
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    max-width: 150px;
    height: 41px;

}

.cky-notice-group .cky-notice-btn-wrapper .cky-btn:first-child {
    margin: 0;
    border: 1px solid #8F90A6;
    filter: drop-shadow(0px 1px 2px rgba(105, 81, 255, 0.05));
}

.cky-notice-group .cky-notice-btn-wrapper .cky-btn:last-child {
    border: 1px solid var(--blue-color);
}

@media (max-width: 500px) {
    .cky-consent-container.cky-box-bottom-right {
        width: 100%;
        bottom: 0;
    }
    .cky-notice-group .cky-notice-btn-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }
    .cky-consent-container.cky-box-bottom-right .cky-consent-bar {
        padding: 20px 26px 23px 23px;
        box-shadow: none;
        border-radius: 0;
    }

    .cky-consent-bar .cky-notice .cky-title {
        font-size: 18px;
        line-height: 20px;
        margin: 2px 0 13px 0;
        letter-spacing: -0.01em;
    }

    .cky-notice-group .cky-notice-des>p {
        font-size: 13px;
        line-height: 15.5px;
        letter-spacing: 0.01em;
    }

    .cky-notice-group .cky-notice-des>p>a {
        font-size: 13px;
        line-height: 125%;
        letter-spacing: 0.01em;
        text-decoration: underline;
    }

    .cky-notice-group .cky-notice-btn-wrapper {
        margin-top: 16px;
    }

    .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
        margin: 0 10px 0 0;
        font-family: var(--font-body-text);
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        height: 39px;
    }

    .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
        max-width: 95px;
    }

    .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
        max-width: 89px;
    }
}

@media (max-width: 440px) {
    .cky-consent-container .cky-notice-group .cky-notice-des {
        overflow-y: unset;
    }

    .cky-consent-container .cky-custom-brand-logo-wrapper,
    .cky-consent-container .cky-notice .cky-title,
    .cky-consent-container .cky-notice-des,
    .cky-consent-container .cky-notice-btn-wrapper {
        padding: 0px;
        flex-direction: row;
        justify-content: flex-start;
    }

}