.gcxx-wf-verify,
.gcxx-wf-verify * {
    box-sizing: border-box;
}

.gcxx-wf-verify {
    --wf-ink: #08233d;
    --wf-blue: #0877b9;
    --wf-green: #087f6d;
    --wf-line: #cbd9e6;
    --wf-soft: #f2f7fb;
    color: var(--wf-ink);
    max-width: 1240px;
    margin: 0 auto;
}

.gcxx-wf-verify__header {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 22px;
    border-top: 4px solid var(--wf-blue);
    border-bottom: 1px solid var(--wf-line);
    background: #fff;
}

.gcxx-wf-verify__header > img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border: 1px solid var(--wf-line);
    border-radius: 4px;
}

.gcxx-wf-verify__header h2 {
    margin: 2px 0 8px;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.28;
    letter-spacing: 0;
}

.gcxx-wf-verify__header p {
    margin: 0;
    line-height: 1.75;
}

.gcxx-wf-verify__eyebrow {
    color: var(--wf-green);
    font-size: 12px;
    font-weight: 800;
}

.gcxx-wf-verify__header > strong {
    min-width: 82px;
    color: var(--wf-blue);
    text-align: right;
    white-space: nowrap;
}

.gcxx-wf-verify__total {
    margin-right: 4px;
    font-size: 32px;
}

.gcxx-wf-verify__notice {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 18px 0;
    padding: 14px 16px;
    border-left: 4px solid #d18b00;
    background: #fff7df;
    line-height: 1.7;
}

.gcxx-wf-verify__notice strong {
    flex: 0 0 auto;
}

.gcxx-wf-verify__controls {
    display: grid;
    grid-template-columns: minmax(240px, 2fr) repeat(6, minmax(135px, 1fr));
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--wf-line);
    background: var(--wf-soft);
}

.gcxx-wf-verify__controls label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.gcxx-wf-verify__controls label > span {
    font-size: 12px;
    font-weight: 800;
}

.gcxx-wf-verify__controls input,
.gcxx-wf-verify__controls select,
.gcxx-wf-verify__reset {
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid #9eb3c6;
    border-radius: 4px;
    background: #fff;
    color: var(--wf-ink);
    font: inherit;
}

.gcxx-wf-verify__reset {
    grid-column: 1 / -1;
    width: auto;
    justify-self: end;
    min-height: 38px;
    cursor: pointer;
}

.gcxx-wf-verify__status {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 2px;
    border-bottom: 1px solid var(--wf-line);
}

.gcxx-wf-verify__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 18px 0;
}

.gcxx-wf-verify-card {
    min-width: 0;
    border: 1px solid var(--wf-line);
    border-top: 4px solid var(--wf-blue);
    background: #fff;
}

.gcxx-wf-verify-card[hidden] {
    display: none;
}

.gcxx-wf-verify-card__image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 1px solid var(--wf-line);
    background: #e8eef4;
}

.gcxx-wf-verify-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gcxx-wf-verify-card__body {
    padding: 14px;
}

.gcxx-wf-verify-card__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    color: var(--wf-green);
    font-size: 12px;
    font-weight: 800;
}

.gcxx-wf-verify-card__top label {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: var(--wf-ink);
    cursor: pointer;
}

.gcxx-wf-verify-card h2 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0;
}

.gcxx-wf-verify-card h2 a,
.gcxx-wf-verify-card__links a,
.gcxx-wf-verify__links a,
.gcxx-wf-verify-entry-link a {
    color: #005fa3;
}

.gcxx-wf-verify-card__progress {
    margin: 0 0 12px;
    color: #35546c;
    font-size: 13px;
}

.gcxx-wf-verify-card dl,
.gcxx-wf-verify-compare-card dl {
    display: grid;
    margin: 0;
    border-top: 1px solid var(--wf-line);
    border-left: 1px solid var(--wf-line);
}

.gcxx-wf-verify-card dl > div,
.gcxx-wf-verify-compare-card dl > div {
    display: grid;
    grid-template-columns: minmax(108px, 35%) minmax(0, 1fr);
}

.gcxx-wf-verify-card dt,
.gcxx-wf-verify-card dd,
.gcxx-wf-verify-compare-card dt,
.gcxx-wf-verify-compare-card dd {
    min-width: 0;
    margin: 0;
    padding: 8px;
    border-right: 1px solid var(--wf-line);
    border-bottom: 1px solid var(--wf-line);
    overflow-wrap: anywhere;
    line-height: 1.55;
    font-size: 13px;
}

.gcxx-wf-verify-card dt,
.gcxx-wf-verify-compare-card dt {
    background: var(--wf-soft);
    font-weight: 800;
}

.gcxx-wf-verify-card .is-unverified dd,
.gcxx-wf-verify-compare-card .is-unverified dd {
    color: #62788a;
    background: #fafbfc;
}

.gcxx-wf-verify-card .is-unverified dd span,
.gcxx-wf-verify-compare-card .is-unverified dd span {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid #c7d1da;
    border-radius: 3px;
    background: #eef2f5;
    font-size: 12px;
}

.gcxx-wf-verify-metric {
    margin-top: 12px;
    border: 2px solid #087f6d;
    background: #effaf7;
}

.gcxx-wf-verify-metric__image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 1px solid #9fcfc5;
}

.gcxx-wf-verify-metric__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gcxx-wf-verify-metric__body {
    display: grid;
    gap: 6px;
    padding: 12px;
}

.gcxx-wf-verify-metric__body > span {
    color: #08705f;
    font-size: 12px;
    font-weight: 800;
}

.gcxx-wf-verify-metric__body > strong {
    font-size: 18px;
}

.gcxx-wf-verify-metric__body p,
.gcxx-wf-verify-metric__body small {
    margin: 0;
    line-height: 1.6;
}

.gcxx-wf-verify-card__compare:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.gcxx-wf-verify-relations {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.gcxx-wf-verify-relations a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    max-width: 100%;
    padding: 4px 7px;
    border: 1px solid var(--wf-line);
    background: #fff;
    color: var(--wf-ink);
    text-decoration: none;
}

.gcxx-wf-verify-relations img {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.gcxx-wf-verify-relations span {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 700;
}

.gcxx-wf-verify-card__links,
.gcxx-wf-verify__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
    font-weight: 800;
}

.gcxx-wf-verify-compare {
    margin: 18px 0;
    padding: 16px;
    border: 1px solid var(--wf-line);
    background: var(--wf-soft);
}

.gcxx-wf-verify-compare__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.gcxx-wf-verify-compare__head h2 {
    margin: 0;
    font-size: 22px;
}

.gcxx-wf-verify-compare__clear {
    min-height: 38px;
    padding: 6px 12px;
    border: 1px solid #9eb3c6;
    background: #fff;
    cursor: pointer;
}

.gcxx-wf-verify-compare__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.gcxx-wf-verify-compare__context {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(0, 1.2fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid #9fcfc5;
    background: #effaf7;
}

.gcxx-wf-verify-compare__context:empty {
    display: none;
}

.gcxx-wf-verify-compare__context a {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.gcxx-wf-verify-compare__context img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gcxx-wf-verify-compare__context p {
    margin: 6px 0 0;
    line-height: 1.7;
}

.gcxx-wf-verify-compare-card__value {
    margin: 4px 0 12px;
    color: var(--wf-green);
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

.gcxx-wf-verify-compare-card {
    min-width: 0;
    border: 1px solid var(--wf-line);
    background: #fff;
}

.gcxx-wf-verify-compare-card > a {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.gcxx-wf-verify-compare-card > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gcxx-wf-verify-compare-card__body {
    padding: 12px;
}

.gcxx-wf-verify-compare-card h3 {
    margin: 5px 0 10px;
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: 0;
}

.gcxx-wf-verify__empty {
    padding: 28px;
    border: 1px solid var(--wf-line);
    background: var(--wf-soft);
    text-align: center;
}

.gcxx-wf-verify-ad {
    margin: 22px 0;
    padding: 14px 0;
    border-top: 1px solid var(--wf-line);
    border-bottom: 1px solid var(--wf-line);
}

.gcxx-wf-verify-dock {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 80;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #68849c;
    background: var(--wf-ink);
    color: #fff;
    box-shadow: 0 8px 22px rgba(5, 32, 54, .24);
}

.gcxx-wf-verify-dock[hidden] {
    display: none;
}

.gcxx-wf-verify-dock a,
.gcxx-wf-verify-dock button {
    color: #fff;
}

.gcxx-wf-verify-dock button {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.gcxx-wf-verify-entry-link {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #b8cedf;
    border-left: 4px solid var(--wf-blue, #0877b9);
    background: #f3f8fc;
}

.gcxx-wf-verify-entry-link span {
    min-width: 0;
    line-height: 1.6;
}

.gcxx-wf-verify-entry-link a {
    font-weight: 800;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .gcxx-wf-verify__controls {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gcxx-wf-verify__search {
        grid-column: span 2;
    }

    .gcxx-wf-verify__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gcxx-wf-verify-compare__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .gcxx-wf-verify__header {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 12px;
        padding: 14px 12px;
    }

    .gcxx-wf-verify__header > img {
        width: 68px;
        height: 68px;
    }

    .gcxx-wf-verify__header h2 {
        font-size: 23px;
    }

    .gcxx-wf-verify__header > strong {
        grid-column: 1 / -1;
        min-width: 0;
        text-align: left;
    }

    .gcxx-wf-verify__total {
        font-size: 24px;
    }

    .gcxx-wf-verify__notice,
    .gcxx-wf-verify-entry-link {
        grid-template-columns: 1fr;
        display: grid;
    }

    .gcxx-wf-verify-entry-link a {
        white-space: normal;
    }

    .gcxx-wf-verify__controls {
        grid-template-columns: 1fr 1fr;
        padding: 12px;
    }

    .gcxx-wf-verify__search {
        grid-column: 1 / -1;
    }

    .gcxx-wf-verify__controls label:nth-of-type(6),
    .gcxx-wf-verify__controls label:nth-of-type(7) {
        grid-column: 1 / -1;
    }

    .gcxx-wf-verify__grid,
    .gcxx-wf-verify-compare__grid,
    .gcxx-wf-verify-compare__context {
        grid-template-columns: 1fr;
    }

    .gcxx-wf-verify-card dl > div,
    .gcxx-wf-verify-compare-card dl > div {
        grid-template-columns: 1fr;
    }

    .gcxx-wf-verify-card dt,
    .gcxx-wf-verify-compare-card dt {
        padding-bottom: 4px;
        border-bottom: 0;
    }

    .gcxx-wf-verify-card dd,
    .gcxx-wf-verify-compare-card dd {
        padding-top: 4px;
    }

    .gcxx-wf-verify__status {
        flex-wrap: wrap;
        align-items: center;
    }

    .gcxx-wf-verify-compare__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .gcxx-wf-verify-dock {
        right: 10px;
        bottom: 72px;
        left: 10px;
        justify-content: space-between;
    }
}
