/* Tabbed Content Block styles */

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

/* Image fit: contain - maintains aspect ratio without cropping */
.bpi-tabbed-content img.object-contain {
    height: auto;
    max-height: 100%;
}

/* Responsive Typography */
.bpi-tabbed-content__content h1 {
    font-size: clamp(2.5rem, 5vw, 4.0625rem);
    /* 40px -> 65px */
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.bpi-tabbed-content__content h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.bpi-tabbed-content__content h3 {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    /* 20px -> 28px */
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.bpi-tabbed-content__content h4,
.bpi-tabbed-content__content h5,
.bpi-tabbed-content__content h6 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    /* 20px -> 24px */
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.bpi-tabbed-content__content p {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    /* 16px -> 24px (24pt) */
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.bpi-tabbed-content__content p:last-child {
    margin-bottom: 0;
}

.bpi-tabbed-content__content ul {
    padding-left: 0;
    list-style: none;
}

.bpi-tabbed-content__content li {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    /* 16px -> 24px (24pt) */
    margin-bottom: 0.75rem;
    position: relative;
}

.bpi-tabbed-content .prose ul {
    padding-left: 0;
    list-style: none;
}

.bpi-tabbed-content .prose li {
    margin-bottom: 0.75rem;
    position: relative;
}

.bpi-tabbed-content .prose p:last-child {
    margin-bottom: 0;
}

.bpi-tabbed-content button,
.bpi-tabbed-content a {
    transition: all 150ms ease-in-out;
}

.special-heading {
    margin-bottom: 3rem;

    h2,
    h3 {
        font-weight: normal !important;
    }

    h2 {
        text-transform: uppercase;
    }
}

/* Editor-only spacing */
.editor-styles-wrapper .bpi-tabbed-content {
    margin-block: 3rem;
}

.page-id-212 .special-heading h1 {
    font-size: clamp(2rem, 5vw, 50px) !important;
}

.page-id-212 .special-heading h2 {
    font-size: clamp(1.25rem, 3vw, 32px) !important;
}

/* Printing */
.page-id-256 .tab-title {
    top: calc(-120px) !important;
}

.full-mailing-solution img {
    max-width: 100%;
    height: 375px;
}

.full-mailing-solution .bpi-tabbed-content__content .prose {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.full-mailing-solution .bpi-tabbed-content__content h2 {
    margin-bottom: 1rem;
}

.full-mailing-solution .bpi-tabbed-content__content span {
    display: block;
}

.full-mailing-solution .bpi-tabbed-content__content p {
    line-height: 1 !important;
}

.competition-tabbed-content h2 {
    line-height: 0.9;
}
