.cookie-banner-2a7f40c6 {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 340px;
    background-color: #ffffff;
    color: #333333;
    padding: 20px;
    z-index: 99999;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

body.admin-bar .cookie-banner-2a7f40c6 {
    /* No admin bar offset needed for bottom-right sticky */
}

.cookie-banner-hidden-2a7f40c6 {
    transform: translateY(40px);
    opacity: 0;
    pointer-events: none;
}

.cookie-banner-content-2a7f40c6 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cookie-banner-content-2a7f40c6 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
}

.cookie-banner-buttons-2a7f40c6 {
    display: flex;
    gap: 12px;
}

.cookie-btn-2a7f40c6 {
    flex: 1;
    padding: 10px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.2s;
    text-align: center;
}

.cookie-btn-accept-2a7f40c6 {
    background-color: #61CE70;
    color: #ffffff;
}

.cookie-btn-accept-2a7f40c6:hover {
    background-color: #4eb65c;
}

.cookie-btn-decline-2a7f40c6 {
    background-color: #f1f1f1;
    color: #555555;
}

.cookie-btn-decline-2a7f40c6:hover {
    background-color: #e5e5e5;
}

@media (max-width: 400px) {
    .cookie-banner-2a7f40c6 {
        bottom: 12px;
        right: 12px;
        left: 12px;
        width: calc(100% - 24px);
    }
}
