.dcm-module { box-sizing: border-box; }
.dcm-price-card { border: 2px solid var(--dcm-accent); border-radius: 24px; padding: 24px; text-align: center; }
.dcm-price-card .dcm-regular { color: var(--dcm-accent); margin-bottom: 5px; }
.dcm-price-card .dcm-sale { color: var(--dcm-accent); font-size: 2rem; margin: 5px 0 15px; }
.dcm-button { background: var(--dcm-accent, #ed1c24); border-radius: 8px; color: #fff; display: inline-block; padding: 10px 18px; text-decoration: none; }
.dcm-notice { border-left: 5px solid var(--dcm-accent); background: #fff8f8; padding: 16px 20px; }
.dcm-installments p { margin-bottom: 0; }
.dcm-missing { background: #fff3cd; color: #664d03; padding: 4px 8px; }
.dcm-schedule-card { background: #fff; border: 1px solid #e4e9f0; border-radius: 16px; box-shadow: 0 10px 30px rgba(26, 55, 90, .08); overflow: hidden; }
.dcm-schedule-card header { background: linear-gradient(135deg, #1d74c9, #2f93df); color: #fff; padding: 22px; position: relative; }
.dcm-schedule-card header h3 { color: #fff; margin: 4px 0 0; }
.dcm-schedule-kicker { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dcm-schedule-status { background: #e9f8ee; border-radius: 999px; color: #16733a; font-size: 12px; font-weight: 700; padding: 6px 10px; position: absolute; right: 18px; top: 18px; }
.dcm-schedule-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
.dcm-schedule-facts div { border-right: 1px solid #edf0f4; padding: 18px; }
.dcm-schedule-facts div:last-child { border-right: 0; }
.dcm-schedule-facts small, .dcm-schedule-facts strong { display: block; }
.dcm-schedule-facts small { color: #667085; margin-bottom: 5px; }
@media (max-width: 549px) { .dcm-schedule-facts { grid-template-columns: 1fr; } .dcm-schedule-facts div { border-bottom: 1px solid #edf0f4; border-right: 0; } }
