/* ============================================================
   NameCheckerr WordPress Plugin — namecheckerr.css
   Design faithfully ported from namecheckerr.com
   All rules scoped under .ncr-wrap to prevent theme conflicts
   ============================================================ */

/* ── Local Font Awesome (brands + solid + regular) ─────────── */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-display: block;
    font-weight: 400;
    src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
        url('../webfonts/fa-brands-400.ttf') format('truetype');
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../webfonts/fa-regular-400.woff2') format('woff2'),
        url('../webfonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
        url('../webfonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
        url('../webfonts/fa-brands-400.ttf') format('truetype');
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
        url('../webfonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
        url('../webfonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
        url('../webfonts/fa-brands-400.ttf') format('truetype');
}

/* ── Montserrat ──────────────────────────────────────────── */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ── Design tokens (matches namecheckerr.com :root) ─────── */
.ncr-wrap {
    --body-bg: #EBF5FB;
    --font-color: #505050;
    --border-color: #d7d7d7;
    --twitter: #1da1f2;
    --generic: #534e7d;
    --facebook: #4267b2;
    --black: #000;
    --white: #fff;
    --youtube: #ff0000;
    --slack: #4a154b;
    --pintrest: #bd081c;
    --header-bg: #0e2a47;
    --tumblr: #35465c;
    --twitch: #6441a4;
    --dribbble: #f46598;
    --foursquare: #0732a2;
    --reddit: #ff4500;
    --wordpress: #21759b;
    --feedburner: #e22133;
    --github: #4078c0;
    --blog: #f57d00;
    --cash: #28c101;
    --lastfm: #d51007;
    --venmo: #3d95ce;
    --behance: #1769ff;
    --esty: #d5641c;
    --deviantart: #4dc47d;
    --flickr: #ff0084;
    --vimeo: #1ab7ea;
    --meetup: #e0393e;
    --ft-border: #5a5a5a;
    --instagram: #d6249f;
    --search-border: #00000047;
    --free-bg: #e8ffe2;
    --taken-bg: #ffdee1;
    --warning: #0066b2;
    --warning-bg: #cde4f5;
    --snapchat: #FFFC00;
    --qr-border: #ced4da;

    /* Layout */
    font-family: 'Montserrat', sans-serif;
    background-color: var(--body-bg);
    color: var(--font-color);
    padding: 30px 0;
    box-sizing: border-box;
    padding: 10px;
}

.ncr-wrap *,
.ncr-wrap *::before,
.ncr-wrap *::after {
    box-sizing: border-box;
}

/* Override any theme a:hover that adds underline inside the plugin */
.ncr-wrap a,
.ncr-wrap a:hover,
.ncr-wrap a:focus,
.ncr-wrap a:active,
.ncr-wrap a:visited {
    text-decoration: none !important;
}

/* ── FA utility classes ──────────────────────────────────── */
.ncr-wrap .fa,
.ncr-wrap .fa-brands,
.ncr-wrap .fa-solid,
.ncr-wrap .fab,
.ncr-wrap .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.ncr-wrap .fa-solid,
.ncr-wrap .fas {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
}

.ncr-wrap .fa-brands,
.ncr-wrap .fab {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome";
    font-weight: 400;
}

/* Solid icon characters needed by the plugin */
.ncr-wrap .fa-xmark::before {
    content: "\f00d";
}

.ncr-wrap .fa-check::before {
    content: "\f00c";
}

.ncr-wrap .fa-circle-exclamation::before {
    content: "\f06a";
}

.ncr-wrap .fa-magnifying-glass::before,
.ncr-wrap .fa-search::before {
    content: "\f002";
}

.ncr-wrap .fa-arrow-rotate-right::before {
    content: "\f2f9";
}

/* ── Search bar ──────────────────────────────────────────── */
.ncr-search-section {
    max-width: 620px;
    margin: 0 auto 20px;
}

.ncr-search-bar {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 5px;
    background: var(--white);
    border-radius: 10px;
    border: 1px solid var(--border-color);
    width: 100%;
    height: 64px;
}

.ncr-name-search {
    padding: 5px 20px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    border-radius: 30px;
    border: 0 !important;
    font-family: 'Montserrat', sans-serif;
    color: var(--font-color) !important;
    background: transparent !important;
    outline: none !important;
}

.ncr-name-search::placeholder {
    color: #aaa;
}

.ncr-btn-group {
    position: relative;
    display: flex;
    align-items: center;
}

.ncr-clear-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 70px;
    color: var(--font-color);
    z-index: 2;
}

.ncr-search-btn {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
    color: var(--header-bg);
    background: var(--white);
    border: 1px solid var(--search-border);
    border-radius: 10px;
    font-family: 'FontAwesome', 'Montserrat', sans-serif;
    cursor: pointer;
    height: 50px;
    width: 50px;
    transition: background 0.2s, color 0.2s;
}

.ncr-search-btn:hover {
    background: var(--header-bg);
    color: var(--white);
}

.ncr-search-btn:focus {
    outline: none;
}

/* ── Tab bar ─────────────────────────────────────────────── */
.ncr-logo-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin: 0 auto 6px;
    background: var(--white);
    padding: 10px;
    border-radius: 50px;
    width: 360px;
    max-width: 100%;
    border: 2px solid rgba(0, 161, 176, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
}

.ncr-logo-tabs .ncr-tab-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 26px;
    border: none;
    background: transparent;
    border-radius: 30px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #6b7280;
    transition: all 0.3s ease;
}

.ncr-logo-tabs .ncr-tab-btn svg {
    stroke: currentColor;
}

.ncr-logo-tabs .ncr-tab-btn.active {
    background: var(--header-bg);
    color: var(--white);
}

.ncr-tab-icon {
    font-weight: 500;
    white-space: nowrap;
}

/* ── Logo wrapper ────────────────────────────────────────── */
.ncr-logo-wrapper {
    width: 100%;
}

/* ── Section visibility ──────────────────────────────────── */
.ncr-logo-section {
    display: none;
}

.ncr-logo-section.ncr-section-active {
    display: block;
}

/* ── Social grid ─────────────────────────────────────────── */
.ncr-social-section {
    display: none;
    /* overridden by .ncr-section-active */
    width: 100%;
}

.ncr-social-section.ncr-section-active {
    display: block;
}

.ncr-social-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px 20px;
    padding: 25px 5px 10px;
}

/* ── Domain grid ─────────────────────────────────────────── */
.ncr-domain-section.ncr-section-active {
    display: block;
}

.ncr-domain-grid {
    display: grid;
    gap: 5px;
    padding-top: 10px;
}

/* ── Section header (social-title equivalent) ────────────── */
.ncr-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-right: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.ncr-section-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-grow: 1;
}

.ncr-section-icon {
    flex-shrink: 0;
    color: var(--header-bg);
}

.ncr-section-text {
    flex-grow: 1;
}

.ncr-section-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--header-bg);
}

.ncr-availability-count {
    margin: 4px 0 0;
    font-size: 14px;
    color: #666;
}

.ncr-social-available,
.ncr-domain-available {
    font-weight: 700;
    color: var(--header-bg);
}

/* ── Main box (card wrapper) ─────────────────────────────── */
.ncr-main-box {
    position: relative;
}

/* ── Content sec (card) ──────────────────────────────────── */
.ncr-content-sec,
.ncr-wrap .content-sec {
    padding: 8px;
    border-radius: 15px;
    background-color: var(--white);
    border: 1px solid var(--qr-border);
    transition: 0.5s;
    position: relative;
    display: flex;
    align-items: center;
    /* ensures the absolutely-positioned loader has a parent height to fill */
    min-height: 70px;
}

.ncr-content-sec:hover,
.ncr-wrap .content-sec:hover {
    background-color: var(--white);
}

/* ── Content box (social card inner) ────────────────────── */
.ncr-content-box,
.ncr-wrap .content-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

/* ── Domain box ──────────────────────────────────────────── */
.ncr-domain-box,
.ncr-wrap .domain-box {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    align-items: center;
}



#ncr-domain-sec .ncr-content-sec:hover {
    background: linear-gradient(90deg, rgba(30, 136, 229, .06), rgba(30, 136, 229, .015));
    padding-left: 6px;
}

/* ── Social logo circles ─────────────────────────────────── */
.ncr-social-logo {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--header-bg);
    flex-shrink: 0;
}

.ncr-social-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

/* ── Brand background colours ────────────────────────────── */
.ncr-social-logo.facebook {
    background: var(--facebook);
}

.ncr-social-logo.twitter {
    background: var(--black);
}

.ncr-social-logo.youtube {
    background: var(--youtube);
}

.ncr-social-logo.pinterest {
    background: var(--pintrest);
}

.ncr-social-logo.vimeo {
    background: var(--vimeo);
}

.ncr-social-logo.etsy {
    background: var(--esty);
}

.ncr-social-logo.github {
    background: var(--github);
}

.ncr-social-logo.flickr {
    background: var(--flickr);
}

.ncr-social-logo.reddit {
    background: var(--reddit);
}

.ncr-social-logo.wordpress {
    background: var(--wordpress);
}

.ncr-social-logo.soundcloud {
    background: var(--header-bg);
}

.ncr-social-logo.alt-500px {
    background: var(--youtube);
}

.ncr-social-logo.behance {
    background: var(--behance);
}

.ncr-social-logo.tumblr {
    background: var(--tumblr);
}

.ncr-social-logo.myspace {
    background: var(--header-bg);
}

.ncr-social-logo.meetup {
    background: var(--meetup);
}

.ncr-social-logo.dribbble {
    background: var(--dribbble);
}

.ncr-social-logo.aboutme {
    background: var(--header-bg);
}

.ncr-social-logo.lastfm {
    background: var(--lastfm);
}

.ncr-social-logo.cashapp {
    background: var(--header-bg);
}

.ncr-social-logo.venmo {
    background: var(--venmo);
}

.ncr-social-logo.kinja {
    background: var(--black);
}

.ncr-social-logo.mix {
    background: var(--blog);
}

.ncr-social-logo.deviantart {
    background: var(--deviantart);
}

.ncr-social-logo.livejournal {
    background: var(--header-bg);
}

.ncr-social-logo.ifttt {
    background: var(--header-bg);
}

.ncr-social-logo.disqus {
    background: var(--header-bg);
}

.ncr-social-logo.twitch {
    background: var(--twitch);
}

.ncr-social-logo.ello {
    background: var(--black);
}

.ncr-social-logo.blogger {
    background: var(--blog);
}

.ncr-social-logo.snapchat {
    background: var(--snapchat);
}

.ncr-social-logo.instagram {
    background: var(--instagram);
}

/* Domain TLD logos */
.ncr-social-logo.com,
.ncr-social-logo.org,
.ncr-social-logo.co,
.ncr-social-logo.io,
.ncr-social-logo.us,
.ncr-social-logo.cc,
.ncr-social-logo.me,
.ncr-social-logo.biz,
.ncr-social-logo.info,
.ncr-social-logo.de,
.ncr-social-logo.at,
.ncr-social-logo.eu,
.ncr-social-logo.ru,
.ncr-social-logo.jp,
.ncr-social-logo.mobi,
.ncr-social-logo.in,
.ncr-social-logo.xyz,
.ncr-social-logo.uk,
.ncr-social-logo.ca,
.ncr-social-logo.ws,
.ncr-social-logo.ee,
.ncr-social-logo.do,
.ncr-social-logo.cn {
    background: var(--header-bg);
}

/* ── Social icon spans ────────────────────────────────────── */
/* Base: same as .logo-sec .content-sec .content-box .social-logo span */
.ncr-wrap .ncr-social-logo span,
.ncr-wrap .ncr-social-logo a span {
    font-family: "FontAwesome", "Font Awesome 6 Brands", "Font Awesome 5 Brands",
        "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-style: normal;
    font-size: 24px;
    color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    line-height: 1;
    text-rendering: auto;
}

/* Snapchat has dark text on yellow */
.ncr-wrap .ncr-social-logo.snapchat span {
    color: #000;
}

/* ── Icon unicode definitions (exact copies from style.css) ── */
.ncr-wrap .social-icon::before {
    content: '\f57d';
}

/* fallback */
.ncr-wrap .facebook-icon::before {
    content: '\f39e';
}

.ncr-wrap .twitter-icon::before {
    content: '\e61b';
}

.ncr-wrap .youtube-icon::before {
    content: '\f167';
}

.ncr-wrap .pinterest-icon::before {
    content: '\f231';
}

.ncr-wrap .vimeo-icon::before {
    content: '\f57d';
}

.ncr-wrap .etsy-icon::before {
    content: '\f2d7';
}

.ncr-wrap .github-icon::before {
    content: '\f09b';
}

.ncr-wrap .flickr-icon::before {
    content: '\f16e';
}

.ncr-wrap .reddit-icon::before {
    content: '\f281';
}

.ncr-wrap .wordpress-icon::before {
    content: '\f411';
}

.ncr-wrap .soundcloud-icon::before {
    content: '\f1be';
}

.ncr-wrap .alt-500px-icon::before {
    content: '\f26e';
}

.ncr-wrap .behance-icon::before {
    content: '\f1b4';
}

.ncr-wrap .tumblr-icon::before {
    content: '\f173';
}

.ncr-wrap .meetup-icon::before {
    content: '\f2e0';
}

.ncr-wrap .dribbble-icon::before {
    content: '\f17d';
}

.ncr-wrap .lastfm-icon::before {
    content: '\f202';
}

.ncr-wrap .cashapp-icon::before {
    content: '\f57d';
}

.ncr-wrap .venmo-icon::before {
    content: '\f40a';
}

.ncr-wrap .kinja-icon::before {
    content: '\f57d';
}

.ncr-wrap .mix-icon::before {
    content: '\f3cb';
}

.ncr-wrap .deviantart-icon::before {
    content: '\f1bd';
}

.ncr-wrap .twitch-icon::before {
    content: '\f1e8';
}

.ncr-wrap .ello-icon::before {
    content: '\f5f1';
}

.ncr-wrap .blogger-icon::before {
    content: '\f37d';
}

.ncr-wrap .instagram-icon::before {
    content: '\f16d';
}

.ncr-wrap .snapchat-icon::before {
    content: '\f2ab';
}

/* Platforms with generic icon */
.ncr-wrap .myspace-icon::before,
.ncr-wrap .aboutme-icon::before,
.ncr-wrap .livejournal-icon::before,
.ncr-wrap .ifttt-icon::before,
.ncr-wrap .disqus-icon::before {
    content: '\f57d';
}

/* Domain TLD icons — globe (FA Solid, must override font-family + weight) */
.ncr-wrap .com-icon::before,
.ncr-wrap .org-icon::before,
.ncr-wrap .co-icon::before,
.ncr-wrap .io-icon::before,
.ncr-wrap .us-icon::before,
.ncr-wrap .cc-icon::before,
.ncr-wrap .me-icon::before,
.ncr-wrap .biz-icon::before,
.ncr-wrap .info-icon::before,
.ncr-wrap .de-icon::before,
.ncr-wrap .at-icon::before,
.ncr-wrap .eu-icon::before,
.ncr-wrap .ru-icon::before,
.ncr-wrap .jp-icon::before,
.ncr-wrap .mobi-icon::before,
.ncr-wrap .in-icon::before,
.ncr-wrap .xyz-icon::before,
.ncr-wrap .uk-icon::before,
.ncr-wrap .ca-icon::before,
.ncr-wrap .ws-icon::before,
.ncr-wrap .ee-icon::before,
.ncr-wrap .do-icon::before,
.ncr-wrap .cn-icon::before {
    /* 0ac = globe in FA Solid 900 — must force solid font so browsers
       don't pick the Brands glyph table where 57d = vimeo-v */
    content: '\f0ac';
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
    font-weight: 900 !important;
    font-size: 20px;
}

/* ── Right/Left text sections ────────────────────────────── */
.ncr-wrap .ncr-content-sec .right-sec {
    padding-top: 10px;
}

.ncr-wrap .ncr-content-sec .left-sec {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    display: flex;
}

.ncr-wrap .ncr-content-sec .right-sec p,
.ncr-wrap .ncr-content-sec .left-sec p {
    font-weight: 500;
    margin: 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

/* ── Status badges ───────────────────────────────────────── */
.ncr-wrap .available {
    position: absolute;
    right: 0;
    width: 22px;
    height: 22px;
    background-color: var(--cash);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ncr-wrap .available i {
    color: #fff;
    font-size: 12px;
}

.ncr-wrap .available a {
    color: var(--cash);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.ncr-wrap .unavailable {
    position: absolute;
    right: 0;
    width: 22px;
    height: 22px;
    background-color: var(--feedburner);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ncr-wrap .unavailable i {
    color: #fff;
    font-size: 12px;
}

.ncr-wrap .unavailable a {
    color: var(--feedburner);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.ncr-wrap .error {
    position: absolute;
    right: 5px;
    color: var(--warning);
    font-size: 20px;
}

/* Domain specific badge positions */
#ncr-domain-sec .ncr-wrap .unavailable,
#ncr-domain-sec .unavailable {
    position: absolute;
    right: 25px;

}

#ncr-domain-sec .ncr-wrap .available,
#ncr-domain-sec .available {
    position: absolute;
    right: 25px;

}

/* ── Card status borders/backgrounds ─────────────────────── */
.ncr-wrap .free,
.ncr-content-sec.free {
    border: 1px solid var(--cash) !important;
    background: var(--free-bg) !important;
}

.ncr-wrap .taken,
.ncr-content-sec.taken {
    border: 1px solid var(--feedburner) !important;
    background: var(--taken-bg) !important;
}

.ncr-wrap .warning,
.ncr-content-sec.warning {
    border: 1px solid var(--warning) !important;
    background: var(--warning-bg) !important;
}

/* ── Loader overlay ──────────────────────────────────────── */
.ncr-loader-overlay {
    position: absolute;
    inset: 0;
    /* top/right/bottom/left = 0 */
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    /* neutralise any theme .loader styles that may bleed in */
    border: none !important;
    animation: none !important;
}

/* The spinning arrow icon */
.ncr-loader-overlay .ncr-spin-icon {
    font-size: 22px;
    color: var(--header-bg);
    animation: ncr-spin 1s linear infinite;
    display: inline-block;
    border: none;
    border-radius: 0;
    background: transparent;
    width: auto;
    height: auto;
}

@keyframes ncr-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ── Filter wrapper ──────────────────────────────────────── */
.ncr-filter-wrapper {
    position: relative;
    display: none;
    /* shown via JS after first search */
    align-items: center;
    margin-right: 14px;
    cursor: pointer;
}

.ncr-filter-wrapper.ncr-visible {
    display: flex;
}

.ncr-filter-wrapper svg {
    display: block;
}

.ncr-filter-dot {
    display: none;
    background-color: #eb3f3f;
    border-radius: 50%;
    height: 9px;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 10px;
    z-index: 2;
}

.ncr-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: var(--white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    padding: 8px 0;
    border-radius: 4px;
    z-index: 100;
    min-width: 130px;
}

.ncr-dropdown-menu.ncr-show {
    display: block;
}

.ncr-dropdown-menu .ncr-filter-item {
    padding: 6px 16px;
    cursor: pointer;
    font-size: 13px;
    color: var(--font-color);
    font-family: 'Montserrat', sans-serif;
}

.ncr-dropdown-menu .ncr-filter-item.active {
    background-color: #e6f0ff;
    color: var(--header-bg);
    font-weight: 600;
    border-radius: 6px;
}

.ncr-dropdown-menu .ncr-filter-item:hover {
    background-color: #f0f0f0;
}

/* ── Responsive ──────────────────────────────────────────── */
@media screen and (max-width: 1199px) {
    .ncr-social-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    .ncr-social-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .ncr-search-bar {
        height: 54px;
    }

    .ncr-name-search {
        font-size: 18px;
        padding: 5px 15px;
    }

    .ncr-search-btn {
        height: 44px;
        width: 44px;
        right: 6px;
    }

    .ncr-wrap .available,
    .ncr-wrap .unavailable {
        width: 20px;
        height: 20px;
    }

    .ncr-wrap .available i,
    .ncr-wrap .unavailable i {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .ncr-social-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 576px) {
    .ncr-wrap {
        padding: 20px 0;
    }

    .ncr-search-bar {
        height: 48px;
    }

    .ncr-name-search {
        font-size: 16px;
        padding: 0 10px;
    }

    .ncr-search-btn {
        height: 38px;
        width: 38px;
        right: 4px;
    }

    .ncr-social-grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding-top: 50px;
        grid-gap: 15px;
    }
}

@media screen and (max-width: 480px) {
    .ncr-social-grid {
        grid-template-columns: 1fr 1fr;
    }
}