body,
button,
input,
select,
textarea,
.nav > li > a,
.button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

body.page #main,
body.page-id-7 #main,
body.home #main {
    background: #f4f7fb;
}

body.page .page-wrapper,
body.page-id-7 .page-wrapper,
body.home .page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

body.page-id-7 #content > .row,
body.home #content > .row {
    max-width: none;
    width: 100%;
}

body.page-id-7 #content > .row > .col,
body.home #content > .row > .col {
    padding: 0;
}

.gh-home,
.gh-subpage,
.gh-archive {
    background: #f4f7fb;
    color: #12202f;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

.gh-home *,
.gh-subpage *,
.gh-archive * {
    box-sizing: border-box;
    letter-spacing: 0;
    max-width: 100%;
}

.gh-wrap,
.gh-subpage .gh-wrap,
.gh-archive .gh-wrap {
    margin: 0 auto;
    max-width: 1120px;
    width: min(1120px, calc(100% - 48px));
}

.gh-hero {
    align-items: center;
    background-image: linear-gradient(90deg, rgba(9, 28, 46, .88), rgba(9, 28, 46, .48), rgba(9, 28, 46, .18)), url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1800&q=80");
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 560px;
    overflow: hidden;
    padding: 86px 0 74px;
}

.gh-kicker,
.gh-sub-kicker,
.gh-archive-kicker {
    color: #d6fbf7;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em !important;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.gh-archive-kicker,
.gh-section-kicker {
    color: #9a6a0a;
}

.gh-hero h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.04;
    margin: 0;
    max-width: 780px;
    overflow-wrap: anywhere;
    white-space: normal !important;
    word-break: normal;
}

.gh-hero__lead {
    color: rgba(255, 255, 255, .9);
    font-size: 20px;
    line-height: 1.55;
    margin: 18px 0 0;
    max-width: 720px;
    overflow-wrap: anywhere;
    white-space: normal !important;
}

.gh-search {
    align-items: end;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(9, 28, 46, .22);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(240px, 1.4fr) minmax(160px, .85fr) minmax(160px, .85fr) auto;
    margin-top: 30px;
    max-width: 920px;
    padding: 14px;
}

.gh-field {
    display: grid;
    gap: 6px;
}

.gh-field label {
    color: #516173;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em !important;
    line-height: 1.2;
    text-transform: uppercase;
}

.gh-field input,
.gh-field select,
.gh-archive .ghce-filters input,
.gh-archive .ghce-filters select,
.gh-archive .ghce-filters button {
    background: #fff;
    border: 1px solid #cbd8e6;
    border-radius: 8px;
    color: #12202f;
    font: inherit;
    min-height: 46px;
    padding: 8px 12px;
    width: 100%;
}

.gh-search button,
.gh-button,
.gh-archive .ghce-filters button {
    align-items: center;
    background: #068f8f;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    text-decoration: none;
    white-space: nowrap;
}

.gh-search button:hover,
.gh-button:hover,
.gh-archive .ghce-filters button:hover {
    background: #057373;
    color: #fff;
    text-decoration: none;
}

.gh-quick,
.gh-subchips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.gh-chip,
.gh-back,
.gh-subchips span {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    padding: 8px 12px;
    text-decoration: none;
}

.gh-chip:hover,
.gh-back:hover {
    background: rgba(255, 255, 255, .22);
    color: #fff;
    text-decoration: none;
}

.gh-stats {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: -42px auto 0;
    position: relative;
    z-index: 2;
}

.gh-stat,
.gh-merchant-card,
.gh-subpanel,
.gh-subfaq,
.gh-policy-card {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 32, 47, .08);
}

.gh-stat {
    padding: 18px;
}

.gh-stat strong {
    color: #068f8f;
    display: block;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 8px;
}

.gh-stat span {
    color: #65758a;
    font-size: 14px;
    font-weight: 800;
}

.gh-section,
.gh-subcontent {
    padding: 64px 0;
}

.gh-section-head {
    align-items: end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.gh-section-kicker {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em !important;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.gh-section h2,
.gh-subpanel h2,
.gh-subfaq h2,
.gh-archive h1 {
    color: #12202f;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
    overflow-wrap: anywhere;
}

.gh-section h2 {
    font-size: 34px;
}

.gh-section-desc,
.gh-subpanel p,
.gh-subfaq p,
.gh-archive p {
    color: #65758a;
    font-size: 16px;
    line-height: 1.6;
    margin: 8px 0 0;
    max-width: 680px;
}

.gh-featured .ghce-coupons,
.gh-archive .ghce-coupons,
.gh-subpanel .ghce-coupons {
    margin: 0;
    width: 100%;
}

.gh-featured .ghce-disclosure,
.gh-archive .ghce-disclosure,
.gh-subpanel .ghce-disclosure {
    background: #fff8eb;
    border: 1px solid #f6d49b;
    border-radius: 8px;
    color: #8a5511;
    margin: 0 0 16px;
    padding: 12px 14px;
}

.gh-featured .ghce-coupon-grid,
.gh-archive .ghce-coupon-grid,
.gh-subpanel .ghce-coupon-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gh-featured .ghce-coupon-card,
.gh-archive .ghce-coupon-card,
.gh-subpanel .ghce-coupon-card {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 32, 47, .08);
    overflow: hidden;
}

.gh-featured .ghce-coupon-card h3,
.gh-archive .ghce-coupon-card h3,
.gh-subpanel .ghce-coupon-card h3 {
    color: #12202f;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.28;
    margin: 0;
}

.gh-featured .ghce-coupon-action,
.gh-archive .ghce-coupon-action,
.gh-subpanel .ghce-coupon-action {
    border-top: 1px solid #dbe5ee;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 14px 18px 18px;
}

.gh-featured .ghce-button,
.gh-archive .ghce-button,
.gh-subpanel .ghce-button {
    background: #068f8f;
    border-radius: 8px;
    color: #fff;
    font-weight: 900;
    min-height: 46px;
    text-decoration: none;
}

.ghce-affiliate-cta {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 32, 47, .08);
    color: #12202f;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 22px 0;
    padding: 20px;
}

.ghce-affiliate-eyebrow {
    color: #068f8f;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em !important;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ghce-affiliate-cta h3 {
    color: #12202f;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.ghce-affiliate-cta p {
    color: #526276;
    font-size: 15px;
    line-height: 1.6;
    margin: 8px 0 0;
}

.ghce-affiliate-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.ghce-affiliate-meta span {
    background: #f4f7fb;
    border-radius: 999px;
    color: #516173;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 10px;
}

.ghce-affiliate-action {
    display: grid;
    gap: 8px;
    justify-items: end;
    min-width: 220px;
}

.ghce-affiliate-button {
    align-items: center;
    background: #068f8f;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    text-decoration: none;
    white-space: nowrap;
}

.ghce-affiliate-button:hover {
    background: #057373;
    color: #fff;
    text-decoration: none;
}

.ghce-affiliate-action small {
    color: #7a8796;
    display: block;
    font-size: 12px;
    line-height: 1.45;
    max-width: 260px;
    text-align: right;
}

.ghce-affiliate-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 22px 0;
}

.ghce-affiliate-link-card {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 32, 47, .07);
    color: #12202f;
    display: grid;
    gap: 8px;
    padding: 18px;
    text-decoration: none;
}

.ghce-affiliate-link-card:hover {
    color: #12202f;
    transform: translateY(-1px);
}

.ghce-affiliate-link-card span,
.ghce-affiliate-link-card small {
    color: #65758a;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ghce-affiliate-link-card strong {
    color: #12202f;
    font-size: 18px;
    line-height: 1.25;
}

.gh-merchant-grid,
.gh-destination-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gh-merchant-card {
    color: #12202f;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 150px;
    padding: 18px;
    text-decoration: none;
    transition: box-shadow .16s ease, transform .16s ease;
}

.gh-merchant-card:hover {
    box-shadow: 0 18px 42px rgba(18, 32, 47, .1);
    color: #12202f;
    transform: translateY(-2px);
}

.gh-merchant-card strong {
    font-size: 20px;
    font-weight: 900;
}

.gh-merchant-card span {
    color: #65758a;
    font-size: 14px;
    line-height: 1.45;
}

.gh-merchant-badge {
    align-self: flex-start;
    background: #eef6ff;
    border-radius: 999px;
    color: #2775d1 !important;
    font-size: 12px !important;
    font-weight: 900;
    padding: 6px 9px;
}

.gh-destination-card {
    align-items: end;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    color: #fff;
    display: flex;
    min-height: 230px;
    overflow: hidden;
    padding: 18px;
    position: relative;
    text-decoration: none;
}

.gh-destination-card::before {
    background: linear-gradient(180deg, rgba(9, 28, 46, .08), rgba(9, 28, 46, .78));
    content: "";
    inset: 0;
    position: absolute;
}

.gh-destination-card > div {
    position: relative;
    z-index: 1;
}

.gh-destination-card strong {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
}

.gh-destination-card span {
    color: rgba(255, 255, 255, .86);
    display: block;
    font-size: 14px;
    margin-top: 7px;
}

.gh-seo-band {
    background: #0f2437;
    color: #fff;
    padding: 58px 0;
}

.gh-seo-band .gh-wrap {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: 1.1fr .9fr;
}

.gh-seo-band h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.gh-seo-band p {
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.6;
    margin: 12px 0 0;
}

.gh-checklist {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 18px;
}

.gh-checklist div {
    color: #fff;
    font-weight: 800;
}

.gh-subhero {
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 74px 0 70px;
    position: relative;
}

.gh-subhero::before {
    background: linear-gradient(90deg, rgba(9, 28, 46, .86), rgba(9, 28, 46, .38));
    content: "";
    inset: 0;
    position: absolute;
}

.gh-subhero .gh-wrap {
    position: relative;
    z-index: 1;
}

.gh-sub-kicker {
    margin: 18px 0 12px;
}

.gh-subhero h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
    max-width: 780px;
    overflow-wrap: anywhere;
}

.gh-sublead {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.55;
    margin: 16px 0 0;
    max-width: 720px;
}

.gh-subpanel,
.gh-subfaq {
    padding: 22px;
}

.gh-subfaq {
    margin-top: 18px;
}

.gh-archive {
    padding: 56px 0 72px;
}

.gh-archive-head {
    margin-bottom: 24px;
    max-width: 760px;
}

.gh-archive h1 {
    font-size: 46px;
}

.gh-archive .ghce-filters {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(18, 32, 47, .08);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(240px, 1.4fr) minmax(160px, .8fr) minmax(160px, .8fr) auto;
    margin: 0 0 20px;
    padding: 14px;
}

.gh-archive .ghce-filter-actions {
    min-width: 126px;
}

.gh-policy {
    color: #12202f;
    margin: 0 auto;
    max-width: 920px;
    padding: 54px 18px 70px;
}

.gh-policy-card {
    padding: 34px;
}

.gh-policy h1 {
    color: #12202f;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.12;
    margin: 0 0 12px;
}

.gh-policy h2 {
    color: #12202f;
    font-size: 23px;
    font-weight: 900;
    margin: 30px 0 10px;
}

.gh-policy p,
.gh-policy li {
    color: #526276;
    font-size: 16px;
    line-height: 1.75;
}

.gh-policy ul {
    margin: 10px 0 0 20px;
}

.gh-policy .gh-note {
    background: #fff8eb;
    border: 1px solid #f6d49b;
    border-radius: 8px;
    color: #7c4a0a;
    margin: 18px 0;
    padding: 14px 16px;
}

.gh-policy a {
    color: #068f8f;
    font-weight: 700;
}

.footer-wrapper {
    background: #0f2437 !important;
    color: #d8e5ee;
}

.footer-wrapper .footer-widgets.footer-1 {
    background: #0f2437 !important;
    padding: 0 !important;
}

.footer-wrapper .footer-widgets.footer-1 > .row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.footer-wrapper #block-5.widget {
    display: block !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

.footer-wrapper .absolute-footer {
    display: none !important;
}

.footer-wrapper a {
    color: #d8f7f5;
    text-decoration: none;
}

.footer-wrapper a:hover {
    color: #fff;
    text-decoration: underline;
}

.header-wrapper a.element-error.tooltip[title="WooCommerce needed"],
.header-wrapper a.element-error.tooltip[title="WooCommerce needed"] + .tooltipster-base {
    display: none !important;
}

.gh-site-footer {
    background: #0f2437;
    color: #d8e5ee;
    padding: 42px 0 28px;
    width: 100%;
}

.gh-site-footer__inner {
    display: grid;
    gap: 30px;
    grid-template-columns: 1.35fr .8fr .8fr .95fr .95fr;
    margin: 0 auto;
    max-width: 1120px;
    width: min(100% - 48px, 1120px);
}

.gh-site-footer__logo {
    height: auto;
    max-width: 260px;
    width: 100%;
}

.gh-site-footer p {
    color: #b8cad8;
    font-size: 14px;
    line-height: 1.7;
    margin: 14px 0 0;
}

.gh-site-footer h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 12px;
}

.gh-site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gh-site-footer li {
    margin: 0 0 9px;
}

.gh-site-footer li a {
    color: #d8e5ee;
    font-size: 14px;
    font-weight: 600;
}

.gh-site-footer__note {
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #9fb4c5;
    font-size: 13px;
    line-height: 1.6;
    margin: 30px auto 0;
    max-width: 1120px;
    padding-top: 18px;
    width: min(100% - 48px, 1120px);
}

.gh-rate-summary {
    background: #f7fbfc;
    border: 1px solid #d8e7ec;
    border-radius: 8px;
    margin: 28px 0;
    overflow: hidden;
}

.gh-rate-summary h2 {
    background: #0b7285;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
    padding: 16px 20px;
}

.gh-rate-summary table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.gh-rate-summary th,
.gh-rate-summary td {
    border-bottom: 1px solid #d8e7ec;
    padding: 13px 16px;
    text-align: left;
    vertical-align: top;
}

.gh-rate-summary th {
    color: #23404a;
    font-weight: 700;
    width: 34%;
}

.gh-rate-summary tr:last-child th,
.gh-rate-summary tr:last-child td {
    border-bottom: 0;
}

.gh-affiliate-note {
    background: #fff8ed;
    border: 1px solid #f0c98f;
    border-radius: 8px;
    color: #49331a;
    margin: 30px 0;
    padding: 18px 20px;
}

.gh-affiliate-note p {
    margin: 0 0 12px;
}

.gh-affiliate-note p:last-child {
    margin-bottom: 0;
}

.gh-affiliate-note a {
    background: #0f766e;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    line-height: 1.25;
    padding: 12px 16px;
    text-decoration: none;
}

.gh-affiliate-note a:hover {
    background: #115e59;
    color: #fff;
}

@media (max-width: 980px) {
    .gh-hero h1 {
        font-size: 44px;
    }

    .gh-search,
    .gh-archive .ghce-filters {
        grid-template-columns: 1fr 1fr;
    }

    .gh-search button,
    .gh-archive .ghce-filter-actions {
        grid-column: 1 / -1;
    }

    .gh-stats,
    .gh-merchant-grid,
    .gh-destination-grid,
    .ghce-affiliate-grid,
    .gh-featured .ghce-coupon-grid,
    .gh-archive .ghce-coupon-grid,
    .gh-subpanel .ghce-coupon-grid,
    .gh-site-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gh-seo-band .gh-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .gh-wrap,
    .gh-subpage .gh-wrap,
    .gh-archive .gh-wrap,
    .gh-site-footer__inner,
    .gh-site-footer__note {
        width: calc(100% - 28px);
    }

    .gh-hero {
        min-height: auto;
        padding: 58px 0 46px;
    }

    .gh-hero h1,
    .gh-archive h1 {
        font-size: 28px;
        line-height: 1.12;
        max-width: 100%;
        width: 100%;
    }

    .gh-hero__lead {
        font-size: 16px;
        max-width: 100%;
        width: 100%;
    }

    .gh-search,
    .gh-stats,
    .gh-merchant-grid,
    .gh-destination-grid,
    .ghce-affiliate-cta,
    .ghce-affiliate-grid,
    .gh-featured .ghce-coupon-grid,
    .gh-archive .ghce-filters,
    .gh-archive .ghce-coupon-grid,
    .gh-subpanel .ghce-coupon-grid,
    .gh-site-footer__inner {
        grid-template-columns: 1fr;
    }

    .ghce-affiliate-action {
        justify-items: stretch;
        min-width: 0;
    }

    .ghce-affiliate-action small {
        max-width: none;
        text-align: left;
    }

    .gh-section,
    .gh-subcontent {
        padding: 42px 0;
    }

    .gh-section-head {
        align-items: start;
        flex-direction: column;
    }

    .gh-section h2,
    .gh-seo-band h2,
    .gh-subhero h1 {
        font-size: 28px;
    }

    .gh-policy {
        padding: 32px 14px 48px;
    }

    .gh-policy-card {
        padding: 22px;
    }
}
