.ccb-overlay-cb9ed941 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
}

body.admin-bar .ccb-overlay-cb9ed941 {
    bottom: 0;
}

.ccb-banner-cb9ed941 {
    background: #1a1a2e;
    color: #f0f0f0;
    width: 100%;
    max-width: 100%;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.3);
    flex-wrap: wrap;
}

.ccb-text-cb9ed941 {
    flex: 1;
    min-width: 200px;
}

.ccb-text-cb9ed941 strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 6px;
    color: #ffffff;
}

.ccb-text-cb9ed941 p {
    margin: 0 0 8px;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #cccccc;
}

.ccb-link-cb9ed941 {
    font-size: 0.82rem;
    color: #7eb8f7;
    text-decoration: underline;
}

.ccb-link-cb9ed941:hover {
    color: #afd4ff;
}

.ccb-buttons-cb9ed941 {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.ccb-btn-accept-cb9ed941,
.ccb-btn-decline-cb9ed941 {
    padding: 10px 22px;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    white-space: nowrap;
}

.ccb-btn-accept-cb9ed941 {
    background: #2e86de;
    color: #ffffff;
}

.ccb-btn-accept-cb9ed941:hover {
    background: #1b6ec2;
    transform: translateY(-1px);
}

.ccb-btn-decline-cb9ed941 {
    background: transparent;
    color: #cccccc;
    border: 1px solid #555;
}

.ccb-btn-decline-cb9ed941:hover {
    background: rgba(255,255,255,0.08);
    transform: translateY(-1px);
}

@media (max-width: 600px) {
    .ccb-banner-cb9ed941 {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 20px;
    }
    .ccb-buttons-cb9ed941 {
        width: 100%;
    }
    .ccb-btn-accept-cb9ed941,
    .ccb-btn-decline-cb9ed941 {
        flex: 1;
        text-align: center;
    }
}
