.ghce-coupons {
    color: #12202f;
    font-family: inherit;
}

.ghce-disclosure {
    background: #fff8eb;
    border: 1px solid #f6d49b;
    border-radius: 8px;
    color: #7c4a0a;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
    padding: 12px 14px;
}

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

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

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

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

.ghce-filter-actions {
    display: grid;
    gap: 7px;
    min-width: 126px;
}

.ghce-filters button,
.ghce-button {
    align-items: center;
    background: #068f8f;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    min-height: 46px;
    padding: 12px 14px;
    text-decoration: none;
}

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

.ghce-filters input:focus,
.ghce-filters select:focus,
.ghce-filters button:focus,
.ghce-button:focus,
.ghce-filter-reset:focus {
    outline: 3px solid rgba(6, 143, 143, .18);
    outline-offset: 2px;
}

.ghce-filter-reset {
    color: #65758a;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.ghce-filter-reset:hover {
    color: #12202f;
}

.ghce-coupon-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.ghce-coupon-card {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 32, 47, .08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.ghce-coupon-image {
    aspect-ratio: 16 / 9;
    background: #eef2f7;
    object-fit: cover;
    width: 100%;
}

.ghce-coupon-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.ghce-card-top,
.ghce-coupon-meta,
.ghce-coupon-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ghce-card-top {
    align-items: center;
    justify-content: space-between;
}

.ghce-merchant-mark {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    max-width: 72%;
    min-width: 0;
}

.ghce-merchant-initial {
    align-items: center;
    background: #e8fbf8;
    border-radius: 8px;
    color: #057373;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    text-transform: uppercase;
    width: 32px;
}

.ghce-merchant-name {
    color: #12202f;
    font-size: 14px;
    font-weight: 900;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ghce-type-badge,
.ghce-discount-badge,
.ghce-state-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    min-height: 26px;
    padding: 7px 10px;
}

.ghce-type-badge {
    background: #eef6ff;
    color: #2775d1;
}

.ghce-discount-badge {
    background: #068f8f;
    color: #fff;
}

.ghce-state-badge {
    background: #f4f7fb;
    color: #516173;
}

.ghce-state-verified {
    background: #eefbf4;
    color: #177245;
}

.ghce-state-warning {
    background: #fff4db;
    color: #925900;
}

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

.ghce-coupon-card p {
    color: #4b5b6e;
    line-height: 1.55;
    margin: 0;
}

.ghce-coupon-facts {
    color: #65758a;
    font-size: 13px;
    line-height: 1.45;
}

.ghce-coupon-facts span {
    align-items: center;
    display: inline-flex;
    gap: 5px;
}

.ghce-coupon-facts strong {
    color: #12202f;
    font-weight: 900;
}

.ghce-terms {
    color: #475569;
    font-size: 14px;
    margin-top: auto;
}

.ghce-terms summary {
    cursor: pointer;
    font-weight: 900;
}

.ghce-coupon-action {
    align-items: stretch;
    border-top: 1px solid #dbe5ee;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(120px, 1fr);
    padding: 14px 18px 18px;
}

.ghce-code-wrap {
    display: grid;
    gap: 6px;
}

.ghce-code-label {
    color: #65758a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.ghce-code {
    background: #f8fbfe;
    border: 1px dashed #93a9bd;
    border-radius: 8px;
    color: #12202f;
    display: block;
    font-size: 15px;
    font-weight: 900;
    min-height: 46px;
    overflow: hidden;
    padding: 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ghce-code:hover {
    border-color: #068f8f;
}

.ghce-code-empty {
    color: #65758a;
}

.ghce-status-expired {
    opacity: .72;
}

.ghce-empty {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 32, 47, .07);
    color: #526276;
    padding: 18px;
}

@media (max-width: 900px) {
    .ghce-filters {
        grid-template-columns: 1fr 1fr;
    }

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

@media (max-width: 640px) {
    .ghce-filters,
    .ghce-coupon-action,
    .ghce-coupon-grid {
        grid-template-columns: 1fr;
    }

    .ghce-merchant-mark {
        max-width: 100%;
    }

    .ghce-card-top {
        align-items: flex-start;
    }
}

.ghce-rate-box {
    background: #fff;
    border: 1px solid #d8e7ec;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 32, 47, .08);
    color: #12202f;
    margin: 28px 0;
    overflow: hidden;
}

.ghce-rate-box__head {
    align-items: center;
    background: #0b7285;
    color: #fff;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 18px 20px;
}

.ghce-rate-eyebrow {
    color: rgba(255, 255, 255, .78);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1.2;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.ghce-rate-box h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.ghce-rate-badge {
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    padding: 8px 11px;
}

.ghce-rate-badge--fresh {
    background: #e8fff5;
    color: #087346;
}

.ghce-rate-badge--stale {
    background: #fff4db;
    color: #805100;
}

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

.ghce-rate-table th,
.ghce-rate-table td {
    border-bottom: 1px solid #d8e7ec;
    font-size: 15px;
    line-height: 1.45;
    padding: 13px 18px;
    text-align: left;
    vertical-align: top;
}

.ghce-rate-table th {
    background: #f8fbfd;
    color: #23404a;
    font-weight: 900;
    width: 34%;
}

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

.ghce-rate-empty {
    padding: 18px 20px;
}

.ghce-rate-empty strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.ghce-rate-empty p {
    color: #516173;
    line-height: 1.55;
    margin: 0;
}

.ghce-rate-note {
    background: #fff8eb;
    border-top: 1px solid #f3d19b;
    color: #6f460f;
    padding: 16px 20px 18px;
}

.ghce-rate-note p {
    line-height: 1.55;
    margin: 0 0 12px;
}

.ghce-rate-button {
    align-items: center;
    background: #068f8f;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 11px 16px;
    text-decoration: none;
}

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

.ghce-rate-note small {
    color: #8a5511;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 9px;
}

@media (max-width: 640px) {
    .ghce-rate-box__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ghce-rate-table th,
    .ghce-rate-table td {
        display: block;
        width: 100%;
    }

    .ghce-rate-table th {
        border-bottom: 0;
        padding-bottom: 4px;
    }

    .ghce-rate-table td {
        padding-top: 4px;
    }

    .ghce-rate-button {
        width: 100%;
    }
}

.ghce-decision-box {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 32, 47, .08);
    color: #12202f;
    margin: 30px 0;
    overflow: hidden;
}

.ghce-decision-head {
    background: #123047;
    color: #fff;
    padding: 20px;
}

.ghce-decision-head span {
    color: #a9d8df;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.ghce-decision-head h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
}

.ghce-decision-head p {
    color: rgba(255, 255, 255, .78);
    margin: 8px 0 0;
}

.ghce-fit-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 18px 20px;
}

.ghce-fit-card {
    background: #f8fbfd;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    display: grid;
    gap: 9px;
    padding: 13px;
}

.ghce-fit-card div {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.ghce-fit-card span {
    color: #516173;
    font-size: 13px;
    font-weight: 900;
}

.ghce-fit-card strong {
    color: #0b7285;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

.ghce-fit-card i {
    background: #e3ebf2;
    border-radius: 999px;
    display: block;
    height: 8px;
    overflow: hidden;
}

.ghce-fit-card b {
    background: #0b7285;
    display: block;
    height: 100%;
}

.ghce-decision-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 20px 18px;
}

.ghce-decision-panel {
    border-top: 1px solid #dbe5ee;
    padding: 18px 20px;
}

.ghce-decision-grid .ghce-decision-panel {
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    padding: 16px;
}

.ghce-decision-panel h3 {
    color: #12202f;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 10px;
}

.ghce-decision-panel ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ghce-decision-panel li,
.ghce-decision-panel p {
    color: #4b5b6e;
    line-height: 1.55;
    margin: 0;
}

.ghce-decision-panel li::before {
    color: #0b7285;
    content: "•";
    font-weight: 900;
    margin-right: 8px;
}

.ghce-decision-panel--good {
    background: #f0fbf6;
}

.ghce-decision-panel--bad,
.ghce-decision-panel--warning {
    background: #fff8eb;
}

.ghce-decision-panel--bad li::before,
.ghce-decision-panel--warning li::before {
    color: #9a5c00;
}

.ghce-decision-panel--check {
    background: #f8fbfd;
}

@media (max-width: 760px) {
    .ghce-fit-grid,
    .ghce-decision-grid {
        grid-template-columns: 1fr;
    }
}

.ghce-fact-box {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 32, 47, .08);
    color: #12202f;
    margin: 28px 0;
    overflow: hidden;
}

.ghce-fact-box__head {
    background: #0b7285;
    color: #fff;
    padding: 18px 20px;
}

.ghce-fact-box__head span {
    color: rgba(255, 255, 255, .78);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.ghce-fact-box__head h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
}

.ghce-fact-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.ghce-fact-list div {
    border-bottom: 1px solid #dbe5ee;
    display: grid;
    gap: 6px;
    padding: 14px 18px;
}

.ghce-fact-list div:nth-child(odd) {
    border-right: 1px solid #dbe5ee;
}

.ghce-fact-list dt {
    color: #516173;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    margin: 0;
    text-transform: uppercase;
}

.ghce-fact-list dd {
    margin: 0;
}

.ghce-fact-list strong {
    color: #12202f;
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.ghce-fact-list small {
    color: #65758a;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 4px;
}

@media (max-width: 680px) {
    .ghce-fact-list {
        grid-template-columns: 1fr;
    }

    .ghce-fact-list div:nth-child(odd) {
        border-right: 0;
    }
}

.ghce-media-gallery {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 32, 47, .08);
    color: #12202f;
    margin: 28px 0;
    overflow: hidden;
}

.ghce-media-gallery__head {
    align-items: end;
    background: #123047;
    color: #fff;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 18px 20px;
}

.ghce-media-gallery__head span {
    color: #a9d8df;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ghce-media-gallery__head h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
}

.ghce-media-gallery__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 14px;
}

.ghce-media-gallery figure {
    background: #f8fbfd;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}

.ghce-media-gallery img {
    aspect-ratio: 4 / 3;
    background: #eef2f7;
    display: block;
    object-fit: cover;
    width: 100%;
}

.ghce-media-gallery figcaption {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
}

.ghce-media-gallery figcaption strong {
    color: #12202f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.ghce-media-gallery figcaption small {
    color: #65758a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 820px) {
    .ghce-media-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .ghce-media-gallery__grid {
        grid-template-columns: 1fr;
    }
}
