.bwa-content-pairs {
    display: flex;
    flex-direction: column;
    gap: 120px;
    width: 100%;
    max-width: 1242px;
    margin: 0 auto;
    padding: 0 24px;
}

.bwa-content-pairs__empty {
    color: #787878;
    font-style: italic;
    margin: 0;
}

.bwa-content-pairs__item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 90px;
    min-height: 680px;
    padding-left: 61px;
}

.bwa-content-pairs__media {
    position: relative;
    flex: 0 0 auto;
    width: 522px;
    max-width: 50%;
    height: 680px;
}

.bwa-content-pairs__img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.bwa-content-pairs__badge {
    position: absolute;
    top: 41px;
    left: 409px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e76f2e 0%, #ff914d 100%);
    pointer-events: none;
}

.bwa-content-pairs__badge-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 113px;
    min-height: 77px;
    transform: rotate(15deg);
    color: #fff;
    font-family: "Mona Sans", sans-serif;
    font-size: 28.253px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
}

.bwa-content-pairs__badge-text--auto-bold,
.bwa-content-pairs__badge-text strong,
.bwa-content-pairs__badge-text b {
    font-family: "Mona Sans", sans-serif;
    font-size: 28.253px;
    font-weight: 700;
}

.bwa-content-pairs__badge-text p {
    margin: 0;
}

.bwa-content-pairs__badge-text br {
    display: block;
}

.bwa-content-pairs__body {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    max-width: 529px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.bwa-content-pairs__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.bwa-content-pairs__eyebrow {
    margin: 0;
    font-family: "Mona Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        var(--bwa-content-pairs-button-gradient-start, #e76f2e) 0%,
        var(--bwa-content-pairs-button-gradient-end, #ff914d) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bwa-content-pairs__title {
    margin: 0;
    font-family: "Mona Sans", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.06;
    letter-spacing: -2.5px;
    color: #151A1C;
    max-width: 450px;
}

.bwa-content-pairs__content {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #151A1C;
    max-width: 394px;
}

.bwa-content-pairs__watermark {
    position: absolute;
    left: 0;
    bottom: -19px;
    z-index: 1;
    display: block;
    width: 232px;
    height: 194px;
    pointer-events: none;
}

.bwa-content-pairs__content p {
    margin: 0 0 1em;
}

.bwa-content-pairs__content p:last-child {
    margin-bottom: 0;
}

.bwa-content-pairs__content strong {
    font-weight: 600;
}

.bwa-content-pairs__content ul,
.bwa-content-pairs__content ol {
    margin: 0 0 1em;
    padding-left: 1.4em;
}

.bwa-content-pairs__content li {
    margin: 0.25em 0;
}

.bwa-content-pairs__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.bwa-content-pairs__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 40px;
    min-height: 61px;
    border: 2px solid transparent;
    border-radius: 50px;
    font-family: "Mona Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.15s ease, opacity 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.bwa-content-pairs__button--accent {
    background: linear-gradient(
        90deg,
        var(--bwa-content-pairs-button-gradient-start, #e76f2e) 0%,
        var(--bwa-content-pairs-button-gradient-end, #ff914d) 100%
    );
    color: #fff;
}

.bwa-content-pairs__button--outline {
    border-color: #151A1C;
    background: transparent;
    color: #151A1C;
}

.bwa-content-pairs__button:hover,
.bwa-content-pairs__button:focus-visible {
    transform: translateY(-1px);
    text-decoration: none;
}

.bwa-content-pairs__button--accent:hover,
.bwa-content-pairs__button--accent:focus-visible {
    opacity: 0.94;
    color: #fff;
}

.bwa-content-pairs__button--outline:hover,
.bwa-content-pairs__button--outline:focus-visible {
    background-color: #151A1C;
    color: #fff;
}

@media (max-width: 900px) {
    .bwa-content-pairs {
        gap: 80px;
    }

    .bwa-content-pairs__item {
        flex-direction: column;
        gap: 32px;
        min-height: 0;
        padding-left: 0;
    }

    .bwa-content-pairs__media {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .bwa-content-pairs__img {
        aspect-ratio: 522 / 680;
        height: auto;
    }

    .bwa-content-pairs__badge {
        top: 6%;
        left: auto;
        right: -21px;
        width: clamp(96px, 25vw, 134px);
        height: clamp(96px, 25vw, 134px);
    }

    .bwa-content-pairs__badge-text {
        max-width: 84%;
        min-height: 58%;
        font-size: clamp(20px, 5vw, 28.253px);
        line-height: 0.92;
    }

    .bwa-content-pairs__body {
        max-width: 100%;
    }

    .bwa-content-pairs__title,
    .bwa-content-pairs__content {
        max-width: 100%;
    }

    .bwa-content-pairs__title {
        font-size: clamp(32px, 9vw, 50px);
    }

    .bwa-content-pairs__watermark {
        left: -24px;
        bottom: auto;
        top: min(55vw, 420px);
        width: 160px;
        height: auto;
    }

    .bwa-content-pairs__actions {
        width: 100%;
        gap: 12px;
    }

    .bwa-content-pairs__button {
        width: 100%;
        min-height: 56px;
        white-space: normal;
    }
}
