.sheily-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    background: rgba(18, 18, 18, 0.96);
    color: #fff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
}

.sheily-cookie-banner__text {
    font-size: 13px;
    line-height: 1.5;
}

.sheily-cookie-banner__text a {
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
}

.sheily-cookie-banner__accept {
    flex-shrink: 0;
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 20px;
    white-space: nowrap;
}

.sheily-cookie-banner__accept:hover {
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 600px) {
    .sheily-cookie-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 16px;
    }
}
