.weyeah-product-support {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 170px;
    align-items: center;
    gap: 26px;
    min-height: 212px;
    margin: 50px 0;
    padding: 36px 9.3% 36px 48px;
    box-sizing: border-box;
    background: #e5f5f8;
    color: #103764;
}
.weyeah-product-support__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}
.weyeah-product-support__icon {
    display: block;
    width: 118px;
    height: auto;
}
.weyeah-product-support .weyeah-product-support__message {
    margin: 0 0 20px;
    color: #103764;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}
.weyeah-product-support .weyeah-product-support__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0 3px 3px 0;
    list-style: none;
}
.weyeah-product-support__benefits li {
    flex: 0 1 165px;
    margin: 0;
    padding: 8px 14px;
    box-sizing: border-box;
    border-radius: 30px;
    background: #fff;
    box-shadow: 2px 3px 0 #193e6e;
    color: #28466b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.weyeah-product-support .weyeah-product-support__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 14px 18px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #2167b8;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}
.weyeah-product-support .weyeah-product-support__contact:hover {
    background: #174e91;
    color: #fff;
}
.weyeah-product-support__contact:focus-visible {
    outline: 3px solid #103764;
    outline-offset: 4px;
}
@media (max-width: 1023px) {
    .weyeah-product-support {
        grid-template-columns: 100px minmax(0, 1fr);
        padding: 28px;
        gap: 20px;
    }
    .weyeah-product-support__icon { width: 100px; }
    .weyeah-product-support__contact { grid-column: 2; justify-self: start; min-width: 170px; }
    .weyeah-product-support .weyeah-product-support__message { font-size: 16px; }
}
@media (max-width: 575px) {
    .weyeah-product-support { grid-template-columns: minmax(0, 1fr); padding: 24px 20px; margin: 32px 0; gap: 20px; }
    .weyeah-product-support__icon { width: 88px; justify-self: center; }
    .weyeah-product-support .weyeah-product-support__message { font-size: 15px; line-height: 1.6; text-align: center; }
    .weyeah-product-support .weyeah-product-support__benefits { justify-content: center; }
    .weyeah-product-support__benefits li { flex: 1 1 125px; max-width: 190px; }
    .weyeah-product-support__contact { grid-column: 1; justify-self: stretch; }
}
