/**
 * Single E-Book Template Styles
 *
 * Styles for posts in the "e-books" category.
 */

.single-ebook-page {
    background-color: #fff;
}

.v2-ebook-body .container .container {
    padding: 0;
}

.single-ebook {
    margin: 0 auto;
}

.v2-ebook-body {
    padding: 40px 0;
}

.v2-ebook-content {
    max-width: 100%;
}

.v2-ebook-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.v2-ebook-content h3 {
    font-family: var(--heading-font);
    font-size: 28px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.v2-ebook-content h4 {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

.v2-ebook-content h1 {
    font-size: 42px;
    font-weight: 700;
    font-family: var(--heading-font);
    line-height: 1.3;
}

.v2-ebook-content .v2-fcs-text h2 {
    font-size: 26px;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .v2-ebook-body {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {

    .v2-ebook-content h1 {
          font-size: 30px;
    }

    .v2-ebook-content h3 {
        font-size: 24px;
    }

    .v2-ebook-content h4 {
        font-size: 18px;
    }

    .v2-ebook-content .v2-fcs-text h2 {
        font-size: 22px;
    }

}

@media (max-width: 576px) {
    .v2-ebook-body {
        padding: 20px 0;
    }
}
