.cookie-container {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    background-color: #32323a;
}

.cookie-container .cookie-bar {
    border: 1px solid;
    padding: 16.5px 43px;
    margin-left: auto;
    margin-right: auto;
    max-width: 89.6rem;
    border-style: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: #32323a;
    border-color: #32323a;
}

.cookie-bar .cookie-banner-btn-close {
    position: absolute;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    min-height: 0;
    line-height: 0;
    text-shadow: none;
    box-shadow: none;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 15px;
    background: transparent;
    transform: translateY(-50%);
}

.cookie-container.cookie-banner-bottom .cookie-banner-btn-close:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: rotate(45deg);
}

.cookie-container.cookie-banner-bottom .cookie-banner-btn-close:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
}

.cookie-notice .cookie-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
    color: #ffffff;
}

.cookie-notice-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.cookie-notice-des {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}

.cookie-notice-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.cookie-btn {
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px 27px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    color: #ffffff;
    background-color: #32323a;
    border: 1px solid #ffffff;
}

.cookie-container.cookie-banner-bottom .cookie-btn-accept:hover {
    background: #fff !important;
    color: #32323a !important;
}

.cookie-notice-des a.cookie-policy {
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 1px solid;
    text-decoration: underline;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-color: transparent;
}

@media (max-width: 768px) {
    .cookie-container.cookie-banner-bottom .cookie-banner-btn-close {
        top: 5px;
        right: 5px;
        transform: translateY(0);
    }

    .cookie-container .cookie-bar {
        padding: 16.5px 0;
    }

    .cookie-notice-group {
        display: block;
    }

    .cookie-notice-des {
        padding: 0 24px;
    }

    .cookie-notice-btn-wrapper {
        margin-left: 0;
        margin-top: 10px;
        justify-content: left;
        padding: 0 24px;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }
}
