.ccb-editor-container {
    border: 2px dashed #0073aa;
    padding: 15px;
    background: #f9f9f9;
}

.ccb-editor-container.ccb-expired {
    border-color: red;
    background: #ffe5e5;
}
