.featured-book-module {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.featured-book-module .auth-title-bg {
    margin-bottom: 20px;
}

.featured-book-module .moduletitle {
    font-size: 30px;
}

.featured-book-module__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.featured-book-module .auth-container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.featured-book-module__img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0;
}

.featured-book-module__img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin: 0 auto;
}

.featured-book-module__txtwrap {
    width: 100%;
    max-width: 500px;
    margin: 0;
    text-align: center;
}

.featured-book-module__book-name {
    margin: 0;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 0.95;
    letter-spacing: 2px;
}

.featured-book-module__text-top .featured-book-module__book-name {
    margin-top: 5px;
    margin-bottom: 0;
}

.featured-book-module__text-bottom {
    margin-bottom: 20px;
    padding-left: 0;
}

.featured-book-module__text-bottom .featured-book-module__book-name {
    margin-top: 5px;
    margin-bottom: 5px;
}

.featured-book-module__book-tag {
    margin-bottom: 25px;
    color: #FBE8D3;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
}

.featured-book-module__edit-link.ModuleEditLink.flexi-item-edit.fb-child {
    margin-bottom: 10px;
}


/* Larger phones */
@media (min-width: 480px) {

    .featured-book-module__img img {
        max-height: 350px;
    }

    .featured-book-module__book-name {
        font-size: clamp(36px, 9vw, 48px);
    }
}


/* Small tablet portrait - iPad Mini */
@media (min-width: 768px) and (max-width: 819px) and (orientation: portrait) {

    .featured-book-module {
        bottom: 30px;
        padding: 0 35px;
    }

    .featured-book-module .auth-title-bg {
        margin-bottom: 15px;
    }

    .featured-book-module .moduletitle {
        font-size: 36px;
    }

    .featured-book-module__items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .featured-book-module__img {
        width: 100%;
        margin-bottom: 20px;
    }

    .featured-book-module__img img {
        max-height: 400px;
    }

    .featured-book-module__txtwrap {
        width: 75%;
        max-width: 550px;
        margin: 0;
        text-align: center;
    }

    .featured-book-module__book-name {
        font-size: 48px;
        letter-spacing: 2px;
    }

    .featured-book-module__text-top .featured-book-module__book-name {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .featured-book-module__text-bottom {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .featured-book-module__text-bottom .featured-book-module__book-name {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .featured-book-module__book-tag {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.5;
    }

    .featured-book-module__prefix,
    .featured-book-module__book-creds {
        font-size: 16px;
    }
}


/* Medium tablet portrait - iPad Air and similar */
@media (min-width: 820px) and (max-width: 1023px) and (orientation: portrait) {

    .featured-book-module {
        bottom: 35px;
        padding: 0 50px;
    }

    .featured-book-module .auth-title-bg {
        margin-bottom: 20px;
    }

    .featured-book-module .moduletitle {
        font-size: 42px;
    }

    .featured-book-module__items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .featured-book-module__img {
        width: 100%;
        margin-bottom: 25px;
    }

    .featured-book-module__img img {
        max-height: 460px;
    }

    .featured-book-module__txtwrap {
        width: 80%;
        max-width: 620px;
        margin: 0;
        text-align: center;
    }

    .featured-book-module__book-name {
        font-size: clamp(52px, 7vw, 64px);
        letter-spacing: 3px;
    }

    .featured-book-module__text-top .featured-book-module__book-name {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .featured-book-module__text-bottom {
        padding-left: 0;
        margin-bottom: 25px;
    }

    .featured-book-module__text-bottom .featured-book-module__book-name {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .featured-book-module__book-tag {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 1.5;
    }

    .featured-book-module__prefix,
    .featured-book-module__book-creds {
        font-size: 18px;
    }

    .featured-book-module .brand-btn {
        font-size: 17px;
        padding: 14px 24px;
    }
}


/* Large tablet portrait - iPad Pro and similar */
@media (min-width: 1024px) and (max-width: 1199px) and (orientation: portrait) {

    .featured-book-module {
        bottom: 35px;
        padding: 0 60px;
    }

    .featured-book-module .auth-title-bg {
        margin-bottom: 20px;
    }

    .featured-book-module .moduletitle {
        font-size: 44px;
    }

    .featured-book-module__items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .featured-book-module__img {
        width: 100%;
        margin-bottom: 30px;
    }

    .featured-book-module__img img {
        max-height: 680px;
    }

    .featured-book-module__txtwrap {
        width: 80%;
        max-width: 680px;
        margin: 0;
        text-align: center;
    }

    .featured-book-module__book-name {
        font-size: clamp(58px, 7vw, 70px);
        letter-spacing: 3px;
    }

    .featured-book-module__text-top .featured-book-module__book-name {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .featured-book-module__text-bottom {
        padding-left: 0;
        margin-bottom: 25px;
    }

    .featured-book-module__text-bottom .featured-book-module__book-name {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .featured-book-module__book-tag {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 1.5;
    }

    .featured-book-module__prefix,
    .featured-book-module__book-creds {
        font-size: 18px;
    }

    .featured-book-module .brand-btn {
        font-size: 17px;
        padding: 14px 24px;
    }
}


/* Tablet landscape */
@media (min-width: 768px) and (orientation: landscape) {

    .featured-book-module {
        bottom: 30px;
        padding: 0 30px;
    }

    .featured-book-module .moduletitle {
        font-size: 48px;
    }

    .featured-book-module__items {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .featured-book-module__img {
        flex: 0 1 40%;
        width: auto;
        margin-bottom: 0;
    }

    .featured-book-module__img img {
        max-height: 440px;
    }

    .featured-book-module__txtwrap {
        flex: 1 1 60%;
        width: auto;
        max-width: none;
        margin: 0;
        text-align: left;
    }

    .featured-book-module__book-name {
        font-size: clamp(42px, 5vw, 55px);
    }

    .featured-book-module__text-top .featured-book-module__book-name {
        margin-top: 15px;
    }

    .featured-book-module__text-bottom {
        padding-left: 20%;
    }

    .featured-book-module__text-bottom .featured-book-module__book-name {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .featured-book-module__book-tag {
        margin-bottom: 42px;
        font-size: inherit;
    }
}


/* Larger tablet landscape / small laptops */
@media (min-width: 1024px) and (orientation: landscape) {

    .featured-book-module__items {
        gap: 40px;
    }

    .featured-book-module__img {
        flex-basis: 42%;
    }

    .featured-book-module__txtwrap {
        flex-basis: 58%;
    }

    .featured-book-module__img img {
        max-height: 500px;
    }

    .featured-book-module__book-name {
        font-size: clamp(48px, 5vw, 62px);
    }

    .featured-book-module__text-bottom {
        padding-left: 22%;
    }
}


/* Desktop */
@media (min-width: 1200px) {

    .featured-book-module {
        bottom: 0;
    }

    .featured-book-module__items {
        flex-direction: row;
        gap: 54px;
    }

    .featured-book-module__img {
        flex: 0 1 48%;
        width: auto;
        margin-bottom: 0;
    }

    .featured-book-module__txtwrap {
        flex: 1 1 52%;
        width: auto;
        max-width: none;
        text-align: left;
    }

    .featured-book-module__img img {
        max-height: 715px;
    }

    .featured-book-module__book-name {
        font-size: clamp(60px, 6vw, 74px);
    }

    .featured-book-module__text-bottom {
        padding-left: 27%;
    }
}