.gb247-check-result,
.gb247-check-result * {
    box-sizing: border-box;
    font-family: inherit;
}

.gb247-check-result {
    clear: both;
    width: 100%;
    margin: 28px 0;
    color: inherit;
}

.gb247-check-result > h2,
.gb247-check-result-tab-heading,
.gb247-check-result-tab {
    font-family: inherit;
    font-style: normal;
    text-transform: none;
}

.gb247-check-result > h2 {
    margin: 0 0 22px;
    font-weight: 700;
}

.gb247-check-result-section {
    margin: 0;
}

.gb247-check-result-tabs {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    margin: 0 0 12px;
    padding: 2px 34px 9px 2px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 2px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
}

.gb247-check-result-tabs::-webkit-scrollbar {
    height: 5px;
}

.gb247-check-result-tabs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(7, 90, 168, .45);
}

.gb247-check-result-tab-heading {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    line-height: 1;
    scroll-snap-align: start;
}

.gb247-check-result-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    padding: 9px 13px;
    border: 1px solid rgba(127, 127, 127, .34);
    border-radius: 8px;
    background: transparent;
    color: inherit;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
}

.gb247-check-result-tab[aria-selected="true"] {
    border-color: #075aa8;
    background: #075aa8;
    color: #fff;
}

.gb247-check-result-tab:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}

.gb247-check-result-panels {
    width: 100%;
    min-width: 0;
    touch-action: auto;
    overscroll-behavior-x: contain;
}

.gb247-check-result.is-tabs-ready .gb247-check-result-panel[hidden] {
    display: none !important;
}

.gb247-check-result-table-wrap {
    width: 100%;
    margin: 0;
    overflow-x: auto;
    border: 1px solid rgba(127, 127, 127, .28);
    border-radius: 8px;
    -webkit-overflow-scrolling: touch;
}

.gb247-check-result-table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: transparent;
    color: inherit;
    table-layout: fixed;
}

.gb247-check-result-table th,
.gb247-check-result-table td {
    padding: 11px 12px;
    border: 0;
    border-bottom: 1px solid rgba(127, 127, 127, .22);
    background: transparent;
    color: inherit;
    text-align: left;
    vertical-align: top;
}

.gb247-check-result-table th {
    width: 32%;
    font-weight: 700;
}

.gb247-check-result-table td {
    min-width: 0;
    overflow-wrap: anywhere;
}

.gb247-check-result-table tr:last-child > th,
.gb247-check-result-table tr:last-child > td {
    border-bottom: 0;
}

.gb247-check-result-source {
    display: block;
    margin-top: 3px;
    font-size: .86em;
    line-height: 1.45;
}

.gb247-check-result-source-link {
    display: inline-block;
    font-weight: 700;
}

.gb247-check-result-row.is-license .gb247-check-result-source-link {
    display: block;
    width: fit-content;
    margin-top: 3px;
}

.gb247-check-result-image-note {
    margin: 14px 0 10px;
    font-size: .92em;
}

.gb247-check-result-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    gap: 12px;
}

.gb247-check-result-gallery figure {
    margin: 0;
}

.gb247-check-result-image-button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(127, 127, 127, .28);
    border-radius: 6px;
    background: transparent;
    cursor: zoom-in;
    appearance: none;
}

.gb247-check-result-gallery img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.gb247-check-result-image-button:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 3px;
}

.gb247-check-result-fake-detail {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #075aa8;
    font: inherit;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.gb247-fake-modal[hidden] {
    display: none !important;
}

.gb247-fake-modal {
    position: fixed;
    z-index: 2147483646;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    font-family: inherit;
}

.gb247-fake-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .58);
}

.gb247-fake-modal-dialog {
    position: relative;
    width: min(620px, 100%);
    max-height: min(72vh, 620px);
    overflow: auto;
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 65px rgba(15, 23, 42, .28);
}

.gb247-fake-modal-dialog h3 {
    margin: 0 42px 16px 0;
    color: #111827;
    font-family: inherit;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.gb247-fake-modal-close {
    position: absolute;
    top: 11px;
    right: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.gb247-fake-modal-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gb247-fake-modal-list li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 9px;
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

.gb247-fake-modal-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff1f2;
    color: #a33e27;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.gb247-fake-modal-masked {
    color: #1f2937;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    white-space: nowrap;
}

.gb247-fake-modal-error {
    margin: 0;
    padding: 14px;
    border-radius: 9px;
    background: #fff1f2;
    color: #9f1239;
    font-size: 14px;
}

.gb247-fake-modal-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .gb247-check-result-tab {
        min-height: 42px;
        padding: 8px 11px;
        font-size: .82em;
    }

    .gb247-check-result-table,
    .gb247-check-result-table tbody,
    .gb247-check-result-table tr,
    .gb247-check-result-table th,
    .gb247-check-result-table td {
        display: block;
        width: 100%;
    }

    .gb247-check-result-table tr {
        border-bottom: 1px solid rgba(127, 127, 127, .22);
    }

    .gb247-check-result-table tr:last-child {
        border-bottom: 0;
    }

    .gb247-check-result-table th {
        padding: 10px 10px 3px;
        border-bottom: 0;
    }

    .gb247-check-result-table td {
        padding: 3px 10px 10px;
        border-bottom: 0;
    }

    .gb247-fake-modal-dialog {
        padding: 18px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gb247-check-result-tabs {
        scroll-behavior: auto;
    }
}

body .we-article-quick-summary {
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0;
    padding: 16px;
    border: 1px solid #dbe5ef;
    border-radius: 12px;
    background: #fff;
    color: #1f2937;
    font-family: inherit;
}

body .we-article-quick-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
}

body .we-article-quick-logo {
    display: block;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin: 0;
    border-radius: 10px;
    object-fit: cover;
}

body .we-article-quick-actions {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    gap: 8px;
    min-width: 0;
}

body .we-article-quick-actions a {
    display: inline-flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid #b8d8fb;
    border-radius: 8px;
    background: #fff;
    color: #075aa8;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
}

body .we-article-quick-actions a:hover {
    border-color: #075aa8;
    background: #eff6ff;
    color: #064b87;
    text-decoration: none;
}

body .we-article-quick-actions a:focus-visible {
    outline: 3px solid #005fcc !important;
    outline-offset: 3px !important;
}

body .we-article-quick-actions .we-article-quick-result {
    border-color: #075aa8;
    background: #075aa8;
    color: #fff;
}

body .we-article-quick-actions .we-article-quick-result:hover {
    background: #064b87;
    color: #fff;
}

@media (max-width: 600px) {
    body .we-article-quick-summary {
        margin: 20px 0;
        padding: 12px;
        border-radius: 10px;
    }

    body .we-article-quick-card {
        align-items: flex-start;
        gap: 10px;
        padding: 10px;
    }

    body .we-article-quick-logo {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
        border-radius: 9px;
    }

    body .we-article-quick-actions {
        flex-direction: column;
        gap: 7px;
    }

    body .we-article-quick-actions a {
        flex: 0 0 auto;
        width: 100%;
        min-height: 42px;
        padding: 8px 10px;
        font-size: 12px;
    }
}
