/*
 * Auto-split from css/proxy-list.css
 * See _split_proxy_list_css.php for the splitter logic.
 * Do not edit by hand — re-run the splitter after editing the master file.
 */

.free-country-summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-top: 14px;
        flex-wrap: wrap;
    }

.free-country-summary--single {
        justify-content: flex-start;
    }

.free-country-summary__text {
        font-size: 18px;
        font-weight: 700;
        color: #1f2f4c;
    }

.free-country-summary__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        padding: 9px 14px;
        border: 1px solid #c9d7e6;
        border-radius: var(--radius-pill);
        background: #ffffff;
        color: var(--c-text-dark);
        text-decoration: none;
        font-weight: 700;
        transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    }

.free-country-summary__button:hover {
        background: #eff6ff;
        border-color: #93c5fd;
        color: #0f4fa8;
        box-shadow: 0 8px 20px rgba(37, 99, 235, 0.12);
    }

.fcs-footer-card {
        width: 100%;
        margin: 0;
        padding: 22px 24px;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        border: 1px solid #d7e5f6;
        border-radius: 6px;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    }

.fcs-footer-card h2 {
        margin: 0 0 12px;
        color: var(--c-text-dark);
        font-size: 24px;
        line-height: 1.25;
    }

.free-country-seo-content {
        color: var(--c-text-muted);
        font-size: 15px;
        line-height: 1.75;
    }

.free-country-seo-content p {
        margin: 0 0 12px;
    }

.free-country-seo-content p:last-child {
        margin-bottom: 0;
    }

.free-country-seo-content strong {
        color: var(--c-text-dark);
    }

@media (max-width: 768px) {
    .free-country-summary__text {
            font-size: 16px;
        }
}

.free-country-summary__text .highlight-count,
 .fcs-summary .highlight-count,
 .fcs-cta-card__title .highlight-count { color: #c43838; }

.free-country-shell {
    margin-top: 10px;
    margin-bottom: 16px;
}

.free-country-showcase {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.fcs-header {
    padding: 4px 4px 0;
    text-align: center;
}

.fcs-header h1 {
    margin: 0;
    color: var(--c-text-base);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.fcs-stat-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    color: var(--c-text-secondary);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.fcs-stat-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fcs-stat-item strong {
    color: var(--c-text-darkest);
    font-weight: 700;
}

.fcs-stat-item--meta {
    color: var(--c-text-subtle);
}

.fcs-stat-separator {
    color: #94a3b8;
}

.fcs-stat-swatch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #d1d5db;
    border-radius: 3px;
    background: #c1ea8a;
}

.fcs-stat-swatch--global {
    background: #cfe3ff;
}

.fcs-summary {
    margin: 14px auto 0;
    padding: 14px 16px;
    border: 1px solid #dbe3ef;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: var(--c-text-secondary);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
}

.fcs-summary p {
    margin: 0;
}

.fcs-summary p + p {
    margin-top: 12px;
}

.fcs-chooser {
    margin: 16px auto 0;
    padding: 16px;
    border: 1px solid var(--c-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.fcs-chooser .country-intro-facts-row + .country-intro-facts-row {
    margin-top: 2px;
}

.free-country-showcase .country-intro-link:not(.country-intro-tag),
.fcp-promo-link,
.fcs-footer-copy a,
.free-country-seo-content a {
    color: #3b82f6;
    text-decoration: none;
    border-bottom: 1px solid rgba(59, 130, 246, 0.3);
    transition: color 0.18s ease, border-color 0.18s ease;
}

.free-country-showcase .country-intro-link:not(.country-intro-tag):hover,
.fcp-promo-link:hover,
.fcs-footer-copy a:hover,
.free-country-seo-content a:hover {
    color: var(--c-primary-dark);
    border-bottom-color: currentColor;
}

.fcs-hero-card {
    --fcs-hero-ip-size: 36px;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.fcs-hero-top {
    padding: 20px;
    background: #ffffff;
}

.fcs-hero-title {
    font-size: 28px;
    font-weight: 400;
    color: #404955;
    margin-bottom: 8px;
}

.fcs-hero-ip-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.fcs-hero-ip {
    font-size: var(--fcs-hero-ip-size);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--c-text-base);
    word-break: break-word;
}

button.fcs-hero-ip {
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
}

.fcs-hero-ip-block {
    min-width: 0;
    margin-bottom: 12px;
}

.fcs-hero-ip-line {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.fcs-copyable-ip {
    cursor: pointer;
    color: var(--c-text-base);
    border-radius: 10px;
    box-shadow: inset 0 -1px 0 rgba(37, 99, 235, 0);
    transition: color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.fcs-copyable-ip:hover,
.fcs-copyable-ip:focus {
    color: #2563eb;
    box-shadow: inset 0 -2px 0 rgba(37, 99, 235, 0.42);
    outline: none;
}

.fcs-copyable-ip.copied {
    color: #15803d;
    box-shadow: inset 0 -2px 0 rgba(21, 128, 61, 0.35);
}

.fcs-copy-button {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #f9fafb;
    color: var(--c-text-base);
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fcs-copy-button:hover {
    background: #f3f4f6;
}

.fcs-copy-button--icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    gap: 0;
    border-radius: 8px;
}

.fcs-copy-button--proxy {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 9px;
}

.fcs-copy-button--link {
    text-decoration: none;
    white-space: nowrap;
}

.fcs-copy-button--link:hover,
.fcs-copy-button--link:focus {
    color: var(--c-text-base);
}

.fcs-info-row--rbl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 10px;
}

.fcs-rbl-inline-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 8px 14px;
    border-radius: 14px;
    border: 2px solid #2f6fb1;
    background: linear-gradient(180deg, #fafdff 0%, #eef6ff 100%);
    color: #2f6fb1;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 10px 20px rgba(37, 99, 235, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.fcs-rbl-inline-btn:hover,
.fcs-rbl-inline-btn:focus {
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 14px 24px rgba(37, 99, 235, 0.12);
    border-color: #1e5fa5;
    background: linear-gradient(180deg, #ffffff 0%, #e9f3ff 100%);
    outline: none;
}

.fcs-rbl-inline-btn__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.fcs-rbl-inline-btn__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.fcs-rbl-inline-btn__text {
    display: block;
    max-width: 112px;
    line-height: 1.05;
    text-align: left;
    white-space: normal;
}

.fcs-copy-button.copied {
    background: linear-gradient(135deg, #43a047 0%, var(--c-success) 100%);
    border-color: var(--c-success);
    color: #ffffff;
}

.fcs-copy-button__icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
}

.fcs-copy-button__icon svg {
    width: 16px;
    height: 16px;
}

.fcs-hero-outgoing {
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text-secondary);
    margin-bottom: 6px;
}

.fcs-hero-outgoing[hidden] {
    display: none;
}

.fcs-hero-hint {
    font-size: 14px;
    font-weight: 900;
    color: #5e7bac;
    line-height: 1.6;
}

.fcs-empty-note {
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid #d9e6fb;
    border-radius: 12px;
    background: #f7fbff;
    font-size: 26px;
}

.fcs-empty-note.fcs-hero-hint {
    font-size: 26px;
}

.fcs-your-ip-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #ffffff;
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
}

.fcs-your-ip-text {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text-secondary);
}

.fcs-your-ip-text strong {
    font-weight: 600;
}

.fcs-user-ip-link {
    color: var(--c-text-base);
    font-weight: 700;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.fcs-user-ip-link:hover,
.fcs-user-ip-link:focus {
    color: #2563eb;
    text-decoration: underline;
    text-decoration-color: #2563eb;
}

.fcs-user-country-name {
    color: var(--c-text-subtle);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.fcs-copy-button--inline {
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin-left: 0;
    border-radius: 8px;
}

.fcs-your-ip-diagnostics {
    margin-left: auto;
}

.fcs-copy-toast {
    position: fixed;
    z-index: 15000;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-10px);
    padding: 8px 12px;
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(21, 128, 61, 0.24);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.fcs-copy-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.fcs-inline-flag {
    display: inline-flex;
    flex-shrink: 0;
}

.fcs-inline-flag--hero {
    align-items: center;
}

.fcs-hero-flag-svg {
    display: block;
    width: auto;
    height: var(--fcs-hero-ip-size);
    max-width: calc(var(--fcs-hero-ip-size) * 1.4);
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.35);
}

.fcs-inline-flag--user {
    margin-left: 2px;
}

.fcs-grid {
    display: grid;
    grid-template-columns: 0.75fr 1fr 1fr 1fr;
    gap: 16px;
    padding: 0;
}

.fcs-loading-card {
    grid-column: 1 / -1;
    padding: 24px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: var(--c-bg-light);
    color: #64748b;
    text-align: center;
}

.fcs-detail-card {
    min-width: 0;
    padding: 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.fcs-grid-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--c-text-base);
    font-size: 15px;
    font-weight: 600;
}

.fcs-grid-card__heading {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fcs-grid-card__icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: #6b7280;
}

.fcs-grid-card__icon svg {
    width: 18px;
    height: 18px;
}

.fcs-info-row {
    margin-bottom: 12px;
}

.fcs-info-row:last-child {
    margin-bottom: 0;
}

.fcs-info-label {
    font-size: 14px;
    font-weight: 900;
    color: #404955;
    margin-bottom: 6px;
}

.fcs-info-value {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 15px;
    color: var(--c-text-base);
}

.fcs-info-value--proto {
    font-size: 15px;
    gap: 10px;
}

.fcs-proto-part {
    white-space: nowrap;
}

.fcs-info-sep {
    color: var(--c-text-secondary);
    margin: 0 6px;
}

.fcs-info-desc {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
    margin-top: 6px;
}

.fcs-protocol-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: var(--radius-pill);
    background: var(--c-border-pale);
    color: var(--c-text-subtle);
    font-size: 12px;
    font-weight: 600;
}

.fcs-inline-list {
    display: grid;
    gap: 8px;
}

.fcs-inline-list div {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.fcs-anon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border-radius: 4px;
    background: var(--c-border-pale);
    color: #334155;
    font-size: 14px;
    font-weight: 500;
}

.fcs-anon-badge--elite {
    background: var(--c-success);
    color: #ffffff;
}

.fcs-anon-badge--anonymous {
    background: #dbeafe;
    color: var(--c-primary-dark);
}

.fcs-anon-badge--transparent {
    background: #fef3c7;
    color: #92400e;
}

.fcs-badge-success {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--c-success);
    font-size: 12px;
    font-weight: 600;
    min-width: 0;
    white-space: nowrap;
}

.fcs-badge-success__icon {
    display: inline-flex;
    width: 14px;
    height: 14px;
}

.fcs-badge-success__icon svg {
    width: 14px;
    height: 14px;
}

.fcs-stat-table {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px;
    border-collapse: collapse;
}

.fcs-stat-table td {
    padding: 4px 0;
    color: var(--c-text-base);
}

.fcs-stat-table td:last-child {
    text-align: right;
    font-weight: 600;
}

.fcs-bar-container {
    height: 6px;
    margin: 8px 0;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    background: var(--c-border);
}

.fcs-bar-container--accent {
    flex: 1;
    margin: 0;
    background: transparent;
}

.fcs-bar-container--triple {
    gap: 2px;
    background: transparent;
}

.fcs-bar-fill {
    display: block;
    height: 100%;
}

.fcs-bar-fill--muted {
    background: #9ca3af;
}

.fcs-bar-fill--success,
.fcs-bar-fill--green {
    background: var(--c-success);
}

.fcs-bar-fill--yellow {
    background: #ed6c02;
}

.fcs-bar-fill--red {
    background: #d32f2f;
}

.fcs-bar-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.fcs-bar-meta__value {
    flex-grow: 1;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #166534;
}

.fcs-metric-block + .fcs-metric-block {
    margin-top: 16px;
}

.fcs-metric-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 16px;
    font-weight: 900;
    color: #404955;
}

.fcs-metric-row strong {
    color: var(--c-text-base);
}

.fcs-warning {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 20px 20px;
    padding: 14px 16px;
    border: 1px solid #f6d790;
    border-radius: 8px;
    background: #fff7e6;
    color: #7c4a03;
}

.fcs-warning[hidden] {
    display: none;
}

.fcs-warning__icon {
    font-size: 18px;
    line-height: 1;
}

.fcs-warning__text {
    line-height: 1.6;
}

.fcs-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px;
    border: 2px solid #bcf0da;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
}

.fcs-cta-card__copy {
    max-width: 690px;
}

.fcs-cta-card__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--c-text-base);
    margin-bottom: 12px;
}

.fcs-cta-list {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    margin: 16px 0 0;
    padding: 0;
}

.fcs-cta-list li {
    margin-bottom: 8px;
    color: var(--c-text-base);
}

.fcs-cta-list li::before {
    content: '\2713';
    color: var(--c-success);
    margin-right: 10px;
    font-weight: 700;
    display: inline-block;
    width: 1em;
}

.fcs-buy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 14px 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #43a047 0%, var(--c-success) 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(67, 160, 71, 0.28);
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.fcs-buy-button:hover,
.fcs-buy-button:focus,
.fcs-buy-button:active,
.fcs-buy-button:visited {
    color: #ffffff;
    text-decoration: none;
}

.fcs-buy-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.fcs-footer-copy {
    color: var(--c-text-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.fcs-footer-copy p {
    margin: 0 0 12px;
}

.fcs-footer-copy p:last-child {
    margin-bottom: 0;
}

.fcs-inline-chip {
    display: inline-flex;
    align-items: center;
    padding: 2px 6px;
    border-radius: 4px;
    background: var(--c-border-pale);
    font-weight: 500;
}

/* === Extended details (tech + geo) === */
.fcs-extended {
    margin-top: 18px;
}

.fcs-extended,
.fcs-extended *,
.fcs-dnsbl,
.fcs-dnsbl * {
    font-family: 'Roboto', sans-serif;
}

.fcs-extended__title {
    margin: 0 0 10px;
    padding-left: 6px;
    color: var(--c-primary);
    font-size: 17px;
    font-weight: 700;
}

.fcs-extended__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.fcs-kv-card {
    padding: 14px 16px;
}

.fcs-kv-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.fcs-kv-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
}

.fcs-kv-label {
    color: var(--c-text-secondary);
    flex: 0 0 auto;
}

.fcs-kv-value {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--c-text-base);
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}

.fcs-stab-pill {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    background: #16a34a;
}

.fcs-stab-pill--ok { background: #16a34a; }
.fcs-stab-pill--mid { background: #d97706; }
.fcs-stab-pill--low { background: #dc2626; }

.fcs-kv-value-mono {
    font-size: 13px;
    word-break: break-all;
}

.fcs-dnsbl {
    margin-top: 18px;
}

.fcs-dnsbl-card {
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.fcs-dnsbl-summary {
    margin: 8px 0 12px;
    font-size: 13.5px;
    color: var(--c-text-muted);
}

.fcs-dnsbl-summary--ok { color: #15803d; font-weight: 600; }
.fcs-dnsbl-summary--bad { color: #b91c1c; font-weight: 600; }

.fcs-dnsbl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 18px;
}

.fcs-dnsbl-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 13.5px;
    color: var(--c-text-base);
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
}

.fcs-dnsbl-row--checking { color: var(--c-text-muted); }
.fcs-dnsbl-row--ok { color: var(--c-text-base); }
.fcs-dnsbl-row--listed { color: #b91c1c; font-weight: 600; }
.fcs-dnsbl-row--error { color: var(--c-text-muted); }

.fcs-dnsbl-name {
    font-size: 12.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fcs-dnsbl-status {
    flex-shrink: 0;
    margin-left: 8px;
    line-height: 0;
}

.fcs-dnsbl-status svg {
    display: block;
}

@media (max-width: 960px) {
    .fcs-dnsbl-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 540px) {
    .fcs-dnsbl-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .fcs-extended__grid {
        grid-template-columns: 1fr;
    }

    .fcs-kv-row {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .fcs-kv-value {
        text-align: left;
    }
}

.fcs-inline-chip a {
    color: var(--c-text-subtle);
    text-decoration: none;
    border-bottom: none;
}

@media (max-width: 900px) {
    .fcs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fcs-cta-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .fcs-buy-button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .free-country-shell {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }
    .free-country-showcase {
        gap: 12px;
    }
    .fcs-header h1 {
        font-size: 26px;
    }
    .fcs-stat-line {
        font-size: 14px;
    }
    .fcs-summary {
        font-size: 14px;
    }
    .fcs-hero-top,
    .fcs-your-ip-card,
    .fcs-footer-card {
        padding-left: 12px;
        padding-right: 12px;
    }
    .fcs-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .fcs-hero-ip-row {
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }
    .fcs-hero-title {
        font-size: 19px;
        line-height: 1.2;
        margin-bottom: 6px;
    }
    .fcs-hero-ip {
        font-size: 27px;
        line-height: 1.05;
        overflow-wrap: anywhere;
    }
    .fcs-hero-ip-block {
        flex: 1 1 auto;
        min-width: 0;
        margin-bottom: 0;
    }
    .fcs-your-ip-card {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .fcs-your-ip-text {
        min-width: 0;
        font-size: 14px;
        gap: 6px;
        line-height: 1.35;
    }
    .fcs-your-ip-diagnostics {
        margin-left: 0;
    }
    .fcs-user-country-name {
        font-size: 13px;
    }
    .fcs-hero-outgoing {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .fcs-hero-card .fcs-hero-hint,
    .fcs-info-desc {
        display: none;
    }
    .fcs-empty-note,
    .fcs-empty-note.fcs-hero-hint {
        display: block;
        font-size: 16px;
        line-height: 1.55;
    }
    .fcs-detail-card {
        padding: 12px;
        border-radius: 10px;
    }
    .fcs-grid-card__header {
        margin-bottom: 10px;
        font-size: 14px;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .fcs-grid-card__icon,
    .fcs-grid-card__icon svg {
        width: 20px;
        height: 20px;
    }
    .fcs-info-row {
        margin-bottom: 10px;
    }
    .fcs-info-row--rbl {
        align-items: flex-start;
        gap: 10px;
    }
    .fcs-rbl-inline-btn {
        padding-left: 12px;
        padding-right: 12px;
    }
    .fcs-rbl-inline-btn__text {
        max-width: 92px;
    }
    .fcs-info-label {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .fcs-info-value,
    .fcs-info-value--proto,
    .fcs-stat-table,
    .fcs-bar-meta__value,
    .fcs-metric-row {
        font-size: 14px;
    }
    .fcs-bar-container {
        height: 4px;
        margin: 6px 0;
        border-radius: 2px;
    }
    .fcs-badge-success {
        flex: 0 1 auto;
        max-width: 100%;
        margin-left: 28px;
        font-size: 11px;
        line-height: 1.2;
        white-space: normal;
    }
    .fcs-badge-success__icon {
        width: 12px;
        height: 12px;
    }
    .fcs-badge-success__icon svg {
        width: 12px;
        height: 12px;
    }
    .fcs-metric-block + .fcs-metric-block {
        margin-top: 12px;
    }
    .fcs-copy-button--link {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        min-height: 40px;
        padding: 8px 12px;
        white-space: normal;
        text-align: center;
        line-height: 1.3;
    }
    .fcs-copy-button__icon,
    .fcs-copy-button__icon svg {
        width: 18px;
        height: 18px;
    }
    .fcs-copy-button--inline {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }
    .fcs-copy-button--proxy {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }
    .fcs-warning {
        margin: 0 12px 12px;
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
    .fcs-stat-line {
        gap: 6px;
    }
    .fcs-stat-item,
    .fcs-stat-separator {
        width: 100%;
        justify-content: center;
    }
    .fcs-stat-separator {
        display: none;
    }
}

