.cookies-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 360px;
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1a1a;
}

.cookies-content {
    margin-bottom: 16px;
}

.cookies-button-more {
    color: #3b82f6;
    text-decoration: none;
    margin-left: 4px;
    display: inline-block;
}

.cookies-button-more:hover {
    text-decoration: underline;
}

.cookies-button.primary {
    display: inline-block;
    background: #2e3035;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.2s ease;
    user-select: none;
}

.cookies-button.primary:hover {
    background: #1e2022;
}