@media screen and (max-width: 950px) {
    header.coupons-wrap-heading {
        margin-bottom: 20px;
    }

    .coupons-wrap h1 {
        font-size: 32px;
    }

    .tabs-lg-content {
        position: relative;
        height: 460px;
    }

    .tabs-lg-wrap {
        flex-direction: column;
    }

    .tab-lg-info-brand-img {
        width: 36px;
        height: 36px;
        overflow: hidden;
    }

    .tab-lg-info-brand-img img {
        padding: 5px;
    }

    .tab-lg-info {
        padding: 16px;
        justify-content: flex-end;
        display: flex;
        height: auto;
        margin-top: auto;
        position: absolute;
        bottom: 0;
        gap: 8px;
    }

    .tab-lg-info-brand {
        align-items: flex-start;
        gap: 8px;
        flex-direction: column;
        font-size: 16px;
        line-height: 1.1em;
    }

    .tab-lg-info-link {
        width: 100%;
        padding: 0;
    }

    .tab-lg-nav-item {
        padding: 0;
        background: none !important;
        flex: 1;
        margin: 0 !important;
    }

    .tab-lg-nav-item span, .tab-lg-nav-item svg {
        display: none;
    }

    .tab-lg-nav {
        display: flex;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .tab-lg-nav-item .tab-lg-info-brand-img {
        margin: 0 auto;
    }

    .tab-lg-nav-item.active .tab-lg-info-brand-img {
        border: 1.5px solid #5D5491;
    }

    section.coupon-section {
        margin-bottom: 40px;
    }

    .coupon-section-inner .coupons .coupon {
        width: 100%;
    }

    .coupons-wrap h2 {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .coupon-section-inner header p {
        font-size: 14px;
    }

    .coupons-list-list form {
        font-size: 12px;
    }

    .coupons-list-list form .nice-select {
        font-size: 12px;
    }

    .coupons-list-list form + #coupons-container .coupon-wrapper {
        width: 100%;
    }

    section.coupon-section.coupon-section-padding {
        padding: 40px 0;
    }

    .coupon-list-tab-nav-item {
        flex: auto;
        width: calc(50% - 2px);
        font-size: 14px;
    }

    .coupons-list-tabs-nav {
        gap: 4px;
    }

    .cols-brands {
        gap: 8px 10px;
    }

    .col-brand {
        max-width: calc(50% - 5px);
        flex: auto;
    }

    .cta-inner {
        padding: 20px;
        flex-direction: column;
    }

    .cta-info {
        padding-left: 0;
        padding-top: 68px;
        background-position: 0% 0% !important;
    }

    .faq-list {
        margin-left: -12px;
        width: calc(100% + 24px);
        max-width: 200vw !important;
        background-size: cover !important;
        background-position: -30px 0 !important;
        padding: 20px 12px 0;
    }

    .faq-list-item {
        padding: 16px 24px;
    }

    .faq-list-item-q span {
        font-size: 16px;
        line-height: 1.1em;
    }

    .faq-list-item-q button {
        width: 24px;
        height: 24px;
    }

    section.coupon-section:has(.faq-list) .coupon-section-inner {
        flex-direction: column;
    }

    section.coupon-section:has(.faq-list) .coupon-section-inner header {
        text-align: center;
    }

    .faq-list-item-a {
        font-size: 14px;
    }

    .coupon-section-inner .coupons .single-coupon {
        width: 100%;
    }

    .single-coupon > a {
        align-items: flex-start;
        flex-direction: column;
    }

    .single-coupon-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .col-brands-wrap {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .category-post-item {
        width: 100%;
    }

    .category-item-info h2 a {
        font-size: 18px;
    }

    .category-item-info {
        font-size: 14px;
    }

    .page-template-tools-page-tpl header.coupons-wrap-heading {
        padding-bottom: 44px;
    }

    .hero-inner {
        gap: 20px;
        padding: 0;
        flex-direction: column;
    }

    .home .hero-inner {
        padding: 0px;
    }

    .hero-btn.hero-btn-type-yellow {
        max-width: 100%;
    }

    .hero-btn.hero-btn-type-yellow a {
        max-width: 100%;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-btn a {
        font-size: 14px;
        padding: 10px;
    }

    .hero-img {
        max-width: 480px;
    }

    .features-list.features-list-type-horiz > .features-list-item {
        flex: auto;
        width: calc(50% - 4px);
    }

    .features-list.features-list-type-horiz {
        gap: 8px;
        align-items: stretch;
    }

    .features-top-text {
        padding: 0 0 40px;
    }

    .features-list.features-list-type-vert h3 {
        font-size: 32px;
    }

    .features-list.features-list-type-vert a {
        font-size: 16px;
        flex-direction: column-reverse !important;
        padding: 20px;
        border-radius: 16px;
        gap: 20px;
    }

    .features-list.features-list-type-horiz > .features-list-item a {
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }

    span.features-list-item-img {
        align-items: flex-start !important;
    }

    .tools-calc-top-inner {
        padding: 0 20px;
    }

    .tools-calc-hero h1 {
        display: block;
        position: relative;
        margin-top: 80px;
    }

    .tools-calc-hero h1 img {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%, -0%);
    }

    .tools-calc-fields {
        flex-direction: column;
    }

    .tools-calc-calc {
        margin-bottom: 80px;
    }

    .tools-calc-cta-inner {
        flex-direction: column;
    }

    .tools-calc-cta-btns {
        width: 100%;
    }

    .tools-calc-how-to {
        padding: 40px 0;
        gap: 40px;
    }

    .tools-calc-reviews-list .swiper-wrapper {
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .home .hero-text h1 {
        font-size: 32px;
    }

    div#blog-share-links {
        order: 2;
        margin-top: 40px;
    }

    div#blog-share-links .elementor-grid {
        display: flex;
        justify-content: center;
    }

    .features-list.features-list-type-horiz {
        flex-direction: column;
    }

    .features-list.features-list-type-horiz > .features-list-item {
        width: 100%;
    }

    .features-list.features-list-type-vert.features-list-type-vert-steps .featurse-list-item-inner {
        text-align: center;
        flex-direction: column-reverse !important;
        padding: 32px 0;
    }

    span.features-list-item-text {
        max-width: 100%;
        width: 100%;
    }

    .features-list.features-list-type-vert.features-list-type-vert-steps .featurse-list-item-inner h3 {
        font-size: 56px;
        margin-bottom: 12px;
    }

    .features-list.features-list-type-vert.features-list-type-vert-steps .featurse-list-item-inner h4 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .features-list.features-list-type-horiz.features-list-type-horiz-image_top .featurse-list-item-inner {
        padding: 16px;
    }

    .features-list.features-list-type-horiz.features-list-type-horiz-image_right .features-list-item .featurse-list-item-inner {
        padding: 24px;
    }

    .features-list.features-list-type-horiz.features-list-type-horiz-image_right .features-list-item:not(:last-child):after {
        height: 1px;
        width: calc(100% - 48px);
        top: inherit;
        bottom: 0;
        left: 24px;
    }

    .features-list.features-list-type-horiz.features-list-type-horiz-image_right .features-list-item .featurse-list-item-inner h3 {
        font-size: 28px;
    }

    .features-list.features-list-type-horiz.features-list-type-horiz-image_right .features-list-item .featurse-list-item-inner p {
        font-size: 14px;
    }

    .compare-table-inner {
        padding-top: 32px;
    }

    .compare-table-cell {
        font-size: 12px;
        width: 100%;
    }

    .compare-table-cell:not(:first-child):not(:last-child) {
        max-width: 25px;
        flex: auto;
    }

    .compare-table-row {
        gap: 12px;
    }

    div#main-nav-mobile {
        display: block;
    }

    div:has(+ #main-nav-mobile) {
        right: 0px;
    }

    div#fixed-menu-line + div {
        padding-top: 0px;
    }

    .coupon-header-bottom-nav > nav > div li {
        flex-shrink: 0;
    }

    .coupon-header-bottom-nav > nav > div {
        overflow-x: auto;
        overflow-y: hidden;
    }
}