.js-cookie-consent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    backdrop-filter: blur(10px);
}

.js-cookie-consent-agree {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #753a9cd7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin: auto;
}
