/* DMCTN Display Codes Pack – by Bùi Văn Tĩnh */
.dmctn-pricebox{border:1px solid #eee;border-radius:10px;padding:10px 12px;margin:8px 0;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.dmctn-pricebox .dmctn-price-main{font-size:20px;font-weight:700;line-height:1.2}
.dmctn-pricebox .dmctn-price-phrase{margin-top:4px;font-size:14px;font-weight:600;color:#d32f2f}

.dmctn-specs-wrapper{width:100%;display:block}
.dmctn-specs-section{margin-bottom:14px}
.dmctn-specs-heading{font-weight:700;background:#f2f5fb;border-left:4px solid #1a73e8;padding:10px 12px;border-radius:6px;margin-bottom:6px}
.dmctn-specs-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;overflow:hidden;border-radius:8px;box-shadow:0 1px 0 rgba(0,0,0,.05)}
.dmctn-specs-table tr+tr td,.dmctn-specs-table tr+tr th{border-top:1px solid #eee}
.dmctn-specs-table th,.dmctn-specs-table td{text-align:left;padding:10px 12px;vertical-align:top}
.dmctn-specs-table th{width:34%;background:#fafafa;font-weight:600;color:#333}
.dmctn-specs-table td{color:#111}
@media (max-width:640px){
  .dmctn-specs-table th,.dmctn-specs-table td{display:block;width:100%}
  .dmctn-specs-table th{border-bottom:0;background:#fff;color:#666}
}
