/**
 * Weekly Briefing Template Styles
 * Orange theme: #dd6b20
 */

.aeco-briefing .aeco-post-header {
    border-color: #dd6b20;
}

.aeco-briefing .aeco-callout-box.key-finding {
    border-color: #dd6b20;
    background: #fffaf0;
}

.aeco-briefing .aeco-callout-box.action-item {
    border-color: #dd6b20;
    background: #fffaf0;
}

.aeco-briefing .aeco-post-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.aeco-briefing .aeco-post-content h2 {
    color: #dd6b20;
}

.aeco-briefing .aeco-post-content h3 {
    border-left: 4px solid #dd6b20;
    padding-left: 1rem;
}

.aeco-briefing .aeco-post-content blockquote {
    border-left-color: #dd6b20;
    background: #fffaf0;
    padding: 1.5rem;
    border-radius: 8px;
}