

.gw-landing-page {
    background: #ffffff;
    color: #333333;
}

.gw-landing-page h1,
.gw-landing-page h2,
.gw-landing-page h3 {
    color: #1e3348;
    font-weight: bold;
}

.gw-landing-btn {
    display: inline-block;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}

.gw-landing-btn:hover {
    text-decoration: none;
}

.gw-landing-btn-primary {
    background: #1e3348;
    border: 1px solid #0f1f2e;
    color: #ffffff;
}

.gw-landing-btn-primary:hover {
    background: #2a4560;
    color: #ffffff;
}

.gw-landing-btn-outline {
    background: #ffffff;
    border: 1px solid #1e3348;
    color: #1e3348;
}

.gw-landing-btn-outline:hover {
    background: #f0f4f8;
    color: #1e3348;
}

.gw-landing-header .gw-btn {
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #8899aa;
    color: #1e3348;
    padding: 5px 14px;
    font-size: 12px;
}

.gw-landing-header .gw-btn:hover {
    background: #f0f4f8;
    color: #1e3348;
}

.gw-landing-page .gw-footer {
    margin-top: 0;
    border-top: 2px solid #c8d0d8;
}

.gw-landing-wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 16px;
}

.gw-landing-statusbar {
    background: #1e3348;
    border-bottom: 1px solid #0f1f2e;
    padding: 7px 0;
    font-size: 11px;
    color: #b8c4ce;
}

.gw-landing-statusbar .gw-landing-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gw-status-item strong {
    color: #e8c56a;
    font-weight: bold;
}

.gw-status-sep {
    color: #5a6d7d;
    margin: 0 10px;
}

.gw-landing-header {
    background: #ffffff;
    border-bottom: 2px solid #1e3348;
    padding: 10px 0;
}

.gw-landing-header-inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 0;
}

.gw-landing-brand {
    display: block;
    flex: 0 1 auto;
    min-width: 0;
}

.gw-landing-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.gw-landing-brand.gw-has-custom-logo .gw-landing-logo {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.gw-landing-logo-frame {
    display: inline-block;
    max-height: 85px;
    max-width: 400px;
    line-height: 0;
    vertical-align: middle;
}

.gw-landing-logo-frame .gw-site-logo-landing {
    display: block;
    max-height: 80px;
    max-width: 400px;
    width: auto;
    height: auto;
    margin: 0;
    object-fit: contain;
    object-position: left center;
}

.gw-site-logo-landing {
    display: block;
    max-height: 80px;
    max-width: 400px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.gw-landing-brand.gw-has-custom-logo .gw-site-logo-landing {
    max-height: 80px;
    max-width: 400px;
}

.gw-landing-logo:hover {
    text-decoration: none;
}

.gw-landing-logo-mark {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #1e3348;
    border: 2px solid #0f1f2e;
    color: #e8c56a;
    font-weight: bold;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
}

.gw-landing-logo-text {
    display: inline-block;
    line-height: 1.2;
}

.gw-landing-logo-text strong {
    display: block;
    font-size: 19px;
    color: #1e3348;
    letter-spacing: 0.3px;
}

.gw-landing-logo-text em {
    display: block;
    font-size: 11px;
    font-style: normal;
    color: #6a7a88;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.gw-landing-nav {
    display: block;
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
    align-self: center;
}

.gw-landing-nav a {
    color: #1e3348;
    text-decoration: none;
    font-weight: bold;
}

.gw-landing-nav a:not(.gw-btn):hover {
    color: #b8860b;
    text-decoration: underline;
}

.gw-landing-nav-sep {
    color: #c0c8d0;
    margin: 0 8px;
}

.gw-landing-nav .gw-btn-sm {
    padding: 5px 14px;
}

.gw-landing-nav .gw-btn-spaced {
    margin-left: 6px;
}

.gw-landing-hero {
    padding: 0;
    background: #ffffff;
    border-bottom: 2px solid #1e3348;
}

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

.gw-hero-main {
    width: 58%;
    vertical-align: top;
    padding: 28px 28px 28px 0;
    border-right: 1px solid #d8dde3;
}

.gw-hero-side {
    width: 42%;
    vertical-align: top;
    padding: 28px 0 28px 24px;
    background: #f7f8f9;
}

.gw-hero-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #6a7a88;
    margin-bottom: 10px;
    font-weight: bold;
}

.gw-hero-title {
    font-size: 28px;
    line-height: 1.25;
    color: #1e3348;
    font-weight: bold;
    margin-bottom: 14px;
    border-left: 4px solid #b8860b;
    padding-left: 12px;
}

.gw-hero-lead {
    font-size: 13px;
    line-height: 1.65;
    color: #555555;
    margin-bottom: 16px;
    max-width: 520px;
}

.gw-hero-types {
    margin-bottom: 20px;
}

.gw-type-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.6px;
    padding: 3px 8px;
    margin-right: 6px;
    margin-bottom: 6px;
    border: 1px solid #c8d0d8;
    background: #f4f6f8;
    color: #4a6274;
}

.gw-type-badge.gw-type-ttv {
    border-color: #1e3348;
    background: #1e3348;
    color: #e8c56a;
}

.gw-type-badge.gw-type-rapid {
    border-color: #8a6a20;
    background: #faf3e0;
    color: #7a5a10;
}

.gw-type-badge.gw-type-maxi {
    border-color: #2d5a3a;
    background: #edf5ef;
    color: #2d5a3a;
}

.gw-hero-actions .gw-landing-btn {
    margin-right: 8px;
    margin-bottom: 6px;
}

.gw-hero-panel {
    border: 2px solid #1e3348;
    background: #ffffff;
    box-shadow: 2px 2px 0 #d8dde3;
}

.gw-hero-panel-head {
    background: #1e3348;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 8px 12px;
    border-bottom: 1px solid #0f1f2e;
}

.gw-hero-metrics {
    width: 100%;
    border-collapse: collapse;
}

.gw-hero-metrics td {
    padding: 10px 12px;
    border-bottom: 1px solid #e4e8ec;
    font-size: 12px;
}

.gw-hero-metrics tr:last-child td {
    border-bottom: none;
}

.gw-hero-metrics tr.gw-hero-metric-primary td {
    background: #f0f5fa;
}

.gw-hero-metrics tr.gw-hero-metric-primary .gw-metric-value {
    color: #0f4c81;
    font-size: 18px;
}

.gw-metric-label {
    color: #6a7a88;
    width: 55%;
}

.gw-metric-value {
    text-align: right;
    font-weight: bold;
    color: #1e3348;
    font-size: 15px;
}

.gw-metric-text {
    font-size: 12px;
    color: #b8860b;
}

.gw-hero-panel-note {
    font-size: 10px;
    color: #888888;
    line-height: 1.45;
    padding: 8px 12px;
    background: #f7f8f9;
    border-top: 1px solid #e4e8ec;
    margin: 0;
}

.gw-landing-intro {
    padding: 0;
    background: #f7f8f9;
    border-bottom: 1px solid #e4e8ec;
}

.gw-intro-table {
    width: 100%;
    border-collapse: collapse;
}

.gw-intro-label {
    width: 100px;
    vertical-align: top;
    padding: 22px 16px;
    background: #1e3348;
    color: #e8c56a;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.gw-intro-content {
    padding: 20px 22px;
    vertical-align: top;
}

.gw-intro-content p {
    font-size: 12px;
    line-height: 1.65;
    color: #444444;
    margin-bottom: 10px;
}

.gw-intro-content p:last-child {
    margin-bottom: 0;
}

.gw-section-heading {
    font-size: 16px;
    color: #1e3348;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gw-section-sub {
    font-size: 12px;
    color: #6a7a88;
    margin-bottom: 14px;
}

.gw-landing-catalog {
    padding: 28px 0;
    background: #ffffff;
    border-bottom: 1px solid #e4e8ec;
}

.gw-landing-catalog .gw-landing-wrap {
    overflow-x: auto;
}

.gw-catalog-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #1e3348;
}

.gw-catalog-table thead th {
    background: #1e3348;
    border-bottom: none;
    padding: 9px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #2a4560;
}

.gw-catalog-table thead th:last-child {
    border-right: none;
}

.gw-catalog-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #c8d0d8;
    border-right: 1px solid #e4e8ec;
    font-size: 12px;
    vertical-align: top;
    line-height: 1.45;
}

.gw-catalog-table tbody td:last-child {
    border-right: none;
}

.gw-catalog-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.gw-catalog-table tbody tr:hover {
    background: #f0f4f8;
}

.gw-catalog-table .col-code {
    width: 52px;
    text-align: center;
}

.gw-catalog-table .col-category {
    width: 130px;
    font-weight: bold;
    color: #1e3348;
}

.gw-catalog-table .col-type {
    width: 120px;
    color: #4a6274;
}

.gw-catalog-table .col-example {
    width: 180px;
}

.gw-catalog-table .col-desc {
    color: #666666;
}

.gw-cat-code {
    display: inline-block;
    min-width: 32px;
    padding: 2px 4px;
    background: #1e3348;
    color: #e8c56a;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
    border: 1px solid #0f1f2e;
}

.gw-landing-roles {
    padding: 28px 0;
    background: #ffffff;
    border-bottom: 1px solid #e4e8ec;
}

.gw-roles-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #1e3348;
}

.gw-roles-table thead th {
    width: 50%;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #0f1f2e;
    color: #ffffff;
}

.gw-roles-table thead th:first-child {
    background: #1e3348;
    border-right: 1px solid #2a4560;
}

.gw-roles-table thead th:last-child {
    background: #2a4560;
}

.gw-roles-table tbody td {
    width: 50%;
    padding: 16px 14px 18px;
    vertical-align: top;
    border-right: 1px solid #e4e8ec;
    font-size: 12px;
}

.gw-roles-table tbody td:last-child {
    border-right: none;
}

.gw-role-list {
    margin: 0 0 16px 18px;
    padding: 0;
    color: #444444;
    line-height: 1.55;
}

.gw-role-list li {
    margin-bottom: 6px;
}

.gw-landing-process {
    padding: 28px 0;
    background: #f7f8f9;
    border-bottom: 1px solid #e4e8ec;
}

.gw-process-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #1e3348;
    background: #ffffff;
}

.gw-process-table thead th {
    background: #1e3348;
    color: #ffffff;
    padding: 8px 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: left;
    border-right: 1px solid #2a4560;
}

.gw-process-table thead th:last-child {
    border-right: none;
}

.gw-process-table tbody td {
    padding: 11px 12px;
    border-bottom: 1px solid #e4e8ec;
    font-size: 12px;
    vertical-align: top;
}

.gw-process-table tbody tr:last-child td {
    border-bottom: none;
}

.gw-process-step {
    width: 48px;
    font-weight: bold;
    color: #b8860b;
    font-size: 13px;
    text-align: center;
    background: #faf8f2;
    border-right: 1px solid #e4e8ec;
}

.gw-process-table tbody td:nth-child(2) {
    width: 140px;
    font-weight: bold;
    color: #1e3348;
}

.gw-landing-trust {
    padding: 0;
    background: #ffffff;
    border-bottom: 2px solid #e4e8ec;
}

.gw-trust-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #1e3348;
    background: #f7f8f9;
}

.gw-trust-table td {
    width: 25%;
    text-align: center;
    padding: 20px 10px;
    border-right: 1px solid #e4e8ec;
}

.gw-trust-table td:last-child {
    border-right: none;
}

.gw-trust-num {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #1e3348;
    margin-bottom: 4px;
}

.gw-trust-label {
    display: block;
    font-size: 11px;
    color: #6a7a88;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.gw-member-reputation .gw-panel-meta {
    font-size: 12px;
    color: #6a7a88;
    margin-top: 6px;
}

.gw-panel-subtitle {
    font-size: 14px;
    font-weight: bold;
    color: #1e3348;
    margin: 0 0 8px;
}

.gw-public-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    border: 1px solid #1e3348;
    background: #eef2f6;
    color: #1e3348;
    margin: 0 6px 6px 0;
}

.gw-public-pill {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
    border: 1px solid #8a9aaa;
}

.gw-public-pill.gw-risk-low { background: #edf5ef; border-color: #3d8b3d; color: #2d5a3a; }
.gw-public-pill.gw-risk-medium { background: #faf3e0; border-color: #c8a840; color: #7a5a10; }
.gw-public-pill.gw-risk-high { background: #fde8e8; border-color: #c88080; color: #8b2020; }
.gw-public-pill.gw-risk-critical { background: #8b2020; border-color: #5a1010; color: #ffffff; }

.gw-member-reputation .gw-trust-score.gw-trust-low { color: #2d6b2d; }
.gw-member-reputation .gw-trust-score.gw-trust-medium { color: #7a5a10; }
.gw-member-reputation .gw-trust-score.gw-trust-high { color: #8b4513; }
.gw-member-reputation .gw-trust-score.gw-trust-critical { color: #8b2020; }

.gw-member-profile-nav {
    margin-bottom: 12px;
    font-size: 13px;
}

.gw-member-profile-tab {
    color: #1a4f8b;
    font-weight: bold;
    text-decoration: none;
}

.gw-member-profile-tab.is-active {
    color: #1e3348;
    text-decoration: underline;
}

.gw-member-profile-nav-sep {
    color: #8a9aaa;
    margin: 0 6px;
}

.gw-member-profile {
    padding: 14px 16px;
}

.gw-member-profile-head,
.gw-member-profile-stats-table,
.gw-member-profile-reputation-table,
.gw-member-profile-summary-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.gw-member-profile-head td,
.gw-member-profile-head th,
.gw-member-profile-stats-table td,
.gw-member-profile-stats-table th,
.gw-member-profile-reputation-table td,
.gw-member-profile-reputation-table th,
.gw-member-profile-summary-table td,
.gw-member-profile-summary-table th {
    border-bottom: 1px solid #dde3ea;
    padding: 7px 8px;
    vertical-align: top;
}

.gw-member-profile-head-label {
    width: 140px;
    color: #5a6a78;
    font-weight: bold;
}

.gw-member-profile-country-code {
    color: #6a7a88;
    font-size: 11px;
}

.gw-member-profile-columns {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

.gw-member-profile-col-left {
    width: 42%;
    vertical-align: top;
    padding-right: 18px;
}

.gw-member-profile-col-right {
    width: 58%;
    vertical-align: top;
    border-left: 1px solid #dde3ea;
    padding-left: 18px;
}

.gw-member-profile-section-title {
    margin: 0 0 10px;
    font-size: 14px;
    color: #1e3348;
}

.gw-member-profile-stats-table {
    margin-bottom: 12px;
    border: 1px solid #d8dde3;
}

.gw-member-profile-stats-table thead th {
    background: #eef2f6;
    text-align: left;
    font-size: 12px;
}

.gw-member-profile-totals td {
    font-size: 13px;
}

.gw-member-stat-good {
    color: #2d6b2d;
    font-weight: bold;
}

.gw-member-stat-bad {
    color: #9a3030;
    font-weight: bold;
}

.gw-profile-trust-meter {
    white-space: nowrap;
    letter-spacing: 1px;
}

.gw-profile-trust-meter-on {
    color: #2d7a2d;
}

.gw-profile-trust-meter-off {
    color: #c8d0d8;
}

.gw-employer-tier {
    font-weight: bold;
}

.gw-employer-tier-gold { color: #9a7a10; }
.gw-employer-tier-silver { color: #5a6a78; }
.gw-employer-tier-bronze { color: #8b5a2a; }
.gw-employer-tier-none { color: #445566; }

.gw-member-profile-tier-legend {
    font-size: 11px;
    color: #5a6a78;
    line-height: 1.7;
}

.gw-employer-tier-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 0;
}

.gw-employer-tier-dot.gw-employer-tier-bronze { background: #b87333; }
.gw-employer-tier-dot.gw-employer-tier-silver { background: #9aa5b1; }
.gw-employer-tier-dot.gw-employer-tier-gold { background: #c9a227; }

.gw-member-profile-own-note {
    font-size: 12px;
    color: #5a6a78;
    border-top: 1px solid #dde3ea;
    padding-top: 12px;
}

.gw-mt-16 { margin-top: 16px; }

.gw-landing-cta {
    padding: 24px 0 32px;
    background: #ffffff;
}

.gw-cta-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #1e3348;
}

.gw-cta-text {
    padding: 18px 20px;
    vertical-align: middle;
    background: #f7f8f9;
}

.gw-cta-text strong {
    display: block;
    font-size: 14px;
    color: #1e3348;
    margin-bottom: 4px;
}

.gw-cta-text span {
    font-size: 12px;
    color: #6a7a88;
}

.gw-cta-action {
    padding: 18px 20px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    background: #ffffff;
    border-left: 1px solid #e4e8ec;
}

.gw-cta-action .gw-landing-btn {
    margin-left: 8px;
}

@media (max-width: 900px) {
    .gw-landing-statusbar .gw-landing-wrap {
        white-space: normal;
    }

    .gw-landing-logo-frame {
        max-width: 100%;
    }

    .gw-hero-table tr,
    .gw-hero-main,
    .gw-hero-side {
        display: block;
        width: 100%;
    }

    .gw-hero-main {
        padding: 20px 0;
        margin-bottom: 0;
        border-right: none;
        border-bottom: 1px solid #d8dde3;
    }

    .gw-hero-side {
        padding: 20px 0;
    }

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

    .gw-intro-table tr,
    .gw-intro-label,
    .gw-intro-content {
        display: block;
        width: 100%;
    }

    .gw-intro-label {
        text-align: left;
        padding: 10px 16px;
    }

    .gw-roles-table thead,
    .gw-roles-table tbody,
    .gw-roles-table tr,
    .gw-roles-table th,
    .gw-roles-table td {
        display: block;
        width: 100%;
    }

    .gw-roles-table tbody td {
        border-right: none;
        border-bottom: 1px solid #e4e8ec;
    }

    .gw-trust-table tr,
    .gw-trust-table td {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e4e8ec;
    }

    .gw-cta-table tr,
    .gw-cta-text,
    .gw-cta-action {
        display: block;
        width: 100%;
        text-align: center;
    }

    .gw-cta-action {
        border-left: none;
        border-top: 1px solid #e4e8ec;
    }

    .gw-cta-action .gw-landing-btn {
        margin: 4px;
    }
}

.gw-subpage-header {
    background: #f7f8f9;
    border-bottom: 2px solid #1e3348;
    padding: 16px 0 14px;
}

.gw-breadcrumb {
    font-size: 11px;
    color: #6a7a88;
    margin-bottom: 8px;
}

.gw-breadcrumb a {
    color: #4a6274;
    text-decoration: none;
}

.gw-breadcrumb a:hover {
    color: #1e3348;
    text-decoration: underline;
}

.gw-breadcrumb-sep {
    margin: 0 6px;
    color: #aab4bc;
}

.gw-breadcrumb-current {
    color: #1e3348;
    font-weight: bold;
}

.gw-subpage-title {
    font-size: 22px;
    color: #1e3348;
    font-weight: bold;
    margin-bottom: 4px;
    border-left: 4px solid #b8860b;
    padding-left: 10px;
}

.gw-subpage-subtitle {
    font-size: 12px;
    color: #6a7a88;
    line-height: 1.5;
    max-width: 720px;
}

.gw-subpage-body {
    padding: 24px 0 32px;
    background: #ffffff;
}

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

.gw-subpage-main {
    width: 72%;
    vertical-align: top;
    padding-right: 20px;
}

.gw-subpage-side {
    width: 28%;
    vertical-align: top;
}

.gw-content-panel-bordered {
    border: 1px solid #c8d0d8;
    padding: 16px 18px;
    margin-bottom: 16px;
    background: #ffffff;
}

.gw-panel-title {
    font-size: 14px;
    color: #1e3348;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.gw-content-panel-bordered p {
    font-size: 12px;
    line-height: 1.65;
    color: #444444;
    margin-bottom: 8px;
}

.gw-content-panel-bordered p:last-child {
    margin-bottom: 0;
}

.gw-mt-12 {
    margin-top: 12px;
}

.gw-mt-20 {
    margin-top: 20px;
}

.gw-data-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #1e3348;
    margin-bottom: 0;
}

.gw-data-table thead th {
    background: #1e3348;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: left;
    border-right: 1px solid #2a4560;
}

.gw-data-table thead th:last-child {
    border-right: none;
}

.gw-data-table tbody td {
    padding: 9px 10px;
    border-bottom: 1px solid #d8dde3;
    border-right: 1px solid #e8ebee;
    font-size: 12px;
    vertical-align: top;
    line-height: 1.45;
    color: #444444;
}

.gw-data-table tbody td:last-child {
    border-right: none;
}

.gw-data-table tbody tr:last-child td {
    border-bottom: none;
}

.gw-data-table-striped tbody tr:nth-child(even) {
    background: #f7f8f9;
}

.gw-data-table-compact tbody td {
    padding: 7px 10px;
}

.gw-empty-row {
    text-align: center;
    color: #888888;
    padding: 18px 10px !important;
}

.gw-side-panel {
    border: 2px solid #1e3348;
    background: #ffffff;
}

.gw-side-panel-head {
    background: #1e3348;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 12px;
}

.gw-side-panel-body {
    padding: 12px;
    font-size: 12px;
    line-height: 1.55;
    color: #555555;
}

.gw-side-panel-body p {
    margin: 0;
}

.gw-side-metrics {
    width: 100%;
    border-collapse: collapse;
}

.gw-side-metrics td {
    padding: 8px 12px;
    border-bottom: 1px solid #e4e8ec;
    font-size: 12px;
}

.gw-side-metrics td:first-child {
    color: #6a7a88;
}

.gw-side-metrics td:last-child {
    text-align: right;
    font-weight: bold;
    color: #1e3348;
}

.gw-side-metrics tr:last-child td {
    border-bottom: none;
}

.gw-side-links {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.gw-side-links li {
    border-bottom: 1px solid #e8ebee;
}

.gw-side-links li:last-child {
    border-bottom: none;
}

.gw-side-links a {
    display: block;
    padding: 8px 12px;
    font-size: 12px;
    color: #1e3348;
    text-decoration: none;
    font-weight: bold;
}

.gw-side-links a:hover {
    background: #f0f4f8;
    text-decoration: none;
}

.gw-form-panel {
    border: 2px solid #1e3348;
    padding: 16px;
    background: #ffffff;
}

.gw-form-table {
    width: 100%;
    border-collapse: collapse;
}

.gw-form-table td {
    padding: 8px 0;
    vertical-align: top;
}

.gw-form-label {
    width: 140px;
    padding-right: 14px !important;
}

.gw-form-label label {
    font-size: 12px;
    font-weight: bold;
    color: #1e3348;
    line-height: 32px;
}

.gw-landing-page .gw-form-control {
    border-radius: 0;
    border: 1px solid #a8b4c0;
    font-size: 12px;
}

.gw-landing-page .gw-form-group {
    margin-bottom: 12px;
}

.gw-landing-page .gw-form-group label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #1e3348;
    margin-bottom: 4px;
}

.gw-form-row {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
    margin: 0 -10px;
}

.gw-form-half {
    display: table-cell;
    width: 50%;
}

.gw-landing-page .gw-alert {
    border-radius: 0;
    margin-bottom: 12px;
    font-size: 12px;
}

.gw-status-pill {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 2px 8px;
    border: 1px solid #c8d0d8;
}

.gw-status-pending {
    background: #faf3e0;
    border-color: #c8a840;
    color: #7a5a10;
}

.gw-status-live {
    background: #e8f4ea;
    border-color: #6a9f72;
    color: #2d5a35;
}

.gw-api-shell .gw-api-placeholder {
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px dashed #a8b4c0;
    background: #f7f8f9;
    font-size: 12px;
    line-height: 1.55;
    color: #555555;
}

.gw-api-placeholder p {
    margin-bottom: 6px;
}

.gw-api-placeholder p:last-child {
    margin-bottom: 0;
}

.gw-apidocs-page {
    padding-bottom: 40px;
}

.gw-apidocs-nav {
    display: block;
    border: 1px solid #c8d0d8;
    background: #f4f7fb;
    padding: 0;
    margin-bottom: 16px;
    font-size: 0;
}

.gw-apidocs-nav-link {
    display: inline-block;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: bold;
    color: #3a5068;
    text-decoration: none;
    border-right: 1px solid #d8e0e8;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.gw-apidocs-nav-link:hover {
    background: #e8eef5;
    color: #1e3348;
    text-decoration: none;
}

.gw-apidocs-nav-link.is-active {
    background: #1e3348;
    color: #ffffff;
}

.gw-apidocs-nav-link-muted {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}

.gw-apidocs-alert {
    border: 1px solid #c5a572;
    background: #fff8e8;
    padding: 12px 16px;
    font-size: 13px;
    line-height: 1.55;
    color: #4a3a20;
    margin-bottom: 20px;
}

.gw-apidocs-layout {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 20px 0;
}

.gw-apidocs-main {
    display: table-cell;
    vertical-align: top;
    width: 70%;
}

.gw-apidocs-sidebar {
    display: table-cell;
    vertical-align: top;
    width: 30%;
}

.gw-apidocs-section {
    margin-bottom: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8edf2;
}

.gw-apidocs-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.gw-apidocs-section-title {
    font-size: 15px;
    font-weight: bold;
    color: #1e3348;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0 0 12px;
    padding: 0;
    line-height: 1.3;
}

.gw-apidocs-lead,
.gw-apidocs-text {
    font-size: 13px;
    line-height: 1.6;
    color: #4a5f73;
    margin: 0 0 12px;
}

.gw-apidocs-steps {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 13px;
    line-height: 1.7;
    color: #4a5f73;
}

.gw-apidocs-steps li {
    margin-bottom: 6px;
}

.gw-apidocs-inline-code {
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
    background: #eef2f6;
    padding: 1px 5px;
    border: 1px solid #d8e0e8;
}

.gw-apidocs-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #1e3348;
    margin: 0 0 4px;
    table-layout: fixed;
}

.gw-apidocs-table th,
.gw-apidocs-table td {
    padding: 9px 12px;
    font-size: 12px;
    line-height: 1.45;
    vertical-align: top;
    border-bottom: 1px solid #d8e0e8;
    border-right: 1px solid #e8edf2;
    word-wrap: break-word;
}

.gw-apidocs-table th {
    background: #eef2f6;
    color: #1e3348;
    font-weight: bold;
    text-align: left;
    width: 130px;
}

.gw-apidocs-table thead th {
    background: #1e3348;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.3px;
    border-right: 1px solid #2a4560;
    width: auto;
}

.gw-apidocs-table tbody tr:last-child th,
.gw-apidocs-table tbody tr:last-child td {
    border-bottom: none;
}

.gw-apidocs-table td code {
    font-size: 11px;
    word-break: break-all;
}

.gw-apidocs-codeblock {
    margin: 0 0 14px;
    border: 1px solid #c8d0d8;
    background: #f8f9fb;
}

.gw-apidocs-codeblock-label {
    background: #1e3348;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 6px 12px;
}

.gw-apidocs-pre {
    margin: 0;
    padding: 14px 16px;
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
    line-height: 1.55;
    overflow-x: auto;
    white-space: pre;
    color: #2a3a4a;
    background: #f8f9fb;
}

.gw-apidocs-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gw-apidocs-checklist li {
    font-size: 13px;
    line-height: 1.55;
    color: #4a5f73;
    padding: 7px 0 7px 22px;
    border-bottom: 1px solid #eef2f6;
    position: relative;
}

.gw-apidocs-checklist li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #2d7a4a;
    font-weight: bold;
}

.gw-apidocs-checklist li:last-child {
    border-bottom: none;
}

.gw-apidocs-sidecard {
    border: 1px solid #c8d0d8;
    margin-bottom: 14px;
    background: #ffffff;
}

.gw-apidocs-sidecard-head {
    background: #1e3348;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    padding: 8px 12px;
}

.gw-apidocs-sidecard-body {
    padding: 12px;
}

.gw-apidocs-dl {
    margin: 0;
}

.gw-apidocs-dl dt {
    font-size: 10px;
    text-transform: uppercase;
    color: #6a7a88;
    letter-spacing: 0.3px;
    margin: 0 0 2px;
}

.gw-apidocs-dl dd {
    font-size: 12px;
    color: #2a3a4a;
    margin: 0 0 10px;
    line-height: 1.45;
    word-break: break-all;
}

.gw-apidocs-dl dd:last-child {
    margin-bottom: 0;
}

.gw-apidocs-side-list,
.gw-apidocs-toc {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gw-apidocs-side-list li,
.gw-apidocs-toc li {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 0;
    border-bottom: 1px solid #eef2f6;
    color: #4a5f73;
}

.gw-apidocs-side-list li:last-child,
.gw-apidocs-toc li:last-child {
    border-bottom: none;
}

.gw-apidocs-side-note {
    font-size: 11px;
    margin: 10px 0 0;
    line-height: 1.45;
}

.gw-apidocs-setup-intro {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 1.6;
    color: #4a5f73;
}

.gw-apidocs-setup-step {
    margin-bottom: 32px;
    border: 1px solid #d8e0e8;
    background: #ffffff;
}

.gw-apidocs-setup-step-head {
    display: table;
    width: 100%;
    background: #f4f7fb;
    border-bottom: 1px solid #d8e0e8;
}

.gw-apidocs-setup-step-num {
    display: table-cell;
    width: 52px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background: #1e3348;
    padding: 14px 0;
}

.gw-apidocs-setup-step-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #1e3348;
    margin: 0;
    padding: 12px 16px;
}

.gw-apidocs-setup-step-body {
    padding: 16px 18px 18px;
}

.gw-apidocs-setup-step-body > p {
    font-size: 13px;
    line-height: 1.6;
    color: #4a5f73;
    margin: 0 0 14px;
}

.gw-apidocs-setup-action {
    margin: 14px 0 0;
}

.gw-apidocs-setup-values {
    margin-bottom: 14px;
}

.gw-apidocs-mock {
    border: 1px solid #a8b4c0;
    margin-top: 4px;
    box-shadow: 0 1px 3px rgba(30, 51, 72, 0.08);
}

.gw-apidocs-mock-mt {
    margin-top: 14px;
}

.gw-apidocs-mock-bar {
    background: linear-gradient(180deg, #eef2f6 0%, #e4eaf0 100%);
    border-bottom: 1px solid #c8d0d8;
    padding: 6px 10px;
    font-size: 10px;
    color: #5a6a7a;
    line-height: 1.3;
}

.gw-apidocs-mock-bar-dark {
    background: linear-gradient(180deg, #3a4a5a 0%, #2e3c4a 100%);
    color: #d0dae4;
    border-bottom-color: #243040;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.2px;
}

.gw-apidocs-mock-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}

.gw-apidocs-mock-dot:nth-child(1) {
    background: #e06b5a;
}

.gw-apidocs-mock-dot:nth-child(2) {
    background: #e0b45a;
}

.gw-apidocs-mock-dot:nth-child(3) {
    background: #6ab86a;
}

.gw-apidocs-mock-url {
    margin-left: 6px;
    font-family: Consolas, Monaco, monospace;
    font-size: 10px;
    color: #4a5f73;
}

.gw-apidocs-mock-screen {
    background: #e8edf2;
    padding: 16px 14px;
}

.gw-apidocs-mock-screen-dark {
    background: #4a5a6a;
    padding: 14px;
}

.gw-apidocs-mock-panel {
    max-width: 340px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #c0c8d0;
    padding: 10px 12px 12px;
    box-shadow: 0 2px 6px rgba(30, 51, 72, 0.1);
}

.gw-apidocs-mock-panel-wide {
    max-width: 480px;
}

.gw-apidocs-mock-panel-title {
    font-size: 12px;
    font-weight: bold;
    color: #1e3348;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e8edf2;
}

.gw-apidocs-mock-field {
    margin-bottom: 8px;
}

.gw-apidocs-mock-field label {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    color: #6a7a88;
    margin-bottom: 2px;
    letter-spacing: 0.25px;
    font-weight: bold;
}

.gw-apidocs-mock-input {
    border: 1px solid #b8c4d0;
    background: #ffffff;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1.35;
    color: #2a3a4a;
    min-height: 22px;
    box-sizing: border-box;
}

.gw-apidocs-mock-highlight {
    border-color: #7aaa7a;
    background: #f6fbf6;
}

.gw-apidocs-mock-btn {
    display: inline-block;
    background: #2a4560;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 10px;
    line-height: 1.3;
    margin-top: 2px;
    border: 1px solid #1e3348;
    cursor: default;
}

.gw-apidocs-mock-btn-sm {
    margin-top: 0;
    white-space: nowrap;
    vertical-align: bottom;
}

.gw-apidocs-mock-btn-ghost {
    background: #f4f7fb;
    color: #2a4560;
    border: 1px solid #a8b4c0;
    margin-left: 6px;
}

.gw-apidocs-mock-row-inline {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.gw-apidocs-mock-field-grow {
    flex: 1 1 180px;
    min-width: 0;
}

.gw-apidocs-mock-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.gw-apidocs-mock-note {
    font-size: 10px;
    color: #6a7a88;
    margin-top: 8px;
    line-height: 1.4;
}

.gw-apidocs-mock-reveal {
    margin-top: 10px;
    padding: 7px 8px;
    background: #fff8e8;
    border: 1px solid #e0c890;
    font-size: 10px;
    font-family: Consolas, Monaco, monospace;
    word-break: break-all;
    line-height: 1.4;
}

.gw-apidocs-mock-table-head,
.gw-apidocs-mock-table-row {
    display: table;
    width: 100%;
    font-size: 10px;
    border-bottom: 1px solid #e8edf2;
}

.gw-apidocs-mock-table-head {
    font-weight: bold;
    color: #6a7a88;
    text-transform: uppercase;
    background: #f4f7fb;
}

.gw-apidocs-mock-table-head span,
.gw-apidocs-mock-table-row span {
    display: table-cell;
    padding: 5px 6px;
    vertical-align: middle;
}

.gw-apidocs-mock-link {
    color: #1e5a8a;
    font-size: 10px;
}

.gw-apidocs-mock-grid {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    background: #ffffff;
    border: 1px solid #c0c8d0;
}

.gw-apidocs-mock-grid th {
    background: #2a3a4a;
    color: #ffffff;
    padding: 6px 8px;
    text-align: left;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
}

.gw-apidocs-mock-grid td {
    padding: 6px 8px;
    border-bottom: 1px solid #e8edf2;
    color: #2a3a4a;
}

.gw-apidocs-mock-ok {
    color: #2d7a4a;
    font-weight: bold;
}

.gw-apidocs-mock-success {
    margin-top: 8px;
    padding: 6px 8px;
    background: #e8f5ec;
    border: 1px solid #8bc49a;
    color: #2d5a3a;
    font-size: 10px;
    font-weight: bold;
}

.gw-apidocs-setup-footer {
    border-top: 2px solid #1e3348;
    padding-top: 16px;
    font-size: 13px;
    color: #4a5f73;
}

.gw-home-apidocs-panel {
    border-top: 1px solid #d8e0e8;
    border-bottom: 1px solid #d8e0e8;
    background: #f4f7fb;
    padding: 28px 0;
}

.gw-home-apidocs-table td {
    vertical-align: middle;
}

.gw-home-apidocs-copy {
    padding-right: 24px;
}

.gw-home-apidocs-copy p {
    font-size: 13px;
    line-height: 1.55;
    color: #4a5f73;
    margin: 8px 0 0;
}

@media (max-width: 900px) {
    .gw-apidocs-layout,
    .gw-apidocs-main,
    .gw-apidocs-sidebar {
        display: block;
        width: 100%;
    }

    .gw-apidocs-layout {
        border-spacing: 0;
    }

    .gw-apidocs-sidebar {
        margin-top: 24px;
    }

    .gw-apidocs-nav-link {
        display: block;
        border-right: none;
        border-bottom: 1px solid #d8e0e8;
    }

    .gw-apidocs-nav-link:last-child {
        border-bottom: none;
    }
}

.gw-faq-table .col-topic {
    width: 200px;
    font-weight: bold;
    color: #1e3348;
}

.gw-blog-table .col-date {
    width: 90px;
    white-space: nowrap;
}

.gw-blog-table .col-cat {
    width: 120px;
}

.gw-blog-table .col-title {
    width: 200px;
}

.gw-blog-link {
    color: #1e3348;
    font-weight: bold;
    text-decoration: none;
}

.gw-blog-link:hover {
    color: #b8860b;
    text-decoration: underline;
}

.gw-blog-empty {
    text-align: left;
}

.gw-blog-meta-bar {
    font-size: 11px;
    color: #6a7a88;
    margin-bottom: 12px;
    padding: 8px 10px;
    background: #f7f8f9;
    border: 1px solid #e4e8ec;
}

.gw-meta-sep {
    margin: 0 8px;
    color: #c0c8d0;
}

.gw-blog-article {
    font-size: 13px;
    line-height: 1.7;
    color: #333333;
}

.gw-blog-back {
    margin-top: 16px;
}

.gw-subpage-pagination {
    margin-top: 16px;
}

.gw-home-blog-excerpt {
    font-size: 11px;
    color: #667788;
    margin-top: 3px;
    line-height: 1.4;
}

.gw-home-blog-more {
    margin-top: 10px;
    text-align: right;
}

.gw-home-rentals-actions,
.gw-rentals-public-cta {
    margin-top: 14px;
}

.gw-home-rentals-actions .gw-landing-btn,
.gw-rentals-public-cta .gw-landing-btn {
    margin-right: 8px;
}

.gw-landing-rentals {
    background: #f7f8f9;
}

.gw-rentals-public-lead {
    font-size: 13px;
    line-height: 1.55;
    color: #4a5f73;
    margin-bottom: 16px;
}

.gw-rentals-public-stats {
    margin-bottom: 8px;
}

.gw-rentals-public-landing .gw-section-heading {
    font-size: 16px;
    margin: 0 0 8px;
}

.gw-mt-20 {
    margin-top: 20px;
}

.gw-landing-page .gw-pagination {
    text-align: center;
    padding: 10px 0;
}

.gw-landing-page .gw-pagination a,
.gw-landing-page .gw-pagination span {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 2px;
    border: 1px solid #c8d0d8;
    font-size: 12px;
    text-decoration: none;
    color: #1e3348;
}

.gw-landing-page .gw-pagination .current {
    background: #1e3348;
    color: #ffffff;
    border-color: #1e3348;
    font-weight: bold;
}

.gw-landing-page .gw-pagination a:hover {
    background: #f0f4f8;
}

.gw-auth-layout .gw-subpage-main {
    width: 55%;
}

.gw-auth-layout .gw-subpage-side {
    width: 45%;
}

.gw-auth-panel .gw-side-panel-body {
    padding: 16px;
}

.gw-auth-switch {
    text-align: center;
    margin-top: 14px;
    font-size: 12px;
    color: #666666;
}

.gw-auth-switch a {
    color: #1e3348;
    font-weight: bold;
}

.gw-btn-block {
    display: block;
    width: 100%;
}

.gw-side-panel-body code {
    font-size: 11px;
    background: #eef1f4;
    padding: 1px 4px;
    border: 1px solid #d8dde3;
}

.gw-landing-module {
    padding: 28px 0;
    border-bottom: 1px solid #e4e8ec;
}

.gw-landing-module.gw-landing-settlements {
    background: #ffffff;
}

.gw-landing-module.gw-landing-featured {
    background: #f7f8f9;
}

.gw-landing-module.gw-landing-earners {
    background: #ffffff;
}

.gw-landing-module.gw-landing-categories-earn {
    background: #f7f8f9;
}

.gw-module-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #1e3348;
    background: #ffffff;
}

.gw-module-table thead th {
    background: #1e3348;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: left;
    border-right: 1px solid #2a4560;
}

.gw-module-table thead th:last-child {
    border-right: none;
}

.gw-module-table tbody td {
    padding: 9px 10px;
    border-bottom: 1px solid #d8dde3;
    border-right: 1px solid #e8ebee;
    font-size: 12px;
    vertical-align: top;
    line-height: 1.45;
    color: #444444;
}

.gw-module-table tbody td:last-child {
    border-right: none;
}

.gw-module-table tbody tr:last-child td {
    border-bottom: none;
}

.gw-module-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.gw-module-table tbody code {
    font-size: 10px;
    background: #eef1f4;
    padding: 1px 4px;
    border: 1px solid #d8dde3;
}

.gw-cell-earned {
    font-weight: bold;
    color: #2d5a3a;
}

.gw-job-prefix {
    font-size: 10px;
    font-weight: bold;
    color: #b8860b;
    margin-right: 4px;
}

.gw-module-link {
    color: #1e3348;
    font-weight: bold;
    text-decoration: none;
}

.gw-module-link:hover {
    color: #b8860b;
    text-decoration: underline;
}

.gw-module-action {
    margin-top: 14px;
    text-align: center;
}

.gw-module-split {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.gw-module-split-main {
    width: 68%;
    vertical-align: top;
    padding-right: 20px;
}

.gw-module-split-side {
    width: 32%;
    vertical-align: top;
}

.gw-module-table .col-rank {
    width: 42px;
    text-align: center;
    font-weight: bold;
    color: #b8860b;
    background: #faf8f2;
}

.gw-featured-empty {
    border: 2px solid #1e3348;
    background: #f7f8f9;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.gw-landing-page .gw-featured-jobs-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #1e3348;
    table-layout: fixed;
    background: #ffffff;
}

@media (min-width: 993px) {
    .gw-landing-page .gw-featured-jobs-table thead {
        display: table-header-group;
    }

    .gw-landing-page .gw-featured-jobs-table tbody {
        display: table-row-group;
    }

    .gw-landing-page .gw-featured-jobs-table tr {
        display: table-row;
    }

    .gw-landing-page .gw-featured-jobs-table th,
    .gw-landing-page .gw-featured-jobs-table td {
        display: table-cell;
    }
}

.gw-featured-jobs-table thead th {
    background: #1e3348;
    color: #ffffff;
    padding: 8px 6px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: center;
    border-right: 1px solid #2a4560;
    vertical-align: middle;
}

.gw-featured-jobs-table thead th.col-task {
    text-align: left;
    padding-left: 10px;
}

.gw-featured-jobs-table thead th:last-child {
    border-right: none;
}

.gw-featured-jobs-table tbody td {
    padding: 10px 6px;
    border-bottom: 1px solid #d8dde3;
    border-right: 1px solid #e8ebee;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    color: #444444;
}

.gw-featured-jobs-table tbody td.col-task {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.gw-featured-jobs-table tbody td:last-child {
    border-right: none;
}

.gw-featured-jobs-table tbody tr:last-child td {
    border-bottom: none;
}

.gw-featured-jobs-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.gw-featured-jobs-table tbody tr:hover {
    background: #f0f4f8;
}

.gw-featured-jobs-table .col-rank {
    width: 36px;
    font-weight: bold;
    color: #b8860b;
    background: #faf8f2;
    font-size: 13px;
}

.gw-featured-jobs-table .col-pay {
    width: 88px;
    background: #1e3348;
    border-right-color: #2a4560 !important;
}

.gw-featured-pay {
    display: block;
    font-weight: bold;
    font-size: 13px;
    color: #e8c56a;
    white-space: nowrap;
}

.gw-featured-jobs-table .col-task {
    width: auto;
}

.gw-featured-jobs-table .col-cat {
    width: 100px;
    font-size: 11px;
    color: #6a7a88;
}

.gw-featured-jobs-table .col-region {
    width: 72px;
    font-size: 11px;
}

.gw-featured-jobs-table .col-req {
    width: 68px;
    font-weight: bold;
    color: #1e3348;
}

.gw-featured-jobs-table .col-slots,
.gw-featured-jobs-table .col-done {
    width: 56px;
}

.gw-featured-jobs-table .col-ttf {
    width: 44px;
    font-weight: bold;
}

.gw-featured-jobs-table .col-go {
    width: 52px;
}

.gw-featured-task-title {
    line-height: 1.4;
}

.gw-featured-type {
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    color: #b8860b;
    margin-right: 4px;
    vertical-align: middle;
}

.gw-featured-name {
    font-weight: bold;
    color: #1e3348;
    font-size: 12px;
}

.gw-slot-fraction {
    display: inline-block;
    padding: 2px 6px;
    border: 1px solid #c8d0d8;
    background: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

.gw-featured-go {
    display: inline-block;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: #1e3348;
    border: 1px solid #0f1f2e;
}

.gw-featured-go:hover {
    background: #2a4560;
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 993px) {
    .gw-landing-page .gw-module-table {
        display: table;
        table-layout: auto;
    }

    .gw-landing-page .gw-module-table thead {
        display: table-header-group;
    }

    .gw-landing-page .gw-module-table tbody {
        display: table-row-group;
    }

    .gw-landing-page .gw-module-table tr {
        display: table-row;
    }

    .gw-landing-page .gw-module-table th,
    .gw-landing-page .gw-module-table td {
        display: table-cell;
    }
}

@media (max-width: 900px) {
    .gw-subpage-layout tr,
    .gw-subpage-main,
    .gw-subpage-side {
        display: block;
        width: 100%;
    }

    .gw-subpage-main {
        padding-right: 0;
        margin-bottom: 16px;
    }

    .gw-auth-layout .gw-subpage-main,
    .gw-auth-layout .gw-subpage-side {
        width: 100%;
    }

    .gw-form-row,
    .gw-form-half {
        display: block;
        width: 100%;
        margin: 0;
    }

    .gw-form-label {
        width: 100%;
        padding-right: 0 !important;
    }

    .gw-form-label label {
        line-height: 1.4;
    }

    .gw-module-split tr,
    .gw-module-split-main,
    .gw-module-split-side {
        display: block;
        width: 100%;
    }

    .gw-module-split-main {
        padding-right: 0;
        margin-bottom: 16px;
    }

    .gw-landing-module .gw-landing-wrap {
        overflow-x: auto;
    }

    .gw-home-featured-compact .gw-landing-wrap {
        overflow-x: visible;
    }
}

.gw-home-features-grid {
    width: 100%;
    margin-top: 18px;
    border-collapse: separate;
    border-spacing: 12px 12px;
}

.gw-home-feature-card {
    width: 33.33%;
    vertical-align: top;
    background: #f7f9fb;
    border: 1px solid #c8d0d8;
    padding: 16px 14px;
}

.gw-home-feature-card h3 {
    margin: 8px 0 8px;
    font-size: 15px;
}

.gw-home-feature-card p {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.55;
    color: #4a5f70;
}

.gw-home-feature-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #1e3348;
    background: #e8eef4;
    border: 1px solid #b8c6d4;
    padding: 2px 6px;
}

.gw-home-feature-highlight {
    background: #eef4fa;
    border-color: #1e3348;
}

.gw-home-feature-link {
    font-size: 12px;
    font-weight: bold;
    color: #1e3348;
}

.gw-home-intro-v2 .gw-section-heading {
    margin-bottom: 8px;
}

.gw-home-intro-lead {
    max-width: 820px;
}

.gw-home-broadcast-spotlight {
    background: #1e3348;
    color: #d8e2ea;
    padding: 28px 0;
    border-top: 2px solid #0f1f2e;
    border-bottom: 2px solid #0f1f2e;
}

.gw-home-broadcast-table {
    width: 100%;
}

.gw-home-broadcast-copy {
    width: 62%;
    vertical-align: top;
    padding-right: 20px;
}

.gw-home-broadcast-copy h2 {
    color: #ffffff;
    margin: 6px 0 12px;
}

.gw-home-broadcast-kicker {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #e8c56a;
    margin: 0;
}

.gw-home-broadcast-list {
    margin: 14px 0 18px;
    padding-left: 18px;
    font-size: 12px;
    line-height: 1.6;
}

.gw-home-broadcast-stats {
    width: 38%;
    vertical-align: top;
}

.gw-home-stat-box {
    background: #ffffff;
    border: 1px solid #c8d0d8;
    padding: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.gw-home-stat-box-primary {
    background: #f0f5fa;
    border-color: #9eb4c8;
}

.gw-home-stat-box-primary .gw-home-stat-num {
    color: #0f4c81;
    font-size: 28px;
}

.gw-home-stat-num {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #1e3348;
}

.gw-home-stat-label {
    display: block;
    font-size: 11px;
    color: #5a6d7d;
    margin-top: 4px;
}

.gw-home-live-modes-strip {
    padding: 28px 0;
    background: #f4f7fa;
    border-bottom: 1px solid #d8e0e8;
}

.gw-home-modes-strip-table {
    width: 100%;
    border: 1px solid #c8d0d8;
    background: #ffffff;
}

.gw-home-modes-strip-table th,
.gw-home-modes-strip-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e4eaef;
    font-size: 12px;
}

.gw-home-steps {
    padding: 28px 0;
}

.gw-home-steps-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
}

.gw-home-steps-table td {
    width: 25%;
    vertical-align: top;
    background: #ffffff;
    border: 1px solid #c8d0d8;
    padding: 14px;
}

.gw-home-step-num {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #1e3348;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 8px;
}

.gw-home-steps-table p {
    margin: 6px 0 0;
    font-size: 12px;
    color: #4a5f70;
    line-height: 1.5;
}

.gw-home-settlements-compact,
.gw-home-featured-compact {
    padding-top: 24px;
    padding-bottom: 24px;
    overflow-x: hidden;
}

.gw-home-faq-teaser {
    padding: 24px 0;
    background: #f7f9fb;
    border-top: 1px solid #d8e0e8;
    border-bottom: 1px solid #d8e0e8;
}

.gw-home-faq-teaser-table {
    width: 100%;
}

.gw-home-faq-teaser-action {
    text-align: right;
    white-space: nowrap;
}

.gw-home-faq-teaser-action .gw-landing-btn {
    margin-left: 8px;
}

.gw-faq-intro {
    margin: 0 0 14px;
    font-size: 13px;
    color: #4a5f70;
}

.gw-faq-mw {
    padding-bottom: 36px;
}

.gw-faq-mw-wrap {
    max-width: 920px;
}

.gw-faq-mw-intro-block {
    margin-bottom: 22px;
    text-align: center;
}

.gw-faq-mw-intro-title {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0 0 8px;
    line-height: 1.35;
}

.gw-faq-mw-intro-text {
    font-size: 13px;
    line-height: 1.65;
    color: #333333;
    margin: 0 auto;
    max-width: 820px;
    text-align: left;
}

.gw-faq-mw-columns {
    width: 100%;
    margin-top: 28px;
}

.gw-faq-mw-col {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.gw-faq-mw-col-worker {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #d8e0e8;
}

.gw-faq-mw-col-employer {
    margin-bottom: 0;
}

.gw-faq-mw-col-title {
    font-size: 18px;
    font-weight: bold;
    color: #1e5a8a;
    margin: 0 0 16px;
    line-height: 1.3;
}

.gw-faq-mw-item {
    margin-bottom: 18px;
}

.gw-faq-mw-question {
    font-size: 13px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0 0 6px;
    line-height: 1.4;
}

.gw-faq-mw-answer {
    font-size: 13px;
    line-height: 1.65;
    color: #333333;
    margin: 0;
}

.gw-faq-mw-api-section,
.gw-faq-mw-account-section {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #d8e0e8;
}

.gw-faq-mw-support {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 2px solid #1e3348;
    text-align: center;
}

.gw-faq-mw-support .gw-faq-mw-intro-text {
    text-align: center;
}

.gw-faq-mw-support-links {
    margin: 12px 0 0;
    font-size: 13px;
}

.gw-faq-mw-support-links a {
    color: #1e5a8a;
    font-weight: bold;
}

.gw-faq-mw-support-sep {
    color: #a8b4c0;
    margin: 0 8px;
}


@media (max-width: 900px) {
    .gw-home-feature-card,
    .gw-home-broadcast-copy,
    .gw-home-broadcast-stats,
    .gw-home-steps-table td {
        display: block;
        width: 100%;
    }

    .gw-home-features-grid tr,
    .gw-home-steps-table tr {
        display: block;
    }

    .gw-home-faq-teaser-action {
        text-align: left;
        padding-top: 12px;
    }
}

.gw-hero-seo-geo {
    font-size: 12px;
    line-height: 1.55;
    color: #5a6d80;
    margin: 0 0 14px;
    max-width: 520px;
}

.gw-landing-geo-trust {
    margin: 0 0 16px;
    padding: 10px 12px;
    background: #eef4fa;
    border: 1px solid #c5d4e4;
    font-size: 12px;
    line-height: 1.5;
    color: #3d5063;
}

.gw-landing-geo-trust p {
    margin: 0;
}

.gw-landing-page .gw-camp-wizard-notice {
    margin-bottom: 14px;
    padding: 10px 12px;
    background: #f4f8fc;
    border: 1px solid #c8d8e8;
    font-size: 12px;
    color: #445566;
    line-height: 1.45;
}

.gw-subpage-body .gw-section-heading {
    margin-top: 0;
}

.gw-hunters-public-landing .gw-section-heading,
.gw-arena-public-landing .gw-section-heading {
    margin-top: 18px;
}

.gw-about-company-page {
    padding-top: 28px;
    padding-bottom: 40px;
}

.gw-about-company-layout {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    max-width: 920px;
}

.gw-about-company-copy {
    flex: 1 1 52%;
    min-width: 0;
}

.gw-about-company-lead {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
}

.gw-about-company-name {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: bold;
    color: #111111;
}

.gw-about-company-address {
    margin: 0 0 16px;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
}

.gw-about-company-email {
    margin: 0 0 18px;
    font-size: 14px;
}

.gw-about-company-email a {
    color: #5a6a78;
    text-decoration: none;
}

.gw-about-company-email a:hover {
    color: #1e3348;
    text-decoration: underline;
}

.gw-about-company-note {
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.65;
    color: #4a5a68;
    max-width: 34em;
}

.gw-about-company-links {
    margin: 0;
    font-size: 12px;
}

.gw-about-company-links a {
    color: #1e3348;
    font-weight: bold;
    text-decoration: none;
}

.gw-about-company-links a:hover {
    text-decoration: underline;
}

.gw-about-company-sep {
    color: #c0c8d0;
    margin: 0 8px;
}

.gw-landing-resource-links {
    margin: 0 0 14px;
    font-size: 12px;
}

.gw-landing-resource-links a {
    color: #1e3348;
    font-weight: bold;
    text-decoration: none;
}

.gw-landing-resource-links a:hover {
    text-decoration: underline;
}

.gw-landing-resource-sep {
    color: #c0c8d0;
    margin: 0 8px;
}

.gw-landing-resource-links-buttons {
    margin: 0 0 14px;
}

.gw-landing-resource-links-buttons .gw-landing-btn {
    margin: 0 8px 8px 0;
}

.gw-api-shell-actions {
    margin-bottom: 12px;
}

.gw-about-company-map-wrap {
    flex: 1 1 48%;
    min-width: 260px;
    border: 2px solid #1e3348;
    background: #f7f8f9;
    box-sizing: border-box;
}

.gw-about-company-map {
    display: block;
    width: 100%;
    height: 320px;
    border: 0;
}

@media (max-width: 768px) {
    .gw-about-company-layout {
        flex-direction: column;
        gap: 20px;
    }

    .gw-about-company-map {
        height: 260px;
    }
}

