/*
 * Page: V2 - EBOOK
 * URL: /v2-ebook/
 */

/* ============================================================
   Khoảng cách trên section và dưới ảnh = 60px (đồng bộ với v2-du-tinh-chi-phi)
   ============================================================ */
.section-ebook-main {
    padding-top: 60px !important;
}

.section-ebook-main > .section-content > .row:first-child > .col:first-child {
    padding-bottom: 60px !important;
}

/* ============================================================
   #1 — Ảnh ornament: đồng bộ 94x151px theo Figma
   ============================================================ */
.section-ebook-main .img img {
    width: 94px !important;
    height: 151px !important;
    object-fit: cover;
}

/* ============================================================
   #2 — Typography spacing
   EBOOK CƯỚI → heading: 16px gap — target div container
   Heading → text mô tả: 16px (giảm từ 38px)
   ============================================================ */
.section-ebook-main .col-inner > .text:first-child {
    margin-bottom: 20px !important;
}

.section-ebook-main h3.style-heading,
.section-ebook-main h2.style-heading {
    margin-bottom: 16px !important;
}

/* ============================================================
   #3 — Buttons: default=navy, active=hồng, hover=trắng+viền xanh+text xanh
   ============================================================ */
.section-ebook-main .style-btn:hover {
    background-color: #ffffff !important;
    border-color: #1D336E !important;
    color: #1D336E !important;
}

.section-ebook-main .style-btn:active {
    background-color: #EFB9B9 !important;
    border-color: #EFB9B9 !important;
    color: #1D336E !important;
}
