.ccfm-last-updated{
    position:relative;display:flex;justify-content:space-between;gap:28px;align-items:center;
    margin:16px 0 34px;padding:15px 18px 15px 20px;background:linear-gradient(90deg,#f5f7f5 0%,#fbfcfb 100%);
    border:1px solid #e1e5e1;border-left:5px solid var(--ccfm-update-accent,#157347);border-radius:5px;
    box-shadow:0 5px 18px rgba(0,0,0,.045);font-family:Arial,sans-serif;color:#202424
}
.ccfm-last-updated:after{content:"";position:absolute;left:20px;right:18px;bottom:-1px;height:1px;background:linear-gradient(90deg,var(--ccfm-update-accent,#157347),transparent 70%);opacity:.45}
.ccfm-last-updated-left,.ccfm-last-updated-right{display:flex;flex-direction:column;min-width:0}
.ccfm-last-updated-label,.ccfm-last-updated-review{font-size:10px;line-height:1.2;font-weight:700;letter-spacing:.14em;color:#5a625d;margin-bottom:4px}
.ccfm-last-updated-date{font-size:18px;line-height:1.25;font-weight:700;color:#171a18}
.ccfm-last-updated-right{text-align:right;max-width:420px}
.ccfm-last-updated-note{font-size:13px;line-height:1.45;color:#606762}
@media(max-width:640px){.ccfm-last-updated{align-items:flex-start;flex-direction:column;gap:10px;padding:14px 16px}.ccfm-last-updated-right{text-align:left;max-width:none}.ccfm-last-updated-date{font-size:17px}}


.ccfm-section-reviewed{
    display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:10px 0 22px;padding:7px 10px;
    border-top:1px solid #dfe5e0;border-bottom:1px solid #dfe5e0;border-left:3px solid var(--ccfm-update-accent,#157347);
    background:#fafcfb;font-family:Arial,sans-serif;color:#555d58;font-size:12px;line-height:1.4
}
.ccfm-section-reviewed-label{font-size:9px;line-height:1.2;font-weight:700;letter-spacing:.13em;color:#3f4742;white-space:nowrap}
.ccfm-section-reviewed-note{color:#626a65}
@media(max-width:640px){.ccfm-section-reviewed{align-items:flex-start;flex-direction:column;gap:3px}}
