.g63-cookie-consent[hidden] {
    display: none !important;
}

.g63-cookie-consent {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2147483000;
    font-family: 'Montserrat', Arial, sans-serif;
}

.g63-cookie-consent__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px 18px;
    border: 1px solid rgba(8, 230, 217, .24);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(10, 46, 56, .98), rgba(8, 29, 36, .98)), #0a2e38;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .38);
    color: #fff;
}

.g63-cookie-consent__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(8, 230, 217, .45);
    border-radius: 50%;
    background: rgba(8, 230, 217, .08);
    color: #08e6d9;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .04em;
}

.g63-cookie-consent__title {
    margin: 0 0 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.g63-cookie-consent__text {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 1.55;
}

.g63-cookie-consent__text a {
    color: #08e6d9;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.g63-cookie-consent__actions {
    display: flex;
    gap: 9px;
    align-items: center;
}

.g63-cookie-consent__button {
    min-height: 40px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 5px;
    background: transparent;
    color: rgba(255, 255, 255, .9);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.g63-cookie-consent__button:hover,
.g63-cookie-consent__button:focus-visible {
    border-color: #08e6d9;
    background: rgba(8, 230, 217, .08);
    outline: 0;
}

.g63-cookie-consent__button--accept {
    border-color: transparent;
    background: linear-gradient(129deg, #0093e6, #08e6d9);
    box-shadow: 0 7px 18px rgba(0, 147, 230, .24);
    color: #fff;
}

.g63-cookie-consent__button--accept:hover,
.g63-cookie-consent__button--accept:focus-visible {
    border-color: transparent;
    background: #04bfde;
    box-shadow: 0 9px 22px rgba(0, 147, 230, .32);
    transform: translateY(-1px);
}

.g63-cookie-settings {
    margin: 6px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    opacity: .72;
}

.g63-cookie-settings:hover,
.g63-cookie-settings:focus-visible {
    color: #08e6d9;
    outline: 0;
    opacity: 1;
}

@media (max-width: 767px) {
    .g63-cookie-consent {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .g63-cookie-consent__inner {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 11px 12px;
        padding: 14px;
        border-radius: 8px;
    }

    .g63-cookie-consent__brand {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .g63-cookie-consent__title {
        font-size: 14px;
    }

    .g63-cookie-consent__text {
        font-size: 11px;
        line-height: 1.45;
    }

    .g63-cookie-consent__actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .g63-cookie-consent__button {
        width: 100%;
        min-height: 42px;
        padding: 8px 10px;
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .g63-cookie-consent__button {
        transition: none;
    }
}
