/* =========================================================
   HOSTINGSEEKERS COUPON CONTENT
========================================================= */

.hs-coupon-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #151d4f;
    font-family: inherit;
    line-height: 1.65;
    font-size: 15px;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.hs-section {
    width: 100%;
    margin-bottom: 22px;
    padding: 22px 26px;
    background: #ffffff;
    border: 1px solid #e5e8f0;
    border-radius: 8px;
    box-sizing: border-box;
}

/* .hs-section:last-child {
    margin-bottom: 0;
} */


/* =========================================================
   HERO
========================================================= */

.hs-hero {
    padding: 0 0 18px;
    border: 0;
    border-radius: 0;
}

.hs-title {
    margin: 0 0 15px;
    color: var(--text-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.hs-hero .hs-title {
    font-size: 28px;
    margin-bottom: 0;
}

.hs-subtitle {
    margin: 0 0 10px;
    color: #171f55;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.hs-hero .hs-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.hs-text {
    margin: 0;
    color: #5d6482;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   HOSTING TYPES
========================================================= */

.hs-hosting-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 15px;
}

.hs-hosting-list {
    margin: 0;
    padding: 0 0 0 18px;
}

.hs-hosting-list li {
    margin: 0 0 18px;
    padding-left: 2px;
    color: #3e4565;
    font-size: 14px;
    line-height: 1.7;
}

.hs-hosting-list li:last-child {
    margin-bottom: 0;
}

.hs-hosting-list li::marker {
    color: var(--text-color);
    font-size: 12px;
}

.hs-hosting-list strong {
    color: #151b4d;
    font-weight: 700;
}


/* =========================================================
   HOW TO USE COUPON
========================================================= */

.hs-how-to-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 12px;
}

.hs-how-to-card {
    min-height: 205px;
    padding: 18px 16px;
    border: 1px solid #e2e6ef;
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
}

.hs-how-to-card .hs-step-number {
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.hs-how-to-card h3 {
    margin: 0 0 8px;
    color: #17205a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.hs-how-to-card p {
    margin: 0;
    color: #555d7b;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   TABLE
========================================================= */

.hs-table-wrapper {
    width: 100%;
    margin-top: 16px;
    overflow-x: auto;
}

.hs-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.hs-table th,
.hs-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #e1e4eb;
    text-align: left;
    vertical-align: top;
}

.hs-table th {
    color: #17205a;
    font-size: 13px;
    font-weight: 700;
    background: #fafbfe;
}

.hs-table th:first-child,
.hs-table td:first-child {
    width: 245px;
}

.hs-table td {
    color: #5a617d;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    padding: 12px 10px;
}

.hs-table td strong {
    color: var(--primary-color);
    font-weight: 700;
}

.hs-table tbody tr:last-child td {
    border-bottom: 0;
}
.default-section .hs-hero .hs-title {
    margin-bottom: 10px;
}

/* =========================================================
   TIPS + MISTAKES
========================================================= */

.hs-tips-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 12px;
}

.hs-tip-box {
    padding: 16px 16px 12px;
    border: 1px solid #e1e5ed;
    border-radius: 8px;
    background: #ffffff;
}

.hs-tip-box .hs-subtitle {
    margin-bottom: 12px;
    font-size: 14px;
}

.hs-tip-success {
    background: #fbfffd;
}

.hs-tip-success .hs-subtitle {
    color: #168a5a;
}

.hs-tip-danger {
    background: #fffafa;
}

.hs-tip-danger .hs-subtitle {
    color: #e33d4b;
}

.hs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 24px;
    color: #4e5675;
    font-size: 13px;
    line-height: 1.6;
}

.hs-list li:last-child {
    margin-bottom: 0;
}

.hs-list li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #ffffff;
    background: #20a66a;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.hs-tip-danger .hs-list li::before {
    content: "×";
    background: #e64955;
    font-size: 12px;
}

.hs-list strong {
    color: #242b58;
    font-weight: 700;
}


/* =========================================================
   TRUST SECTION
========================================================= */

.hs-trust-list {
    margin-top: 8px;
}

.hs-trust-list li {
    margin-bottom: 9px;
}

.hs-trust-list li::before {
    content: "✓";
    background: #4169ee;
}

.hs-trust-list strong {
    color: #1c285f;
}


/* =========================================================
   COMPANY COMPARISONS
========================================================= */

.hs-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.hs-comparison-card {
    padding: 18px;
    border: 1px solid #e2e6ef;
    border-radius: 8px;
    background: #ffffff;
    transition: border-color 0.2s ease,
                box-shadow 0.2s ease,
                transform 0.2s ease;
}

.hs-comparison-card:hover {
    border-color: #cbd4f2;
    box-shadow: 0 5px 18px rgba(30, 45, 100, 0.06);
    transform: translateY(-2px);
}

.hs-comparison-card h3 {
    margin: 0 0 8px;
    color: #17205a;
    font-size: 16px;
    font-weight: 700;
}

.hs-comparison-card p {
    margin: 0 0 13px;
    color: #5a617d;
    font-size: 13px;
    line-height: 1.6;
}

.hs-comparison-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4169ee;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.hs-comparison-card a span {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.hs-comparison-card a:hover span {
    transform: translateX(3px);
}


/* =========================================================
   FAQ
========================================================= */

.hs-faq-item {
    border-bottom: 1px solid #e3e6ed;
}

.hs-faq-item:first-of-type {
    border-top: 1px solid #e3e6ed;
}

.hs-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 2px;
    border: 0;
    background: transparent;
    color: #17205a;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

.hs-faq-icon {
    flex: 0 0 auto;
    color: #4169ee;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.25s ease;
}

.hs-faq-answer {
    display: none;
    padding: 0 32px 16px 2px;
    color: #5a617d;
    font-size: 13px;
    line-height: 1.65;
}

.hs-faq-item.active .hs-faq-answer {
    display: block;
}

.hs-faq-item.active .hs-faq-icon {
    transform: rotate(45deg);
}


/* =========================================================
   LINKS / GENERAL
========================================================= */

.hs-coupon-content a {
    transition: all 0.2s ease;
}

.hs-coupon-content h2,
.hs-coupon-content h3,
.hs-coupon-content p,
.hs-coupon-content ul {
    box-sizing: border-box;
}
.coupon-filter-main{
    position: sticky;
    top: 20px;
}
.hs-how-to-card p {
    min-height: 80px;
}
h3.hs-subtitle {
    margin-top: 15px;
}
.hs-coupon-content.hostinger h2.hs-title {
    margin-top: 10px;
}
/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .hs-section {
        padding: 20px;
    }

    .hs-hosting-types {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .hs-how-to-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs-how-to-card {
        min-height: 190px;
    }

    .hs-table th:first-child,
    .hs-table td:first-child {
        width: 135px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hs-coupon-content {
        font-size: 14px;
    }

    .hs-section {
        margin-bottom: 16px;
        padding: 18px 16px;
        border-radius: 7px;
    }

    .hs-hero {
        padding: 0 0 14px;
    }

    .hs-hero .hs-title {
        font-size: 24px;
    }

    .hs-hero .hs-subtitle {
        font-size: 18px;
    }

    .hs-title {
        font-size: 19px;
    }

    .hs-text {
        font-size: 13px;
    }


    /* Hosting Types */

    .hs-hosting-types {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hs-hosting-list {
        padding-left: 18px;
    }

    .hs-hosting-list li {
        margin-bottom: 12px;
    }


    /* How To */

    .hs-how-to-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hs-how-to-card {
        min-height: auto;
        padding: 16px;
    }


    /* Tips */

    .hs-tips-grid {
        grid-template-columns: 1fr;
    }

    .hs-tip-box {
        padding: 15px;
    }


    /* Comparison */

    .hs-comparison-grid {
        grid-template-columns: 1fr;
    }


    /* Table */

    .hs-table {
        min-width: 650px;
    }

    .hs-table-wrapper {
        margin-right: -4px;
    }


    /* FAQ */

    .hs-faq-question {
        padding: 14px 0;
        font-size: 13px;
    }

    .hs-faq-answer {
        padding-right: 15px;
        font-size: 12.5px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .hs-hero .hs-title {
        font-size: 22px;
    }

    .hs-hero .hs-subtitle {
        font-size: 17px;
    }

    .hs-title {
        font-size: 18px;
    }

    .hs-section {
        padding: 16px 14px;
    }

    .hs-how-to-card h3 {
        font-size: 13px;
    }

    .hs-how-to-card p {
        font-size: 12.5px;
    }

    .hs-comparison-card {
        padding: 15px;
    }

}