.testx-pharmacy-partner {
    margin: 0 0 36px;
    color: #282828;
}

.testx-pharmacy-partner__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    padding: 28px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background: #ffffff;
}

.testx-pharmacy-partner__eyebrow {
    margin: 0 0 8px;
    color: #dd0f0f;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.testx-pharmacy-partner__header h1 {
    margin: 0 0 10px;
    color: #282828;
    font-size: 30px;
    line-height: 1.2;
}

.testx-pharmacy-partner__header p:last-child {
    max-width: 680px;
    margin: 0;
    color: #777777;
    line-height: 1.55;
}

.testx-pharmacy-partner__instagram {
    flex: 0 0 auto;
    padding: 11px 16px;
    border: 1px solid #dd0f0f;
    border-radius: 6px;
    color: #dd0f0f;
    font-weight: 600;
}

.testx-pharmacy-partner__instagram:hover {
    color: #ffffff;
    background: #dd0f0f;
}

.testx-pharmacy-branches {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.testx-pharmacy-branch {
    position: relative;
    padding: 22px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background: #ffffff;
}

.testx-pharmacy-branch h2 {
    margin: 0 0 10px;
    color: #282828;
    font-size: 18px;
}

.testx-pharmacy-branch p {
    margin: 4px 0;
    color: #777777;
    line-height: 1.45;
}

.testx-pharmacy-branch__address {
    color: #282828 !important;
}

.testx-pharmacy-branch__note {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #23734b;
    background: #edf8f2;
    font-size: 12px;
    font-weight: 600;
}

.testx-pharmacy-branch__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 16px;
}

.testx-pharmacy-branch__actions a {
    color: #dd0f0f;
    font-weight: 600;
}

.testx-pharmacy-essentials-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: 36px 0 8px;
}

.testx-pharmacy-essentials-heading span {
    color: #23734b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.testx-pharmacy-essentials-heading h2 {
    margin: 4px 0 0;
    color: #282828;
    font-size: 24px;
}

.testx-pharmacy-essentials-heading p {
    margin: 0;
    color: #777777;
    font-size: 13px;
}

.products .product {
    position: relative;
}

.testx-pharmacy-essential-badge {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    border-radius: 4px;
    color: #23734b;
    background: rgba(237, 248, 242, 0.96);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .testx-pharmacy-partner__header,
    .testx-pharmacy-essentials-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .testx-pharmacy-partner__header {
        gap: 18px;
        padding: 20px;
    }

    .testx-pharmacy-partner__header h1 {
        font-size: 26px;
    }

    .testx-pharmacy-partner__instagram {
        align-self: flex-start;
    }

    .testx-pharmacy-branches {
        grid-template-columns: 1fr;
    }

    .testx-pharmacy-essentials-heading {
        gap: 8px;
        margin-top: 28px;
    }
}
