.cw-container { margin: 15px 0; }
.cw-toggle { 
    background: #0073aa; 
    color: white; 
    border: none; 
    padding: 8px 16px; 
    cursor: pointer; 
    margin-top: 5px;
}
.cw-toggle:hover { background: #005f8d; }
