.yippy-support {
    margin: 32px 0 28px;
    padding: 0;
    border: 1px solid #10243e;
    border-radius: 10px;
    background: #f8f7f3;
    overflow: hidden;
    box-sizing: border-box;
}

.yippy-support__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 26px;
    box-sizing: border-box;
}

.yippy-support__content {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.yippy-support__eyebrow {
    margin: 0 0 6px;
    color: #c7192b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.yippy-support h2 {
    margin: 0 0 7px;
    color: #10243e;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
}

.yippy-support p {
    margin: 0 0 11px;
    color: #26384e;
    font-size: 14px;
    line-height: 1.5;
}

.yippy-support__swish {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0 0 8px;
}

.yippy-support__label {
    color: #10243e;
    font-size: 13px;
    font-weight: 700;
}

.yippy-support__swish strong {
    color: #c7192b;
    font-size: 18px;
    letter-spacing: .04em;
}

.yippy-support__small {
    color: #667386;
    font-size: 12px;
    line-height: 1.5;
}

.yippy-support__qr {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    padding: 6px;
    background: #fff;
    border: 1px solid #d7dce2;
    border-radius: 8px;
    box-sizing: border-box;
}

.yippy-support__qr img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 680px) {
    .yippy-support {
        margin: 28px 0 24px;
    }

    .yippy-support__inner {
        flex-direction: column-reverse;
        gap: 16px;
        padding: 20px 18px;
        text-align: center;
    }

    .yippy-support__content {
        text-align: center;
    }

    .yippy-support__swish {
        justify-content: center;
    }

    .yippy-support__qr {
        flex-basis: 115px;
        width: 115px;
        height: 115px;
    }

    .yippy-support h2 {
        font-size: 21px;
    }
}
