.cbp-banner {
    font-family: Arial, sans-serif;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* HEADER */
.cbp-header-banner {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: white;
    text-align: center;
}

/* SIDEBAR */
.cbp-sidebar-banner {
    background: #ffffff;
    border-left: 5px solid #4facfe;
}

/* FOOTER */
.cbp-footer-banner {
    background: #222;
    color: #eee;
    text-align: center;
}

/* BUTTON */
.cbp-button {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #ff9800;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}