/* Frontend Styles */
.ccc-notice {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
    padding: 15px;
    margin: 20px 0;
    color: #856404;
}

.ccc-notice p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.ccc-notice strong {
    color: #533f03;
}

/* Safe content sections */
.ccc-safe-section {
    background: #f8f9fa;
    border-left: 4px solid #0073aa;
    padding: 15px;
    margin: 20px 0;
}

.ccc-safe-section h3 {
    margin-top: 0;
    color: #0073aa;
}

.ccc-safe-section ul,
.ccc-safe-section ol {
    padding-left: 20px;
}

.ccc-safe-section li {
    margin-bottom: 8px;
}

.ccc-safe-section a {
    color: #0073aa;
    text-decoration: underline;
}

.ccc-safe-section a:hover {
    color: #005a87;
}