/*
 * Page: V2 - Tiệc Cưới
 * URL: /dich-vu/v2-tiec-cuoi/
 */

/* ============================================================
   Section intro: ornament + DỊCH VỤ + TỔ CHỨC TIỆC CƯỚI + nút
   Đồng bộ khoảng cách/kích thước giống Ebook
   ============================================================ */

/* Ảnh ornament 94px — ép cả wrapper .img để bỏ giới hạn max-width */
.oc-ornament-col .img,
.oc-ornament-col .img-inner {
    width: 94px !important;
    max-width: 94px !important;
}
.oc-ornament-col .img img {
    width: 94px !important;
    height: auto !important;
    max-width: none !important;
}

/* Khoảng cách ornament → "DỊCH VỤ" */
.oc-ornament-col {
    margin-bottom: 38px !important;
}

/* Sub "DỊCH VỤ": 24px như Ebook (đang 20.8px) */
.oc-intro-text .text:first-child p {
    font-size: 24px !important;
}

/* Heading line-height normal + heading → mô tả 16px (h3 đang mb 38px) */
.oc-intro-text h1,
.oc-intro-text h2,
.oc-intro-text h3 {
    line-height: normal !important;
    margin-bottom: 16px !important;
}

/* Giảm khoảng cách "DỊCH VỤ" → heading thêm 2px */
.oc-intro-text .col-inner > .text:nth-child(2) {
    margin-top: -2px !important;
}

/* Bỏ margin-bottom đoạn mô tả để nút cách mô tả đúng 28px */
.oc-intro-text .col-inner > .text:nth-child(3) p {
    margin-bottom: 0 !important;
}

/* Nút "ĐĂNG KÍ TƯ VẤN": cách mô tả 28px, cách ảnh dưới 64px */
.oc-intro-text a.button {
    margin-top: 28px !important;
    margin-bottom: 10px !important;
}

/* ============================================================
   Section "Lời chia sẻ" (LỜI NÓI CHÂN THẬT): bỏ gạch chân (divider)
   — thiết kế không có. Trang chỉ có 1 divider duy nhất.
   ============================================================ */
.is-divider.divider {
    display: none !important;
}

.col:has(> .col-inner > .text-center > .is-divider.divider) {
    display: none !important;
}

.row:has(.is-divider.divider) h2.style-heading,
.row:has(.is-divider.divider) h3.style-heading {
    margin-bottom: 13px !important;
}

.row:has(.is-divider.divider) > .col {
    padding-bottom: 0 !important;
}

/* Card phòng trong room slider (block 10777): nền trắng.
   Scope qua .ms-facilities (chính component slider này) — chỉ ảnh hưởng card phòng,
   và file CSS chỉ load ở trang này. */
.ms-facilities .ms-branch .post-content,
.ms-facilities .post-content {
    background-color: #fff !important;
}
