/*
 * DMCTN Editor Frontend CSS
 * TẠO BỞI BÙI VĂN TĨNH
 * File này được nạp:
 *  - Ngoài frontend
 *  - Trong Classic Editor (TinyMCE)
 *  - Trong Gutenberg
 * => Viết CSS 1 lần, hiển thị giống nhau trong và ngoài trình soạn.
 */

.dmctn-summary-box {
    background: #f5f5f5;
    border-left: 4px solid #2b6cb0;
    padding: 1rem 1.2rem;
    margin-bottom: 1.5rem;
}

.dmctn-cta-box {
    background: #0b3d2e;
    color: #fff;
    padding: 1.2rem 1.4rem;
    border-radius: 6px;
    margin: 2rem 0;
}

.dmctn-cta-box strong {
    color: #ffd75a;
}

.dmctn-buy-btn {
    display: inline-block;
    margin-top: 0.8rem;
    padding: 0.6rem 1.4rem;
    background: #ffd75a;
    color: #1a202c;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}
