.stankoff-motor-wash-selector-banner {
    align-items: center;
    background: linear-gradient(115deg, #f0f9f1 0%, #f9fcf9 62%, #edf7ef 100%);
    border: 1px solid #d5e9d8;
    border-left: 5px solid #00a919;
    border-radius: 12px;
    box-sizing: border-box;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 0 24px;
    max-width: 100%;
    overflow: hidden;
    padding: 22px 24px;
    position: relative;
}

.stankoff-motor-wash-selector-banner--product {
    margin-top: 22px;
}

.stankoff-motor-wash-selector-banner::after {
    background: rgba(0, 169, 25, 0.06);
    border-radius: 50%;
    content: "";
    height: 150px;
    pointer-events: none;
    position: absolute;
    right: 120px;
    top: -82px;
    width: 150px;
}

.stankoff-motor-wash-selector-banner__content {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.stankoff-motor-wash-selector-banner__title,
.stankoff-motor-wash-selector-banner__description,
.stankoff-motor-wash-selector-banner__facts {
    display: block;
}

.stankoff-motor-wash-selector-banner__title {
    color: #20252b;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.stankoff-motor-wash-selector-banner__description {
    color: #536058;
    font-size: 14px;
    line-height: 1.5;
}

.stankoff-motor-wash-selector-banner__facts {
    color: #137224;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 8px;
}

.stankoff-motor-wash-selector-banner__button {
    align-items: center;
    background: #00a919;
    border: 1px solid #00a919;
    border-radius: 8px;
    color: #fff !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 9px;
    justify-content: center;
    line-height: 1.25;
    min-height: 48px;
    padding: 12px 19px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
    white-space: nowrap;
    z-index: 1;
}

.stankoff-motor-wash-selector-banner__button:hover,
.stankoff-motor-wash-selector-banner__button:focus {
    background: #007f13;
    border-color: #007f13;
    color: #fff !important;
    transform: translateY(-1px);
}

.stankoff-motor-wash-selector-banner__button:focus-visible {
    box-shadow: 0 0 0 4px rgba(0, 169, 25, 0.18);
    outline: 0;
}

.stankoff-motor-wash-selector-banner__button span {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 700px) {
    .stankoff-motor-wash-selector-banner {
        gap: 16px;
        grid-template-columns: minmax(0, 1fr);
        padding: 18px;
    }

    .stankoff-motor-wash-selector-banner::after {
        right: -35px;
    }

    .stankoff-motor-wash-selector-banner__title {
        font-size: 17px;
    }

    .stankoff-motor-wash-selector-banner__description {
        font-size: 13px;
    }

    .stankoff-motor-wash-selector-banner__button {
        width: 100%;
    }
}
