/*
 * Archive: Mẫu Thiệp Cưới (CPT wedding_invitation)
 * URL: /mau-thiep-cuoi/
 *
 * Section "TẠI SAO BẠN CẦN / THIỆP CƯỚI ONLINE" (.section_visaocanthiepcuoi):
 * đồng bộ chuẩn Ebook — ornament 94×151, ornament→sub 60px,
 * sub→heading 20px, heading→content 16px.
 */

/* Ảnh ornament 94×151 (đang width 30% → quá to) — ép cả wrapper .img để bỏ giới hạn */
.section_visaocanthiepcuoi .img,
.section_visaocanthiepcuoi .img-inner {
    width: 94px !important;
    max-width: 94px !important;
}
.section_visaocanthiepcuoi .img img {
    width: 94px !important;
    height: 151px !important;
    object-fit: cover;
    max-width: none !important;
}

/* Khoảng cách trên ornament = 60px.
   custom.css (chung) đang đặt padding-top:72px với selector
   body.post-type-archive-wedding_invitation .section_visaocanthiepcuoi —
   override bằng đúng selector đó (file này load sau nên thắng), không sửa custom.css. */
body.post-type-archive-wedding_invitation .section_visaocanthiepcuoi {
    padding-top: 60px !important;
}

/* Bỏ padding-top 60px dư phía trên ornament — 60px này nằm ở col-inner
   (#row...>.col>.col-inner{padding:60px 0 0 0}), không phải ở .row */
.section_visaocanthiepcuoi .row .col .col-inner {
    padding-top: 0 !important;
}

/* Ornament → sub "TẠI SAO BẠN CẦN": 60px */
.section_visaocanthiepcuoi .row:first-child {
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
}

/* Sub → heading: 20px (selector .col-inner > .text:first-child, tránh margin collapse) */
.section_visaocanthiepcuoi .col-inner > .text:first-child {
    margin-bottom: 20px !important;
}

/* Heading line-height chuẩn + heading → content (splide): 16px */
.section_visaocanthiepcuoi .col-inner > .text:nth-child(2) {
    margin-bottom: 16px !important;
}
.section_visaocanthiepcuoi .col-inner > .text:nth-child(2) h3 {
    line-height: normal !important;
    margin-bottom: 0 !important;
}
