/* Generated by tools/sync_css_perf_assets.php. Do not edit directly. */

/* source: proxy-list-free-country-base.css */
/* Lightweight base for /proxy-list/free/{country}/ pages. Keep this file limited to shared pieces used by the free-country view. */
:root {
    --c-white: #ffffff;
    --c-primary: #1d75d6;
    --c-accent: #0e87e6;
    --c-teal: #0f9bb4;
    --c-text-dark: #17345f;
    --c-text-base: #111827;
    --c-text-darkest: #0f172a;
    --c-text-muted: #4e5c72;
    --c-text-secondary: #4b5563;
    --c-text-subtle: #475569;
    --c-primary-dark: #1d4ed8;
    --c-link: #0b63ce;
    --c-success: #2e7d32;
    --c-bg-disabled: #f0f0f0;
    --c-bg-light: #f8fafc;
    --c-border: #e5e7eb;
    --c-border-pale: #e2e8f0;
    --grad-primary: linear-gradient(135deg, var(--c-primary) 0%, var(--c-accent) 58%, var(--c-teal) 100%);
    --shadow-focus: 0 0 0 4px rgba(29, 117, 214, 0.16);
    --radius-pill: 999px;
}

.highlight-count {
    color: #c43838;
    font-weight: 800;
    padding: 0 4px;
    border-radius: 4px;
}

#freeCountryProxyCard,
#freeCountryShowcase,
#freeCountrySeoSection,
#freeCountriesSection,
#freeProxyFaq {
    scroll-margin-top: calc(var(--gp-top-bar-height, 80px) + 18px);
}

.country-intro-facts-row--tags {
    display: grid;
    grid-template-columns: minmax(120px, 150px) 1fr;
    align-items: start;
    gap: 12px;
    margin: 0;
}

.country-intro-facts-label {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    color: #404955;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.country-intro-facts-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.country-intro-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 7px 14px;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-pill);
    background: #f3f4f6;
    color: var(--c-text-secondary);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border-bottom: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.country-intro-tag:hover,
.country-intro-tag:focus {
    color: var(--c-primary-dark);
    background: #dbeafe;
    border-color: #93c5fd;
    text-decoration: none;
    border-bottom: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(59, 130, 246, 0.12);
}

.country-intro-tag--active {
    background: #e8f0ff;
    border-color: #bfdbfe;
    color: var(--c-primary-dark);
    font-weight: 700;
}

#fcpYourIpFlag:not([class*="flag-"]) {
    display: none;
}

.free-proxy-faq {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto 16px;
    background: #ffffff;
    padding: 18px 18px 8px;
    border: 1px solid #d8e0ea;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.free-proxy-faq .country-intro-link {
    color: var(--c-link);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.18s ease;
}

.free-proxy-faq .country-intro-link:hover {
    color: #084c9e;
}

.free-proxy-faq h2 {
    margin: 0 0 14px;
    color: #1b2a44;
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 4px;
}

.free-proxy-faq h2::after {
    content: '';
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 10px;
    border-radius: var(--radius-pill);
    background: linear-gradient(90deg, var(--c-accent), #79baf3);
}

.free-proxy-faq-list {
    display: grid;
    gap: 12px;
}

.free-proxy-faq-item {
    padding: 14px 16px;
    background: #f7faff;
    border: 1px solid #dce8f8;
    border-radius: 10px;
}

.free-proxy-faq-item summary {
    margin: 0;
    color: var(--c-text-dark);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.free-proxy-faq-item summary::-webkit-details-marker {
    display: none;
}

.free-proxy-faq-item summary::after {
    content: '+';
    float: right;
    font-size: 20px;
    font-weight: 400;
    color: #6889b4;
    transition: transform 0.2s ease;
}

.free-proxy-faq-item[open] summary::after {
    content: '\2212';
}

.free-proxy-faq-item p {
    margin: 10px 0 0;
    color: var(--c-text-muted);
    font-size: 15px;
    line-height: 1.65;
}

.free-proxy-faq-item p + p {
    margin-top: 10px;
}

.free-proxy-faq-item .country-features-list {
    margin: 10px 0 0;
    padding-left: 20px;
    color: var(--c-text-muted);
    font-size: 15px;
    line-height: 1.65;
    list-style: disc;
}

.free-proxy-faq-item .country-features-list li + li {
    margin-top: 6px;
}

.country-access-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    background: linear-gradient(180deg, #f4fbff, #ffffff);
    border: 1px solid #d6eaf8;
    box-shadow: 0 6px 18px rgba(14, 142, 230, 0.06);
}

.country-access-note .icon {
    flex: 0 0 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e6f6ff, #dff6ff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0570c9;
    font-weight: 800;
    font-size: 18px;
}

.country-access-note .text {
    color: #083245;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}

.country-access-note .sub {
    display: block;
    font-weight: 600;
    color: #3a5564;
    font-size: 13px;
    margin-top: 6px;
}

@media (max-width: 768px) {
    .free-proxy-faq {
        padding: 16px 14px 8px;
        border-radius: 10px;
    }

    .free-proxy-faq h2 {
        font-size: 20px;
    }

    .free-proxy-faq-item {
        padding: 12px 13px;
    }

    .free-proxy-faq-item summary {
        font-size: 15px;
    }

    .free-proxy-faq-item p,
    .free-proxy-faq-item .country-features-list {
        font-size: 14px;
        line-height: 1.55;
    }
}

@media (max-width: 700px) {
    .country-access-note {
        flex-direction: column;
        align-items: stretch;
    }

    .country-access-note .icon {
        margin: 0 auto 6px;
    }
}

@media (max-width: 640px) {
    .country-intro-facts-row--tags {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .country-intro-facts-label {
        min-height: 0;
    }
}

/* source: proxy-list-free.css */
/*
 * 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-proxy-anchor-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 16px;
        margin-top: 14px;
    }

.free-proxy-anchor-nav .country-intro-link {
        display: inline-flex;
        align-items: center;
        padding: 6px 12px;
        border-radius: var(--radius-pill);
        background: rgba(11, 99, 206, 0.08);
        text-decoration: none;
    }

.free-proxy-anchor-nav .country-intro-link:hover {
        background: rgba(11, 99, 206, 0.14);
    }

.free-country-stats-section {
        width: 100%;
        max-width: 1000px;
        margin: 10px auto 16px;
        background: #f9f9f9;
        padding: 10px;
        border: 3px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

.free-country-stats-title {
        text-align: center;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        margin: 5px 0 12px;
        letter-spacing: 0.3px;
    }

.free-country-stats-hint {
           margin: -2px auto 18px;
        max-width: 720px;
        color: #4a5568;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }

    .free-upgrade-path__button:visited,
    .free-upgrade-path__button:focus {
        color: #ffffff;
        text-decoration: none;
    }

.free-upgrade-path {
        width: 100%;
        max-width: 1000px;
        margin: 18px auto 16px;
        padding: 20px 22px;
        border: 1px solid #ead7bd;
        border-radius: 16px;
        background: linear-gradient(135deg, #fffaf2 0%, #fffdf9 100%);
        box-shadow: 0 14px 32px rgba(120, 77, 20, 0.08);
    }

.free-upgrade-path h2 {
        margin: 0 0 10px;
        color: #6a3c12;
        font-size: 22px;
        line-height: 1.25;
    }

.free-upgrade-path p {
        margin: 0;
        color: #5f4b35;
        font-size: 15px;
        line-height: 1.7;
    }

.free-upgrade-path__list {
        margin: 14px 0 0;
        padding-left: 20px;
        color: #5f4b35;
    }

.free-upgrade-path__list li {
        margin-bottom: 8px;
        line-height: 1.6;
    }

.free-upgrade-path__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 16px;
    }

.free-upgrade-path__button,
    .free-upgrade-path__secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 16px;
        border-radius: var(--radius-pill);
        text-decoration: none;
        font-weight: 700;
        transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    }

.free-upgrade-path__button {
        background: var(--c-text-dark);
        color: #ffffff;
        box-shadow: 0 10px 22px rgba(23, 52, 95, 0.18);
    }

.free-upgrade-path__button:hover {
        background: #102746;
        color: #ffffff;
        text-decoration: none;
        transform: translateY(-1px);
    }

.free-upgrade-path__secondary {
        border: 1px solid #d8c5aa;
        background: rgba(255, 255, 255, 0.7);
        color: #7b4b1f;
    }

.free-upgrade-path__secondary:hover {
        background: #ffffff;
        border-color: #c9ab82;
        color: #60370d;
    }

.free-country-stats-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px 16px;
    }

.free-country-stats-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 6px 10px;
        border-radius: 8px;
        transition: background 0.15s;
        text-decoration: none;
    }

.free-country-stats-item:hover {
        background: var(--c-bg-disabled);
    }

.free-country-stats-name {
        flex: 1 1 0;
        min-width: 0;
        font-size: 14px;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

.free-country-stats-item .count {
        min-width: 32px;
        font-size: 13px;
        text-align: right;
        color: #0d2238;
        font-weight: 700;
        flex: 0 0 auto;
    }

@media (max-width: 768px) {
    .free-proxy-anchor-nav {
            gap: 8px;
        }
    .free-proxy-anchor-nav .country-intro-link {
            padding: 6px 10px;
            font-size: 13px;
        }
            .free-upgrade-path {
            padding: 16px 14px;
            border-radius: 14px;
        }
            .free-upgrade-path h2 {
            font-size: 20px;
        }
            .free-upgrade-path__actions {
            flex-direction: column;
            align-items: stretch;
        }
            .free-upgrade-path__button,
        .free-upgrade-path__secondary {
            width: 100%;
        }
}

@media (max-width: 700px) {
    .free-country-stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .free-country-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 6px; }
    .free-country-stats-item { gap: 4px; padding: 4px 6px; border-radius: 6px; display: flex; align-items: center; }
    .free-country-stats-name { font-size: 13px; flex: 1 1 0; min-width: 0; }
    .free-country-stats-item .flag { margin-right: 6px; width: 16px; height: 12px; flex: 0 0 16px; }
    .free-country-stats-item .country-count,
 .free-country-stats-item .count { font-size: 13px; min-width: 32px; text-align: right; color: #0d2238; font-weight: 700; flex: 0 0 auto; }
}

@media (max-width: 340px) {
    .free-country-stats-grid { grid-template-columns: 1fr; gap: 4px 6px; }
    .free-country-stats-item { justify-content: space-between; padding: 4px 6px; }
    .free-country-stats-name { font-size: 12px; }
    .free-country-stats-item .country-count,
 .free-country-stats-item .count { min-width: 30px; font-size: 12px; }
}

/* source: proxy-list-free-country.css */
/*
 * 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: background-color 0.2s ease, border-color 0.2s ease, color 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;
}

/* === Extended details (tech + geo) === */
.fcs-extended {
    margin-top: 18px;
}

.fcs-extended,
.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-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;
}

.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;
    }
}

/* source: proxy-list-modal.css */
/*
 * 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.
 */

#proxyInfoModal .pim-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;
}

#proxyInfoModal .pim-rbl-inline-btn { font-family: 'Roboto', sans-serif; }

#proxyInfoModal .pim-rbl-inline-btn:hover {
    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;
}

#proxyInfoModal .pim-rbl-inline-btn__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

#proxyInfoModal .pim-rbl-inline-btn__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

#proxyInfoModal .pim-rbl-inline-btn__text {
    display: block;
    max-width: 112px;
    line-height: 1.05;
    text-align: left;
    white-space: normal;
}

#proxyInfoModal {
                display: none;
                position: fixed;
                z-index: 99999;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background: #f0f2f5;
                color: #1a1a2e;
                border-radius: 20px;
                padding: 0;
                width: 620px;
                max-width: calc(100vw - 24px);
                max-height: calc(100vh - 40px);
                overflow-y: auto;
                box-shadow: 0 20px 60px rgba(0,0,0,0.28), 0 2px 8px rgba(0,0,0,0.12);
                font-size: 16px;
                font-family: 'Roboto', sans-serif;
                line-height: 1.65;
                border: 3px solid #ddd;
            }

#proxyInfoModal.active {
                display: block;
                animation: pimSlideIn 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
            }

@media (max-width: 600px) {
    #proxyInfoModal.active {
                    animation: pimSlideInMobile 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
                }
}

#proxyInfoModal .pim-top {
                padding: 22px 26px 18px;
                background: linear-gradient(135deg, #1E88E5 0%, #1565C0 100%);
                border-radius: 20px 20px 0 0;
            }

#proxyInfoModal .pim-toprow {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 14px;
            }

#proxyInfoModal .pim-title {
                font-size: 19px;
                font-weight: 700;
                color: #ffffff;
                letter-spacing: -0.2px;
            }

#proxyInfoModal .pim-close {
                cursor: pointer;
                font-size: 26px;
                font-weight: 700;
                opacity: 0.75;
                line-height: 1;
                background: none;
                border: none;
                color: #ffffff;
                padding: 0 4px;
                transition: opacity 0.2s, transform 0.3s ease;
                display: inline-block;
            }

#proxyInfoModal .pim-close:hover { opacity: 1; transform: rotate(90deg); }

#proxyInfoModal .pim-copy-block {
                display: flex;
                align-items: center;
                gap: 16px;
                background: linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08));
                border-radius: 18px;
                padding: 18px;
                border: 1px solid rgba(255,255,255,0.28);
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 10px 20px rgba(12, 52, 110, 0.14);
            }

#proxyInfoModal .pim-copy-ip {
                flex: 1;
                font-size: 30px;
                font-weight: 800;
                color: #ffffff;
                letter-spacing: 0.02em;
                line-height: 1.05;
                word-break: break-word;
            }

#proxyInfoModal .pim-copy-btn {
                flex: 0 0 auto;
                width: 64px;
                height: 64px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.08));
                color: #ffffff;
                border: 1px solid rgba(255,255,255,0.22);
                border-radius: 16px;
                padding: 0;
                cursor: pointer;
                transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 10px 18px rgba(15, 23, 42, 0.12);
            }

#proxyInfoModal .pim-copy-btn:hover {
                transform: translateY(-1px);
                border-color: rgba(255,255,255,0.38);
                background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.12));
            }

#proxyInfoModal .pim-copy-btn .fcs-copy-button__icon {
                width: 26px;
                height: 26px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

#proxyInfoModal .pim-copy-btn .fcs-copy-button__icon svg {
                width: 100%;
                height: 100%;
                display: block;
            }

#proxyInfoModal .pim-copy-btn.copied {
                background: linear-gradient(135deg, rgba(52, 211, 153, 0.28), rgba(16, 185, 129, 0.22));
                border-color: rgba(52, 211, 153, 0.58);
                box-shadow: 0 12px 24px rgba(16, 185, 129, 0.18);
            }

#proxyInfoModal .pim-body {
                padding: 18px 26px 24px;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 0 24px;
                background: #f0f2f5;
            }

#proxyInfoModal .pim-section {
                margin-bottom: 16px;
            }

#proxyInfoModal .pim-section-full {
                grid-column: 1 / -1;
                margin-bottom: 16px;
            }

#proxyInfoModal .pim-section--location .pim-section-title { color: #43A047; border-left-color: #43A047; }

#proxyInfoModal .pim-section--protocol .pim-section-title { color: #E53935; border-left-color: #E53935; }

#proxyInfoModal .pim-section--reliability .pim-section-title { color: #F9A825; border-left-color: #F9A825; }

#proxyInfoModal .pim-section--performance .pim-section-title { color: #1f2937; border-left-color: #1f2937; }

#proxyInfoModal .pim-section-title {
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 1.1px;
                margin-bottom: 6px;
                font-weight: 700;
                border-left: 3px solid currentColor;
                padding-left: 8px;
            }

#proxyInfoModal .pim-row {
                display: flex;
                justify-content: space-between;
                gap: 10px;
                padding: 5px 0;
                border-bottom: 1px solid #dde1e8;
            }

#proxyInfoModal .pim-row:last-child { border-bottom: none; }

#proxyInfoModal .pim-label { font-size: 15px; color: #6b7280; }

#proxyInfoModal .pim-value { font-weight: 600; color: #1a1a2e; text-align: right; }

#proxyInfoModal .pim-row--services {
                align-items: center;
            }

#proxyInfoModal .pim-label--services {
                color: #1E88E5;
                font-weight: 700;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 1.1px;
                border-left: 3px solid currentColor;
                padding-left: 8px;
            }

#proxyInfoModal .pim-value--services {
                display: inline-flex;
                justify-content: flex-end;
                min-width: 120px;
            }

#proxyInfoModal .pim-services-empty {
                color: #94a3b8;
                font-weight: 600;
            }

#proxyInfoModal .pim-desc {
                margin: 3px 0 6px;
                font-size: 13px;
                color: #9ca3af;
                line-height: 1.5;
            }

#proxyInfoModal .pim-row--rbl {
                align-items: center;
                gap: 16px;
            }

#proxyInfoModal .pim-row--rbl .pim-label {
                color: #5b6472;
                font-weight: 500;
            }

#proxyInfoModal .pim-section-full .pim-row {
                background: #ffffff;
                border-radius: 10px;
                border: 1px solid #d5dde8;
                padding: 8px 12px;
            }

#proxyInfoModal .pim-section-full .pim-label { color: #00897B; font-weight: 600; }

#proxyInfoModal .pim-section-full .pim-value { color: #00695C; }

@media (max-width: 600px) {
    #proxyInfoModal {
                    top: 0;
                    left: 0;
                    transform: none;
                    width: 100%;
                    max-width: 100%;
                    max-height: 100%;
                    height: 100%;
                    border-radius: 0;
                    border: none;
                }
    #proxyInfoModal .pim-top {
                    border-radius: 0;
                }
    #proxyInfoModal .pim-body {
                    grid-template-columns: 1fr;
                }
    #proxyInfoModal .pim-section-full {
                    grid-column: 1;
                }
    #proxyInfoModal .pim-copy-block {
                    gap: 12px;
                    padding: 14px;
                }
    #proxyInfoModal .pim-copy-ip {
                    font-size: 22px;
                }
    #proxyInfoModal .pim-copy-btn {
                    width: 54px;
                    height: 54px;
                    border-radius: 14px;
                }
    #proxyInfoModal .pim-row--rbl {
                    align-items: flex-start;
                }
    #proxyInfoModal .pim-rbl-inline-btn {
                    padding-left: 12px;
                    padding-right: 12px;
                }
    #proxyInfoModal .pim-rbl-inline-btn__text {
                    max-width: 92px;
                }
}
