.tbe-author-bio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #c43c6b;
    border-radius: 8px;
    overflow: hidden;
    padding: 48px 0;
    min-height: 398px;
    width: 100%;
    max-width: 670px;
    box-sizing: border-box;
    margin: 0 auto 48px;
    /* Reset inherited theme line-height */
    line-height: 0;
}

/* Inner wrapper — position:relative is the containing block for the background image */
.tbe-author-bio__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
}

/* Background author photo — blended over pink */
.tbe-author-bio__image {
    position: absolute;
    width: 695px;
    height: 695px;
    top: -200.75px;
    left: -3px;
    mix-blend-mode: multiply;
    opacity: 0.5;
    pointer-events: none;
}

.tbe-author-bio__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.tbe-author-bio__content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    gap: 30px;
    align-items: center;
    text-align: center;
    color: #ffffff;
    line-height: 0;
}

/* "Over" + Name stacked */
.tbe-author-bio__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}

.tbe-author-bio__label {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 35px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.tbe-author-bio__name {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

/* Bio text */
.tbe-author-bio__bio {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .tbe-author-bio__name {
        font-size: 26px;
        line-height: 32px;
    }
}
