.stingo-solution-page.stingo-priced-page .stingo-ad-hero {
    min-height: 0;
    padding-bottom: 48px;
}

.stingo-priced-page .stingo-product-switcher {
    display: none;
}

.stingo-marketing-pricing {
    padding: 20px 0 28px;
    background: linear-gradient(135deg, #f3f7fc, #eef7f5);
    color: #203755
}

.stingo-marketing-pricing__heading {
    max-width: 780px;
    margin-bottom: 26px
}

.stingo-marketing-pricing__heading h2 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.6px;
    color: #203755;
    margin: 10px 0 14px
}

.stingo-marketing-pricing__heading p {
    font-size: 15px;
    line-height: 1.8;
    color: #607189;
    margin: 0
}

.stingo-marketing-pricing__card {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(27, 52, 83, .07)
}

.stingo-marketing-pricing__scroll {
    overflow-x: auto
}

.stingo-marketing-pricing__scroll:focus-visible {
    outline: 3px solid #168477;
    outline-offset: -3px
}

.stingo-marketing-pricing table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0
}

.stingo-marketing-pricing th,
.stingo-marketing-pricing td {
    padding: 21px 26px;
    vertical-align: middle
}

.stingo-marketing-pricing thead th {
    background: #233f66;
    color: #fff;
    font-size: 12px;
    letter-spacing: .6px;
    font-weight: 700;
    white-space: nowrap
}

.stingo-marketing-pricing tbody th {
    font-size: 16px;
    font-weight: 600;
    color: #203755
}

.stingo-marketing-pricing tbody td {
    font-size: 14px;
    color: #63768b
}

.stingo-marketing-pricing tbody tr+tr {
    border-top: 1px solid #e6edf3
}

.stingo-marketing-pricing tbody tr:nth-child(even) {
    background: #f8fafc
}

.stingo-marketing-pricing tbody tr:hover {
    background: #f0f7f6
}

.stingo-marketing-pricing tbody .stingo-marketing-pricing__price {
    font-size: 20px;
    font-weight: 750;
    color: #203755;
    white-space: nowrap
}

.stingo-marketing-pricing__validity {
    display: inline-block;
    padding: 5px 12px;
    background: #eaf5f0;
    color: #21735e;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap
}

.stingo-marketing-pricing__notes {
    padding: 20px 26px;
    background: #f3f7fb;
    border-top: 1px solid #e0e9f1
}

.stingo-marketing-pricing__notes p {
    font-size: 13px;
    line-height: 1.7;
    color: #536780;
    margin: 0
}

.stingo-marketing-pricing__notes p+p {
    margin-top: 8px
}

.stingo-marketing-pricing__notes i {
    color: #168477;
    margin-right: 7px
}

.stingo-marketing-pricing__notes a {
    color: #155e80;
    font-weight: 700;
    text-decoration: underline
}

@media(max-width:600px) {
    .stingo-marketing-pricing {
        padding: 16px 0 24px
    }

    .stingo-marketing-pricing__heading h2 {
        font-size: 27px
    }

    .stingo-marketing-pricing th,
    .stingo-marketing-pricing td {
        padding: 16px 10px
    }

    .stingo-marketing-pricing tbody th {
        font-size: 13px
    }

    .stingo-marketing-pricing tbody .stingo-marketing-pricing__price {
        font-size: 16px
    }

    .stingo-marketing-pricing__validity {
        padding: 4px 8px;
        font-size: 11px
    }

    .stingo-marketing-pricing__notes {
        padding: 18px
    }

    .stingo-marketing-pricing thead th {
        font-size: 11px
    }
}
