.vc-profile-page {
    background: #f7f7fb;
    min-height: 100vh;
    padding: 0 0 50px;
}

.vc-cover {
    height: 260px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.vc-cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.35));
}

.vc-container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.vc-breadcrumb {
    font-size: 14px;
    color: #777;
    margin: 22px 0 20px;
}

.vc-breadcrumb a {
    color: #e83e8c;
    text-decoration: none;
}

.vc-breadcrumb span {
    margin-right: 6px;
}

.vc-profile-hero {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 32px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    position: relative;
    margin-top: -60px;
    z-index: 2;
}

.vc-profile-image {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    background: #ececf2;
}

.vc-name-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.vc-profile-name {
    margin: 0;
    font-size: 42px;
    line-height: 1.08;
    color: #1c1c2d;
}

.vc-verified-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffe5f1;
    color: #d63384;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.vc-profile-tagline {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    max-width: 900px;
}

.vc-profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.vc-meta-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff0f6;
    color: #d63384;
    font-size: 14px;
    font-weight: 600;
}

.vc-official-site {
    margin-bottom: 16px;
}

.vc-official-site a {
    color: #e83e8c;
    font-weight: 600;
    text-decoration: none;
}

.vc-social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vc-social-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 12px;
    background: #f7f1f6;
    color: #1c1c2d;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #f0d8e5;
    transition: .15s ease;
}

.vc-social-btn:hover {
    background: #ffe9f3;
}

.vc-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) 420px;
    gap: 25px;
}

.vc-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    margin-bottom: 25px;
}

.vc-card h2 {
    margin: 0 0 18px;
    font-size: 24px;
    color: #1c1c2d;
}

.vc-card p {
    margin: 0 0 16px;
    line-height: 1.85;
    color: #444;
}

.vc-detail-list,
.vc-social-list {
    display: flex;
    flex-direction: column;
}

.vc-detail-row,
.vc-social-row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f5;
    align-items: start;
}

.vc-detail-row strong,
.vc-social-platform {
    line-height: 1.6;
}

.vc-detail-row span,
.vc-social-link {
    min-width: 0;
    line-height: 1.7;
    word-break: break-word;
}

.vc-detail-row:last-child,
.vc-social-row:last-child {
    border-bottom: 0;
}

.vc-social-platform {
    font-weight: 600;
    color: #222;
}

.vc-social-link a,
.vc-detail-row a {
    color: #e83e8c;
    text-decoration: none;
    word-break: break-word;
}

@media (max-width: 980px) {
    .vc-profile-hero {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .vc-profile-image {
        width: 180px;
        height: 180px;
    }

    .vc-profile-layout {
        grid-template-columns: 1fr;
    }

    .vc-profile-name {
        font-size: 32px;
    }

    .vc-cover {
        height: 180px;
    }
    .vc-detail-row strong,
    .vc-social-platform {
        line-height: 1.6;
    }

    .vc-detail-row span,
    .vc-social-link {
        min-width: 0;
        line-height: 1.7;
        word-break: break-word;
    }
}
.vc-related-section {
    margin-top: 10px;
}

.vc-section-heading {
    margin-bottom: 22px;
}

.vc-section-heading h2 {
    margin-bottom: 8px;
}

.vc-section-heading p {
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.7;
}

.vc-related-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.vc-related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #f0e6ec;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.vc-related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    border-color: #ecc8da;
}

.vc-related-image-wrap {
    aspect-ratio: 1 / 1;
    background: #f3f3f7;
    overflow: hidden;
}

.vc-related-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vc-related-body {
    padding: 14px;
}

.vc-related-name {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.35;
    color: #1c1c2d;
}

.vc-related-meta {
    font-size: 13px;
    line-height: 1.5;
    color: #e83e8c;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .vc-related-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .vc-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.vc-homepage {
    background: #f7f7fb;
    min-height: 100vh;
    padding: 30px 0 50px;
}

.vc-home-hero {
    margin-bottom: 28px;
    padding: 36px;
    background: linear-gradient(135deg, #fff 0%, #fff7fb 100%);
}

.vc-home-kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ffe7f1;
    color: #d63384;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.vc-home-title {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.12;
    color: #1c1c2d;
}

.vc-home-subtitle {
    max-width: 860px;
    margin: 0 0 22px;
    color: #555;
    font-size: 18px;
    line-height: 1.75;
}

.vc-home-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.vc-home-stat {
    min-width: 140px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #f0e6ec;
}

.vc-home-stat strong {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    color: #1c1c2d;
}

.vc-home-stat span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #777;
}

.vc-home-section {
    margin-bottom: 26px;
}

.vc-home-two-col {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    gap: 26px;
    align-items: start;
}

.vc-home-side-stack > .vc-card + .vc-card {
    margin-top: 26px;
}

.vc-home-grid {
    display: grid;
    gap: 18px;
}

.vc-home-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vc-home-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vc-home-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #f0e6ec;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.vc-home-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    border-color: #ecc8da;
}

.vc-home-card-image-wrap {
    aspect-ratio: 1 / 1;
    background: #f3f3f7;
    overflow: hidden;
}

.vc-home-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vc-home-card-body {
    padding: 14px;
}

.vc-home-card-name {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.35;
    color: #1c1c2d;
}

.vc-home-card-meta {
    font-size: 13px;
    line-height: 1.5;
    color: #e83e8c;
    font-weight: 600;
}

.vc-home-card-compact .vc-home-card-body {
    padding: 12px;
}

@media (max-width: 1280px) {
    .vc-home-grid-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .vc-home-two-col {
        grid-template-columns: 1fr;
    }

    .vc-home-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-home-title {
        font-size: 32px;
    }

    .vc-home-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .vc-home-grid-4,
    .vc-home-grid-2 {
        grid-template-columns: 1fr;
    }

    .vc-home-hero {
        padding: 24px;
    }
}
.vc-search-shell {
    position: relative;
}

.vc-live-search-results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #f0e6ec;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.10);
    overflow: hidden;
    z-index: 9999;
    max-height: 420px;
    overflow-y: auto;
}

.vc-live-search-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f6eef2;
    background: #fff;
}

.vc-live-search-item:last-child {
    border-bottom: 0;
}

.vc-live-search-item:hover,
.vc-live-search-item.is-active {
    background: #fff7fb;
}

.vc-live-search-item-image-wrap {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f3f7;
}

.vc-live-search-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vc-live-search-item-body {
    min-width: 0;
}

.vc-live-search-item-name {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: #1c1c2d;
}

.vc-live-search-item-meta {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
    color: #e83e8c;
    font-weight: 600;
}

/* VC SEARCH RESULTS START */

.vc-search-page {
    min-height: 100vh;
    padding: 30px 0 60px;
    background: #f7f7fb;
}

.vc-search-header h1 {
    margin: 0 0 20px;
    color: #1c1c2d;
    font-size: 36px;
    line-height: 1.2;
}

.vc-results-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.vc-results-search input {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #e5dce2;
    border-radius: 14px;
    background: #fff;
    font-size: 16px;
    outline: none;
}

.vc-results-search input:focus {
    border-color: #e83e8c;
    box-shadow: 0 0 0 3px rgba(232, 62, 140, .10);
}

.vc-results-search button {
    padding: 14px 24px;
    border: 0;
    border-radius: 14px;
    background: #e83e8c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.vc-search-count {
    margin: 16px 0 0 !important;
    color: #777 !important;
}

.vc-search-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.vc-search-result-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid #eee3e9;
    border-radius: 18px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
    transition: transform .15s ease, box-shadow .15s ease;
}

.vc-search-result-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,.07);
}

.vc-search-result-image-wrap {
    width: 120px;
    min-height: 150px;
    overflow: hidden;
    background: #eeeef3;
}

.vc-search-result-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vc-search-result-body {
    min-width: 0;
    padding: 18px;
}

.vc-search-result-title-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

.vc-search-result-title-row h2 {
    margin: 0;
    color: #1c1c2d;
    font-size: 19px;
    line-height: 1.3;
}

.vc-search-verified {
    padding: 4px 7px;
    border-radius: 999px;
    background: #ffe5f1;
    color: #d63384;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.vc-search-result-meta,
.vc-search-social-match {
    margin: 9px 0 0 !important;
    font-size: 13px;
    line-height: 1.55 !important;
}

.vc-search-result-meta {
    color: #666 !important;
}

.vc-search-social-match {
    color: #d63384 !important;
    word-break: break-word;
}

.vc-search-empty {
    text-align: center;
}

.vc-search-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.vc-search-pagination .page-numbers {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    text-decoration: none;
}

.vc-search-pagination .current {
    background: #e83e8c;
    color: #fff;
}

@media (max-width: 1100px) {
    .vc-search-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .vc-search-header h1 {
        font-size: 28px;
    }

    .vc-results-search {
        grid-template-columns: 1fr;
    }

    .vc-search-results-grid {
        grid-template-columns: 1fr;
    }

    .vc-search-result-card {
        grid-template-columns: 95px minmax(0, 1fr);
    }

    .vc-search-result-image-wrap {
        width: 95px;
        min-height: 125px;
    }
}

/* VC SEARCH RESULTS END */

/* VC HOMEPAGE SEARCH START */

.vc-home-hero__inner {
    max-width: 1000px;
}

.vc-home-search {
    position: relative;
    margin: 26px 0 22px;
}

.vc-home-search-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.vc-home-search input {
    width: 100%;
    min-width: 0;
    padding: 17px 20px;
    border: 1px solid #e5dce2;
    border-radius: 15px;
    background: #fff;
    color: #1c1c2d;
    font-size: 16px;
    outline: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.vc-home-search input:focus {
    border-color: #e83e8c;
    box-shadow:
        0 0 0 3px rgba(232, 62, 140, .10),
        0 8px 24px rgba(0, 0, 0, .05);
}

.vc-home-search button {
    padding: 15px 26px;
    border: 0;
    border-radius: 15px;
    background: #e83e8c;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.vc-home-search button:hover {
    background: #d63384;
}

.vc-home-search .vc-live-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 112px;
    z-index: 100;
    max-height: 480px;
    overflow-y: auto;
    border: 1px solid #eee3e9;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.vc-home-search .vc-live-search-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 11px 14px;
    border-bottom: 1px solid #f2edf0;
    color: inherit;
    text-decoration: none;
}

.vc-home-search .vc-live-search-item:last-child {
    border-bottom: 0;
}

.vc-home-search .vc-live-search-item:hover,
.vc-home-search .vc-live-search-item.is-active {
    background: #fff5f9;
}

.vc-home-search .vc-live-search-item-image-wrap {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 12px;
    background: #eeeef3;
}

.vc-home-search .vc-live-search-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vc-home-search .vc-live-search-item-body {
    min-width: 0;
}

.vc-home-search .vc-live-search-item-name {
    overflow: hidden;
    color: #1c1c2d;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vc-home-search .vc-live-search-item-meta {
    margin-top: 3px;
    overflow: hidden;
    color: #777;
    font-size: 13px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vc-home-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.vc-home-quick-link {
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid #edd9e4;
    border-radius: 999px;
    background: #fff;
    color: #d63384;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.vc-home-quick-link:hover {
    background: #fff0f6;
}

@media (max-width: 700px) {
    .vc-home-hero {
        padding: 25px 20px;
    }

    .vc-home-title {
        font-size: 31px;
    }

    .vc-home-subtitle {
        font-size: 16px;
    }

    .vc-home-search-shell {
        grid-template-columns: 1fr;
    }

    .vc-home-search button {
        width: 100%;
    }

    .vc-home-search .vc-live-search-results {
        right: 0;
    }

    .vc-home-stat {
        min-width: calc(50% - 7px);
    }
}

/* VC HOMEPAGE SEARCH END */

/* VC CREATOR PROFILE CLEANUP START */

/*
 * Hide the Bloghash page-title banner only on custom creator routes.
 * The actual profile name remains inside the VerifiedCelebs profile hero.
 */
.vc-creator-profile-route .bloghash-page-header,
.vc-creator-profile-route .page-header,
.vc-creator-profile-route #page-header,
.vc-creator-profile-route .entry-header.page-header,
.vc-creator-profile-route .bloghash-page-title {
    display: none !important;
}

.vc-creator-profile-route .vc-profile-page {
    padding-top: 1px;
}

.vc-creator-profile-route .vc-profile-hero {
    margin-top: 0;
}

.vc-profile-tagline {
    max-width: 850px;
    font-size: 18px;
    line-height: 1.65;
}

.vc-social-btn {
    max-width: 280px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.vc-social-btn strong {
    color: #1c1c2d;
    font-size: 14px;
    line-height: 1.3;
}

.vc-social-btn span {
    display: block;
    max-width: 230px;
    overflow: hidden;
    color: #777;
    font-size: 12px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vc-breadcrumb a {
    font-weight: 600;
}

.vc-profile-content .vc-card p:last-child {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .vc-profile-hero {
        padding: 22px;
    }

    .vc-profile-image {
        width: 150px;
        height: 150px;
    }

    .vc-profile-tagline {
        font-size: 16px;
    }

    .vc-social-btn {
        max-width: 100%;
    }
}

/* VC CREATOR PROFILE CLEANUP END */

/* VC DIRECTORY PAGES START */

.vc-directory-page {
    min-height: 100vh;
    padding: 20px 0 60px;
    background: #f7f7fb;
}

.vc-directory-header h1 {
    margin: 0 0 10px;
    color: #1c1c2d;
    font-size: 38px;
    line-height: 1.2;
}

.vc-directory-header > p {
    margin-bottom: 12px;
    color: #666;
    font-size: 16px;
}

.vc-directory-count {
    margin-bottom: 22px;
    color: #d63384;
    font-size: 14px;
    font-weight: 700;
}

.vc-directory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.vc-directory-card {
    display: block;
    overflow: hidden;
    border: 1px solid #eee3e9;
    border-radius: 18px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        border-color .15s ease;
}

.vc-directory-card:hover {
    transform: translateY(-3px);
    border-color: #ecc8da;
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
}

.vc-directory-image-wrap {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eeeef3;
}

.vc-directory-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.vc-directory-card-body {
    padding: 16px;
}

.vc-directory-name-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px;
}

.vc-directory-name-row h2 {
    margin: 0;
    color: #1c1c2d;
    font-size: 18px;
    line-height: 1.35;
}

.vc-directory-card-body p {
    margin: 8px 0 0;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

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

@media (max-width: 760px) {
    .vc-directory-header h1 {
        font-size: 30px;
    }

    .vc-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .vc-directory-grid {
        grid-template-columns: 1fr;
    }
}

/* VC DIRECTORY PAGES END */

/* VC CATEGORY DIRECTORY START */

.vc-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.vc-category-card {
    display: flex;
    min-height: 130px;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
    border: 1px solid #eee3e9;
    border-radius: 18px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
    transition:
        transform .15s ease,
        border-color .15s ease,
        box-shadow .15s ease;
}

.vc-category-card:hover {
    transform: translateY(-3px);
    border-color: #e7b7ce;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
}

.vc-category-card h2 {
    margin: 0 0 18px;
    color: #1c1c2d;
    font-size: 19px;
    line-height: 1.35;
}

.vc-category-card span {
    color: #d63384;
    font-size: 14px;
    font-weight: 700;
}

.vc-category-back,
.vc-profile-category-link {
    color: #d63384;
    font-weight: 700;
    text-decoration: none;
}

.vc-category-back:hover,
.vc-profile-category-link:hover {
    text-decoration: underline;
}

.vc-directory-profile-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.vc-directory-category-footer {
    padding: 0 16px 16px;
}

.vc-directory-category-footer a {
    color: #d63384;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.vc-directory-category-footer a:hover {
    text-decoration: underline;
}

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

@media (max-width: 760px) {
    .vc-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .vc-category-grid {
        grid-template-columns: 1fr;
    }
}

/* VC CATEGORY DIRECTORY END */

/* VC HOMEPAGE REDESIGN 2026 START */

.home .bloghash-ticker,
.home #ticker {
    display: none !important;
}

.vc2-home {
    overflow: hidden;
    background:
        radial-gradient(
            circle at 15% 0%,
            rgba(237, 56, 128, .08),
            transparent 26rem
        ),
        #f7f7fb;
    color: #19192b;
}

.vc2-home a {
    text-decoration: none;
}

.vc2-hero {
    padding: 72px 0 58px;
}

.vc2-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, .75fr);
    gap: 36px;
    align-items: stretch;
}

.vc2-hero-content {
    padding: 52px;
    border: 1px solid rgba(231, 190, 209, .75);
    border-radius: 30px;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.98),
            rgba(255,246,250,.96)
        );
    box-shadow: 0 24px 70px rgba(36, 28, 45, .08);
}

.vc2-eyebrow,
.vc2-section-kicker,
.vc2-panel-label {
    display: inline-flex;
    margin-bottom: 14px;
    color: #de377d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vc2-hero h1 {
    max-width: 780px;
    margin: 0;
    color: #181829;
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: .99;
}

.vc2-hero-content > p {
    max-width: 720px;
    margin: 24px 0 0;
    color: #626273;
    font-size: 18px;
    line-height: 1.7;
}

.vc2-search {
    margin-top: 34px;
}

.vc2-search-shell {
    position: relative;
    display: flex;
    gap: 10px;
    padding: 8px;
    border: 1px solid #eadbe2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(45, 31, 42, .07);
}

.vc2-search input {
    min-width: 0;
    flex: 1;
    height: 54px;
    padding: 0 18px;
    border: 0;
    outline: none;
    background: transparent;
    color: #202033;
    font-size: 15px;
}

.vc2-search button,
.vc2-final-search button {
    min-width: 120px;
    padding: 0 24px;
    border: 0;
    border-radius: 13px;
    background: #e93d80;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform .15s ease,
        background .15s ease;
}

.vc2-search button:hover,
.vc2-final-search button:hover {
    transform: translateY(-1px);
    background: #cf2c6f;
}

.vc2-search .vc-live-search-results {
    position: absolute;
    z-index: 50;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid #eadde4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(25, 25, 43, .16);
}

.vc2-popular-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-top: 22px;
    color: #7b7b88;
    font-size: 13px;
}

.vc2-popular-links a {
    padding: 7px 12px;
    border: 1px solid #eadce3;
    border-radius: 999px;
    color: #343447;
    font-weight: 700;
}

.vc2-popular-links a:hover {
    border-color: #e93d80;
    color: #d72f73;
}

.vc2-hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
    border-radius: 30px;
    background: #19192b;
    color: #fff;
    box-shadow: 0 24px 70px rgba(19, 18, 31, .18);
}

.vc2-panel-label {
    color: #ff8db8;
}

.vc2-hero-stat-main {
    margin: 36px 0;
}

.vc2-hero-stat-main strong {
    display: block;
    font-size: clamp(54px, 6vw, 78px);
    letter-spacing: -.06em;
    line-height: 1;
}

.vc2-hero-stat-main span {
    display: block;
    margin-top: 8px;
    color: #c8c8d1;
    font-size: 16px;
}

.vc2-hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vc2-hero-mini-grid a {
    padding: 17px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: rgba(255,255,255,.055);
    color: #fff;
}

.vc2-hero-mini-grid a:hover {
    background: rgba(255,255,255,.1);
}

.vc2-hero-mini-grid strong {
    display: block;
    font-size: 22px;
}

.vc2-hero-mini-grid span {
    display: block;
    margin-top: 3px;
    color: #bdbdc9;
    font-size: 12px;
}

.vc2-section {
    padding: 58px 0;
}

.vc2-section-heading {
    display: flex;
    gap: 28px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
}

.vc2-section-heading h2,
.vc2-final-search h2 {
    margin: 0;
    color: #19192b;
    font-size: clamp(31px, 3.2vw, 46px);
    letter-spacing: -.035em;
    line-height: 1.08;
}

.vc2-section-heading p {
    max-width: 650px;
    margin: 10px 0 0;
    color: #70707d;
    font-size: 15px;
    line-height: 1.65;
}

.vc2-view-all {
    flex: 0 0 auto;
    color: #d72f73;
    font-size: 14px;
    font-weight: 800;
}

.vc2-view-all:hover {
    color: #a91d58;
}

.vc2-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.vc2-latest-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.vc2-profile-card {
    display: block;
    overflow: hidden;
    border: 1px solid #e8e3e8;
    border-radius: 20px;
    background: #fff;
    color: inherit;
    box-shadow: 0 10px 28px rgba(28, 26, 40, .045);
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.vc2-profile-card:hover {
    transform: translateY(-5px);
    border-color: #e6b7cc;
    box-shadow: 0 20px 45px rgba(28, 26, 40, .11);
}

.vc2-profile-image-wrap {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eeeef2;
}

.vc2-profile-card-featured .vc2-profile-image-wrap {
    aspect-ratio: 1.18 / 1;
}

.vc2-profile-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.vc2-profile-card:hover .vc2-profile-image {
    transform: scale(1.035);
}

.vc2-profile-body {
    padding: 17px 18px 19px;
}

.vc2-profile-title-row {
    display: flex;
    gap: 7px;
    align-items: center;
}

.vc2-profile-title-row h3 {
    overflow: hidden;
    margin: 0;
    color: #202031;
    font-size: 17px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vc2-profile-card-featured .vc2-profile-title-row h3 {
    font-size: 20px;
}

.vc2-verified {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e93d80;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.vc2-profile-meta {
    display: block;
    margin-top: 7px;
    color: #d72f73;
    font-size: 12px;
    font-weight: 700;
}

.vc2-category-section {
    background: #fff;
}

.vc2-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.vc2-category-card {
    position: relative;
    min-height: 145px;
    padding: 23px;
    border: 1px solid #ece4e8;
    border-radius: 20px;
    background:
        linear-gradient(145deg, #fff, #fff7fa);
    color: #202031;
    transition:
        transform .16s ease,
        border-color .16s ease;
}

.vc2-category-card:hover {
    transform: translateY(-3px);
    border-color: #e6a9c4;
}

.vc2-category-name {
    display: block;
    padding-right: 26px;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

.vc2-category-count {
    position: absolute;
    bottom: 22px;
    left: 23px;
    color: #d72f73;
    font-size: 13px;
    font-weight: 700;
}

.vc2-category-arrow {
    position: absolute;
    top: 21px;
    right: 22px;
    color: #d72f73;
    font-size: 22px;
}

.vc2-explore-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.vc2-explore-card {
    min-height: 310px;
    padding: 32px;
    border-radius: 25px;
    color: #fff;
    box-shadow: 0 20px 45px rgba(25,25,43,.1);
    transition: transform .18s ease;
}

.vc2-explore-card:hover {
    transform: translateY(-5px);
    color: #fff;
}

.vc2-explore-people {
    background:
        linear-gradient(145deg, #dd3477, #8e2257);
}

.vc2-explore-brands {
    background:
        linear-gradient(145deg, #27273d, #11111c);
}

.vc2-explore-sports {
    background:
        linear-gradient(145deg, #395ea9, #24396d);
}

.vc2-explore-number {
    display: block;
    margin-bottom: 55px;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -.04em;
}

.vc2-explore-card h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
}

.vc2-explore-card p {
    min-height: 72px;
    margin: 13px 0 25px;
    color: rgba(255,255,255,.78);
    line-height: 1.6;
}

.vc2-explore-card strong {
    color: #fff;
    font-size: 14px;
}

.vc2-latest-section {
    border-top: 1px solid #ebe6eb;
}

.vc2-final-search {
    padding: 45px 0 80px;
}

.vc2-final-search-inner {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: center;
    padding: 42px;
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(28,26,40,.07);
}

.vc2-final-search p {
    margin: 12px 0 0;
    color: #70707d;
    line-height: 1.65;
}

.vc2-final-search form {
    display: flex;
    gap: 9px;
    padding: 7px;
    border: 1px solid #e8dce2;
    border-radius: 16px;
}

.vc2-final-search input {
    min-width: 0;
    height: 52px;
    flex: 1;
    padding: 0 15px;
    border: 0;
    outline: none;
    background: transparent;
}

@media (max-width: 1100px) {
    .vc2-hero-grid {
        grid-template-columns: 1fr;
    }

    .vc2-hero-panel {
        min-height: auto;
    }

    .vc2-featured-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vc2-latest-grid,
    .vc2-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .vc2-hero {
        padding-top: 35px;
    }

    .vc2-hero-content,
    .vc2-hero-panel {
        padding: 30px;
        border-radius: 23px;
    }

    .vc2-section {
        padding: 42px 0;
    }

    .vc2-section-heading {
        display: block;
    }

    .vc2-view-all {
        display: inline-block;
        margin-top: 17px;
    }

    .vc2-featured-grid,
    .vc2-latest-grid,
    .vc2-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc2-explore-grid {
        grid-template-columns: 1fr;
    }

    .vc2-explore-card {
        min-height: 250px;
    }

    .vc2-final-search-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .vc2-hero-content,
    .vc2-hero-panel {
        padding: 23px;
    }

    .vc2-hero h1 {
        font-size: 39px;
    }

    .vc2-search-shell,
    .vc2-final-search form {
        display: block;
    }

    .vc2-search button,
    .vc2-final-search button {
        width: 100%;
        height: 48px;
        margin-top: 6px;
    }

    .vc2-hero-mini-grid,
    .vc2-featured-grid,
    .vc2-latest-grid,
    .vc2-category-grid {
        grid-template-columns: 1fr;
    }

    .vc2-final-search-inner {
        padding: 28px;
    }
}

/* VC HOMEPAGE REDESIGN 2026 END */

/* VC HOMEPAGE DISCOVERY START */

/*
 * Pack all six featured profiles into one row on wide screens.
 */
.vc2-featured-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.vc2-profile-card-featured .vc2-profile-image-wrap {
    aspect-ratio: 1 / 1;
}

.vc2-profile-card-featured .vc2-profile-body {
    padding: 13px 14px 15px;
}

.vc2-profile-card-featured .vc2-profile-title-row h3 {
    font-size: 15px;
}

.vc2-profile-card-featured .vc2-profile-meta {
    font-size: 11px;
}

/*
 * Random discovery section.
 */
.vc2-random-section {
    border-top: 1px solid #ece7ec;
    border-bottom: 1px solid #ece7ec;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.72),
            rgba(255,247,251,.74)
        );
}

.vc2-random-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.vc2-heading-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    align-items: center;
}

.vc2-lucky-small {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 17px;
    border-radius: 999px;
    background: #19192b;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    transition:
        transform .15s ease,
        background .15s ease;
}

.vc2-lucky-small:hover {
    transform: translateY(-2px);
    background: #303047;
    color: #fff;
}

/*
 * Final search and Feeling Lucky action.
 */
.vc2-final-actions {
    display: grid;
    gap: 12px;
}

.vc2-final-actions form {
    width: 100%;
}

.vc2-lucky-button {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #e7b9ce;
    border-radius: 16px;
    background:
        linear-gradient(135deg, #fff4f8, #ffffff);
    color: #cf2d70;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 9px 24px rgba(207,45,112,.08);
    transition:
        transform .15s ease,
        border-color .15s ease,
        box-shadow .15s ease;
}

.vc2-lucky-button span {
    font-size: 20px;
}

.vc2-lucky-button:hover {
    transform: translateY(-2px);
    border-color: #dd6c9d;
    color: #b72362;
    box-shadow: 0 14px 30px rgba(207,45,112,.14);
}

@media (max-width: 1250px) {
    .vc2-featured-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1000px) {
    .vc2-random-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .vc2-heading-actions {
        margin-top: 18px;
        flex-wrap: wrap;
    }

    .vc2-random-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .vc2-featured-grid,
    .vc2-random-grid {
        grid-template-columns: 1fr;
    }

    .vc2-heading-actions {
        display: grid;
    }

    .vc2-lucky-small {
        justify-content: center;
    }
}

/* VC HOMEPAGE DISCOVERY END */

/* VC HERO PROFILE MOSAIC START */

.vc2-hero-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(440px, .9fr);
}

.vc2-hero-mosaic {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    border-radius: 30px;
    background: #181827;
    box-shadow: 0 24px 70px rgba(19, 18, 31, .2);
}

.vc2-mosaic-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
}

.vc2-mosaic-item {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #2b2b3b;
}

.vc2-mosaic-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform .35s ease,
        filter .35s ease;
}

.vc2-mosaic-item:hover img {
    transform: scale(1.09);
    filter: brightness(1.08);
}

.vc2-mosaic-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(18,18,31,.28) 0%,
            rgba(18,18,31,.12) 30%,
            rgba(18,18,31,.72) 70%,
            rgba(18,18,31,.96) 100%
        );
}

.vc2-mosaic-content {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: #fff;
    pointer-events: none;
}

.vc2-mosaic-content a {
    pointer-events: auto;
}

.vc2-mosaic-total {
    margin-bottom: 22px;
}

.vc2-mosaic-total strong {
    display: block;
    color: #fff;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: .95;
}

.vc2-mosaic-total span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.82);
    font-size: 15px;
}

.vc2-mosaic-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.vc2-mosaic-stats a {
    padding: 13px 11px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 13px;
    background: rgba(20,20,34,.72);
    color: #fff;
    backdrop-filter: blur(8px);
    transition:
        transform .15s ease,
        background .15s ease;
}

.vc2-mosaic-stats a:hover {
    transform: translateY(-2px);
    background: rgba(233,61,128,.88);
    color: #fff;
}

.vc2-mosaic-stats strong {
    display: block;
    color: #fff;
    font-size: 18px;
}

.vc2-mosaic-stats span {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,.78);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

@media (max-width: 1200px) {
    .vc2-hero-grid {
        grid-template-columns: 1fr;
    }

    .vc2-hero-mosaic {
        min-height: 520px;
    }
}

@media (max-width: 700px) {
    .vc2-hero-mosaic {
        min-height: 480px;
        border-radius: 23px;
    }

    .vc2-mosaic-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .vc2-mosaic-item:nth-child(n+17) {
        display: none;
    }

    .vc2-mosaic-content {
        padding: 22px;
    }

    .vc2-mosaic-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* VC HERO PROFILE MOSAIC END */

/* VC FULL HERO MOSAIC BACKGROUND START */

.vc2-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #f7f4f7;
}

.vc2-hero > .vc-container {
    position: relative;
    z-index: 3;
}

.vc2-hero-background {
    position: absolute;
    z-index: 0;
    inset: -35px;
    overflow: hidden;
    pointer-events: none;
}

.vc2-hero-background-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    opacity: .26;
    filter:
        blur(7px)
        saturate(.72);
    transform: scale(1.035);
}

.vc2-hero-background-item {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #dedbe0;
}

.vc2-hero-background-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.vc2-hero-background-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(249, 246, 249, .86) 0%,
            rgba(250, 246, 249, .73) 48%,
            rgba(247, 244, 248, .70) 100%
        ),
        radial-gradient(
            circle at 15% 25%,
            rgba(255, 232, 241, .62),
            transparent 48%
        );
}

/*
 * Make the foreground cards slightly translucent so the background
 * remains visible without reducing readability.
 */
.vc2-hero-content {
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .94),
            rgba(255, 247, 250, .91)
        );
    backdrop-filter: blur(10px);
}

.vc2-hero-mosaic {
    background: rgba(24, 24, 39, .96);
    backdrop-filter: blur(8px);
}

@media (max-width: 900px) {
    .vc2-hero-background-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-template-rows: repeat(5, minmax(0, 1fr));
        opacity: .22;
        filter:
            blur(8px)
            saturate(.68);
    }
}

@media (max-width: 520px) {
    .vc2-hero-background-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        opacity: .18;
    }

    .vc2-hero-background-overlay {
        background: rgba(248, 246, 249, .78);
    }
}

/* VC FULL HERO MOSAIC BACKGROUND END */

/* VC HERO BACKGROUND VISIBILITY FIX START */

.vc2-hero-background-grid {
    opacity: .48 !important;
    filter:
        blur(2px)
        saturate(.82)
        contrast(.94) !important;
    transform: scale(1.015) !important;
}

.vc2-hero-background-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(249, 246, 249, .64) 0%,
            rgba(250, 246, 249, .54) 48%,
            rgba(247, 244, 248, .48) 100%
        ),
        radial-gradient(
            circle at 18% 30%,
            rgba(255, 237, 244, .38),
            transparent 52%
        ) !important;
}

.vc2-hero-content {
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .94),
            rgba(255, 247, 250, .91)
        ) !important;
    backdrop-filter: blur(7px);
}

@media (max-width: 900px) {
    .vc2-hero-background-grid {
        opacity: .39 !important;
        filter:
            blur(3px)
            saturate(.78)
            contrast(.94) !important;
    }
}

@media (max-width: 520px) {
    .vc2-hero-background-grid {
        opacity: .30 !important;
    }

    .vc2-hero-background-overlay {
        background: rgba(248, 246, 249, .63) !important;
    }
}

/* VC HERO BACKGROUND VISIBILITY FIX END */

/* VC HERO 50-CELL BACKGROUND FINAL START */

.vc2-hero-grid {
    grid-template-columns:
        minmax(0, 1.3fr)
        minmax(360px, .7fr) !important;
}

.vc2-hero-background {
    inset: -12px !important;
}

.vc2-hero-background-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
    opacity: .43 !important;
    filter:
        blur(1.5px)
        saturate(.80)
        contrast(.94) !important;
    transform: scale(1.01) !important;
}

.vc2-hero-background-item {
    border: 1px solid rgba(255, 255, 255, .12);
}

.vc2-hero-background-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(249, 246, 249, .60) 0%,
            rgba(250, 246, 249, .50) 47%,
            rgba(247, 244, 248, .45) 100%
        ),
        radial-gradient(
            circle at 20% 30%,
            rgba(255, 237, 244, .28),
            transparent 48%
        ) !important;
}

/*
 * Restore the right panel as a clean solid statistics card.
 */
.vc2-hero-panel {
    display: flex !important;
    min-height: 610px;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
    border-radius: 30px;
    background: rgba(24, 24, 39, .97) !important;
    color: #fff;
    box-shadow: 0 24px 70px rgba(19, 18, 31, .20);
    backdrop-filter: blur(10px);
}

@media (max-width: 1200px) {
    .vc2-hero-grid {
        grid-template-columns: 1fr !important;
    }

    .vc2-hero-panel {
        min-height: auto;
    }

    .vc2-hero-background-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    .vc2-hero-background-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
        opacity: .31 !important;
        filter:
            blur(2px)
            saturate(.75) !important;
    }

    .vc2-hero-panel {
        padding: 25px;
        border-radius: 23px;
    }
}

/* VC HERO 50-CELL BACKGROUND FINAL END */

/* VC HERO BACKGROUND 80 PERCENT VISIBILITY START */

.vc2-hero-background-grid {
    opacity: .80 !important;
    filter:
        blur(.5px)
        saturate(.94)
        contrast(.98) !important;
}

.vc2-hero-background-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(249, 246, 249, .34) 0%,
            rgba(250, 246, 249, .27) 48%,
            rgba(247, 244, 248, .22) 100%
        ),
        radial-gradient(
            circle at 20% 30%,
            rgba(255, 237, 244, .14),
            transparent 48%
        ) !important;
}

/*
 * Keep the foreground cards readable while allowing more of the
 * background mosaic to show around them.
 */
.vc2-hero-content {
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .94),
            rgba(255, 247, 250, .92)
        ) !important;
}

.vc2-hero-panel {
    background: rgba(24, 24, 39, .97) !important;
}

@media (max-width: 900px) {
    .vc2-hero-background-grid {
        opacity: .65 !important;
        filter:
            blur(1px)
            saturate(.90)
            contrast(.97) !important;
    }

    .vc2-hero-background-overlay {
        background: rgba(248, 246, 249, .34) !important;
    }
}

@media (max-width: 520px) {
    .vc2-hero-background-grid {
        opacity: .52 !important;
    }

    .vc2-hero-background-overlay {
        background: rgba(248, 246, 249, .44) !important;
    }
}

/* VC HERO BACKGROUND 80 PERCENT VISIBILITY END */

/* VC HERO BACKGROUND 85 PERCENT VISIBILITY START */

.vc2-hero-background-grid {
    opacity: .85 !important;
    filter:
        blur(.2px)
        saturate(1)
        contrast(1) !important;
}

.vc2-hero-background-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(249, 246, 249, .27) 0%,
            rgba(250, 246, 249, .21) 48%,
            rgba(247, 244, 248, .17) 100%
        ),
        radial-gradient(
            circle at 20% 30%,
            rgba(255, 237, 244, .09),
            transparent 48%
        ) !important;
}

@media (max-width: 900px) {
    .vc2-hero-background-grid {
        opacity: .70 !important;
        filter:
            blur(.5px)
            saturate(.96)
            contrast(.99) !important;
    }
}

@media (max-width: 520px) {
    .vc2-hero-background-grid {
        opacity: .58 !important;
    }
}

/* VC HERO BACKGROUND 85 PERCENT VISIBILITY END */

/* VC HERO BACKGROUND 90 PERCENT VISIBILITY START */

.vc2-hero-background-grid {
    opacity: .90 !important;
    filter:
        blur(0)
        saturate(1.03)
        contrast(1.01) !important;
}

.vc2-hero-background-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(249, 246, 249, .21) 0%,
            rgba(250, 246, 249, .16) 48%,
            rgba(247, 244, 248, .12) 100%
        ),
        radial-gradient(
            circle at 20% 30%,
            rgba(255, 237, 244, .06),
            transparent 48%
        ) !important;
}

@media (max-width: 900px) {
    .vc2-hero-background-grid {
        opacity: .75 !important;
        filter:
            blur(.25px)
            saturate(1)
            contrast(1) !important;
    }
}

@media (max-width: 520px) {
    .vc2-hero-background-grid {
        opacity: .62 !important;
    }
}

/* VC HERO BACKGROUND 90 PERCENT VISIBILITY END */

/* VC HERO BACKGROUND FINAL 80 PERCENT START */

.vc2-hero-background-grid {
    opacity: .80 !important;
    filter:
        blur(.5px)
        saturate(.94)
        contrast(.98) !important;
}

.vc2-hero-background-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(249, 246, 249, .34) 0%,
            rgba(250, 246, 249, .27) 48%,
            rgba(247, 244, 248, .22) 100%
        ),
        radial-gradient(
            circle at 20% 30%,
            rgba(255, 237, 244, .14),
            transparent 48%
        ) !important;
}

@media (max-width: 900px) {
    .vc2-hero-background-grid {
        opacity: .65 !important;
        filter:
            blur(1px)
            saturate(.90)
            contrast(.97) !important;
    }

    .vc2-hero-background-overlay {
        background: rgba(248, 246, 249, .34) !important;
    }
}

@media (max-width: 520px) {
    .vc2-hero-background-grid {
        opacity: .52 !important;
    }

    .vc2-hero-background-overlay {
        background: rgba(248, 246, 249, .44) !important;
    }
}

/* VC HERO BACKGROUND FINAL 80 PERCENT END */

/* VC HOMEPAGE LAUNCH POLISH START */

@media (max-width: 620px) {
    .vc2-hero {
        padding: 20px 0 30px !important;
    }

    .vc2-hero-grid {
        gap: 16px !important;
    }

    .vc2-hero-content {
        padding: 22px 20px !important;
        border-radius: 22px !important;
    }

    .vc2-eyebrow {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .vc2-hero h1 {
        font-size: 34px !important;
        line-height: 1.02;
    }

    .vc2-hero-content > p {
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.55;
    }

    .vc2-search {
        margin-top: 23px;
    }

    .vc2-search input {
        height: 48px;
        padding: 0 12px;
        font-size: 13px;
    }

    .vc2-popular-links {
        margin-top: 16px;
    }

    .vc2-hero-panel {
        min-height: 0 !important;
        padding: 22px !important;
    }

    .vc2-hero-stat-main {
        margin: 10px 0 18px;
    }

    .vc2-hero-stat-main strong {
        font-size: 48px;
    }

    .vc2-hero-mini-grid a {
        padding: 13px;
    }

    .vc2-hero-background-grid {
        opacity: .42 !important;
    }
}

/* VC HOMEPAGE LAUNCH POLISH END */

/* VC DIRECTORY DISCOVERY CONTROLS START */

.vc-directory-tools {
    display: grid;
    grid-template-columns: minmax(230px, 1.65fr) repeat(3, minmax(150px, .8fr)) auto auto;
    gap: 12px;
    align-items: end;
    margin-top: 26px;
}

.vc-directory-tool {
    display: grid;
    min-width: 0;
    gap: 7px;
}

.vc-directory-tool > span {
    color: #666170;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .035em;
}

.vc-directory-tool input,
.vc-directory-tool select {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 13px;
    border: 1px solid #ded7dd;
    border-radius: 12px;
    outline: none;
    background: #fff;
    color: #282433;
    font-size: 13px;
}

.vc-directory-tool input:focus,
.vc-directory-tool select:focus {
    border-color: #d72f73;
    box-shadow: 0 0 0 3px rgba(215, 47, 115, .09);
}

.vc-directory-apply {
    height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    background: #d72f73;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.vc-directory-apply:hover {
    background: #b92161;
}

.vc-directory-clear {
    display: inline-flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: #726a71;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.vc-directory-clear:hover {
    color: #d72f73;
}

.vc-directory-results-bar {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 22px 0 15px;
    color: #716a73;
    font-size: 12px;
}

.vc-directory-results-bar strong {
    color: #272331;
    font-size: 14px;
}

.vc-directory-results-bar span {
    margin-left: auto;
}

.vc-directory-empty {
    padding: 34px;
    text-align: center;
}

.vc-directory-empty h2 {
    margin: 0 0 8px;
    font-size: 24px;
}

.vc-category-tools {
    grid-template-columns: minmax(230px, 1.6fr) minmax(170px, .65fr) auto auto;
}

@media (max-width: 1050px) {
    .vc-directory-tools {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-directory-apply,
    .vc-directory-clear {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .vc-directory-tools,
    .vc-category-tools {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .vc-directory-tool-search {
        grid-column: 1 / -1;
    }

    .vc-directory-clear {
        min-width: 0;
    }

    .vc-directory-results-bar {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .vc-directory-results-bar span {
        width: 100%;
        margin-left: 0;
    }
}

/* VC DIRECTORY DISCOVERY CONTROLS END */

/* VC HOMEPAGE LAUNCH POLISH START */

@media (max-width: 620px) {
    .vc2-hero {
        padding: 20px 0 30px !important;
    }

    .vc2-hero-grid {
        gap: 16px !important;
    }

    .vc2-hero-content {
        padding: 22px 20px !important;
        border-radius: 22px !important;
    }

    .vc2-eyebrow {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .vc2-hero h1 {
        font-size: 34px !important;
        line-height: 1.02;
    }

    .vc2-hero-content > p {
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.55;
    }

    .vc2-search {
        margin-top: 23px;
    }

    .vc2-search input {
        height: 48px;
        padding: 0 12px;
        font-size: 13px;
    }

    .vc2-popular-links {
        margin-top: 16px;
    }

    .vc2-hero-panel {
        min-height: 0 !important;
        padding: 22px !important;
    }

    .vc2-hero-stat-main {
        margin: 10px 0 18px;
    }

    .vc2-hero-stat-main strong {
        font-size: 48px;
    }

    .vc2-hero-mini-grid a {
        padding: 13px;
    }

    .vc2-hero-background-grid {
        opacity: .42 !important;
    }
}

/* VC HOMEPAGE LAUNCH POLISH END */

/* VC DENSE HOMEPAGE PROFILE INVENTORY START */

/*
 * Show more real profiles instead of oversized cards.
 */
.vc2-featured-grid,
.vc2-random-grid,
.vc2-latest-grid,
.vc2-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.vc2-profile-card .vc2-profile-image-wrap {
    aspect-ratio: 1 / 1 !important;
}

.vc2-profile-card .vc2-profile-body {
    padding: 12px 13px 14px !important;
}

.vc2-profile-card .vc2-profile-title-row h3 {
    font-size: 14px !important;
    line-height: 1.3;
}

.vc2-profile-card .vc2-profile-meta {
    margin-top: 5px;
    font-size: 10px !important;
}

.vc2-profile-card .vc2-verified {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
    font-size: 9px;
}

.vc2-profile-card {
    border-radius: 15px !important;
}

.vc2-profile-card-compact .vc2-profile-image-wrap {
    aspect-ratio: 1 / 1;
}

/*
 * Category spotlight profile rows.
 */
.vc2-spotlights-section {
    border-top: 1px solid #ebe6eb;
    background: #fff;
}

.vc2-spotlight-stack {
    display: grid;
    gap: 46px;
}

.vc2-spotlight-group {
    min-width: 0;
}

.vc2-spotlight-heading {
    display: flex;
    gap: 25px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 16px;
}

.vc2-spotlight-heading h3 {
    margin: 0;
    color: #19192b;
    font-size: 25px;
    letter-spacing: -.025em;
}

.vc2-spotlight-heading span {
    display: block;
    margin-top: 5px;
    color: #7a7a87;
    font-size: 12px;
}

.vc2-spotlight-heading > a {
    flex: 0 0 auto;
    color: #d72f73;
    font-size: 12px;
    font-weight: 800;
}

.vc2-spotlight-heading > a:hover {
    color: #a91d58;
}

/*
 * Featured, Random and Latest now have two compact rows of six cards.
 */
.vc2-featured-section,
.vc2-random-section,
.vc2-latest-section {
    padding-top: 46px;
    padding-bottom: 52px;
}

@media (max-width: 1250px) {
    .vc2-featured-grid,
    .vc2-random-grid,
    .vc2-latest-grid,
    .vc2-spotlight-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 850px) {
    .vc2-featured-grid,
    .vc2-random-grid,
    .vc2-latest-grid,
    .vc2-spotlight-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 620px) {
    .vc2-featured-grid,
    .vc2-random-grid,
    .vc2-latest-grid,
    .vc2-spotlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 11px !important;
    }

    .vc2-spotlight-heading {
        display: block;
    }

    .vc2-spotlight-heading > a {
        display: inline-block;
        margin-top: 10px;
    }
}

/* VC DENSE HOMEPAGE PROFILE INVENTORY END */

/* VC VERIFIED SHIELD BADGE START */

.vc-verified-shield {
    width: 32px;
    height: 34px;
    display: inline-block;
    flex: 0 0 auto;
    object-fit: contain;
    vertical-align: middle;
    filter:
        drop-shadow(0 2px 3px rgba(34, 86, 170, .18));
}

.vc-verified-shield-card {
    width: 19px;
    height: 21px;
    margin-left: 2px;
}

.vc-profile-hero .vc-verified-shield {
    width: 36px;
    height: 39px;
}

.vc-directory-name-row .vc-verified-shield,
.vc2-profile-title-row .vc-verified-shield {
    margin-top: 0;
}

@media (max-width: 520px) {
    .vc-profile-hero .vc-verified-shield {
        width: 31px;
        height: 34px;
    }
}

/* VC VERIFIED SHIELD BADGE END */

/* VC PROFILE POPULARITY CARD START */

.vc-popularity-card {
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fff7fa
        );
}

.vc-popularity-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 17px;
}

.vc-popularity-heading h2 {
    margin: 2px 0 0;
}

.vc-popularity-kicker {
    display: block;
    color: #df377c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vc-popularity-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vc-popularity-stat {
    padding: 15px;
    border: 1px solid #eadde4;
    border-radius: 13px;
    background: rgba(255, 255, 255, .86);
}

.vc-popularity-stat strong {
    display: block;
    color: #1c1c2d;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1;
}

.vc-popularity-stat span {
    display: block;
    margin-top: 7px;
    color: #777582;
    font-size: 11px;
    line-height: 1.35;
}

.vc-popularity-note {
    margin: 14px 0 0;
    color: #8a8790;
    font-size: 11px;
    line-height: 1.45;
}

@media (max-width: 520px) {
    .vc-popularity-grid {
        grid-template-columns: 1fr 1fr;
    }

    .vc-popularity-stat {
        padding: 13px;
    }

    .vc-popularity-stat strong {
        font-size: 22px;
    }
}

/* VC PROFILE POPULARITY CARD END */

/* VC RELATED PROFILES START */

.vc-related-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.vc-related-heading h2 {
    margin: 2px 0 0;
}

.vc-related-kicker {
    display: block;
    color: #df377c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vc-related-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.vc-related-card {
    display: block;
    overflow: hidden;
    border: 1px solid #e9e3e8;
    border-radius: 15px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(28, 26, 40, .04);
    transition:
        transform .16s ease,
        border-color .16s ease,
        box-shadow .16s ease;
}

.vc-related-card:hover {
    transform: translateY(-3px);
    border-color: #e2acc4;
    box-shadow: 0 14px 28px rgba(28, 26, 40, .09);
}

.vc-related-image-wrap {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eeeef2;
}

.vc-related-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.vc-related-card-body {
    padding: 12px;
}

.vc-related-name-row {
    display: flex;
    gap: 5px;
    align-items: center;
}

.vc-related-name-row h3 {
    overflow: hidden;
    margin: 0;
    color: #202031;
    font-size: 13px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vc-related-card-body > span {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    color: #d72f73;
    font-size: 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

@media (max-width: 620px) {
    .vc-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }
}

/* VC RELATED PROFILES END */

/* VC ON-DEMAND NEWS START */

.vc-news-section {
    margin-top: 22px;
}

.vc-news-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.vc-news-heading h2 {
    margin: 2px 0 0;
}

.vc-news-kicker {
    display: block;
    color: #df377c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vc-news-freshness {
    padding: 6px 10px;
    border: 1px solid #e8dde3;
    border-radius: 999px;
    color: #77727a;
    background: #faf8fa;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.vc-news-grid {
    display: grid;
    grid-template-columns: repeat(
        3,
        minmax(0, 1fr)
    );
    gap: 15px;
}

.vc-news-card {
    overflow: hidden;
    border: 1px solid #e9e3e8;
    border-radius: 15px;
    background: #fff;
    box-shadow:
        0 8px 22px rgba(28, 26, 40, .04);
}

.vc-news-image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #eeeef2;
}

.vc-news-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .2s ease;
}

.vc-news-card:hover .vc-news-image {
    transform: scale(1.025);
}

.vc-news-card-body {
    padding: 15px;
}

.vc-news-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    color: #88828a;
    font-size: 10px;
}

.vc-news-source {
    color: #d72f73;
    font-weight: 800;
}

.vc-news-card h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
}

.vc-news-card h3 a {
    color: #202031;
    text-decoration: none;
}

.vc-news-card h3 a:hover {
    color: #d72f73;
}

.vc-news-card-body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 9px 0 0;
    color: #6f6b74;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.vc-news-message {
    margin: 0;
    padding: 17px;
    border: 1px dashed #dfd5dc;
    border-radius: 13px;
    color: #77727a;
    background: #fbfafb;
    font-size: 12px;
}

@media (max-width: 950px) {
    .vc-news-grid {
        grid-template-columns: repeat(
            2,
            minmax(0, 1fr)
        );
    }
}

@media (max-width: 620px) {
    .vc-news-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .vc-news-grid {
        grid-template-columns: 1fr;
    }
}

/* VC ON-DEMAND NEWS END */

/* VC PROFILE LAYOUT CLEANUP START */

/*
 * Latest News now lives beneath About in the main content column.
 */
.vc-profile-content .vc-news-section {
    margin-top: 22px;
}

.vc-profile-content .vc-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/*
 * Keep sidebar cards naturally stacked after removing the duplicate
 * Social Profiles card.
 */
.vc-profile-sidebar > .vc-card + .vc-card {
    margin-top: 22px;
}

@media (max-width: 950px) {
    .vc-profile-content .vc-news-grid {
        grid-template-columns: 1fr;
    }
}

/* VC PROFILE LAYOUT CLEANUP END */

/* VC AUDIENCE OVERVIEW START */

.vc-audience-overview {
    display: grid;
    grid-template-columns: minmax(190px, 0.7fr) minmax(0, 2fr);
    gap: 22px;
    margin: 0 0 28px;
    padding: 24px;
    border: 1px solid #eadfe6;
    border-radius: 20px;
    background:
        radial-gradient(circle at top left, rgba(215, 47, 115, 0.12), transparent 34%),
        #ffffff;
    box-shadow: 0 12px 35px rgba(48, 31, 42, 0.07);
}

.vc-audience-summary {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.vc-audience-kicker {
    color: #a52861;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vc-audience-summary h2 {
    margin: 5px 0 13px;
    color: #211b20;
    font-size: 21px;
}

.vc-audience-total {
    color: #d72f73;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1;
}

.vc-audience-total-label {
    max-width: 220px;
    margin-top: 8px;
    color: #746c71;
    font-size: 12px;
    line-height: 1.45;
}

.vc-audience-platforms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vc-audience-platform {
    position: relative;
    padding: 16px;
    overflow: hidden;
    border: 1px solid #eee6eb;
    border-radius: 15px;
    background: #fbfafb;
}

.vc-audience-platform::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #d72f73;
    content: "";
}

.vc-audience-youtube::before { background: #ff0033; }
.vc-audience-tiktok::before { background: #111111; }
.vc-audience-x::before { background: #3a3a3a; }
.vc-audience-instagram::before { background: #c13584; }

.vc-audience-platform-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #5f565c;
    font-size: 12px;
    font-weight: 750;
}

.vc-platform-verified {
    padding: 3px 7px;
    border-radius: 999px;
    color: #1665a8;
    background: #e9f5ff;
    font-size: 9px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.vc-audience-platform > strong {
    display: inline-block;
    margin-top: 9px;
    color: #251e23;
    font-size: 25px;
}

.vc-audience-followers-label {
    margin-left: 5px;
    color: #7c7479;
    font-size: 11px;
}

.vc-audience-platform > a {
    display: block;
    margin-top: 8px;
    color: #a52861;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.vc-audience-platform > a:hover {
    color: #d72f73;
    text-decoration: underline;
}

.vc-audience-disclaimer {
    grid-column: 1 / -1;
    margin: -7px 0 0;
    color: #8b8388;
    font-size: 10px;
}

@media (max-width: 800px) {
    .vc-audience-overview {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .vc-audience-overview {
        padding: 18px;
    }

    .vc-audience-platforms {
        grid-template-columns: 1fr;
    }
}

/* VC AUDIENCE OVERVIEW END */

/* VC PROFILE INTELLIGENCE V2 START */

.vc-section-heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.vc-section-heading-row h2,
.vc-topics-card h2,
.vc-sources-card h2 {
    margin: 3px 0 0;
}

.vc-section-kicker {
    display: block;
    color: #b22967;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vc-section-count {
    padding: 6px 10px;
    border: 1px solid #eadfe5;
    border-radius: 999px;
    color: #756d73;
    background: #fbf9fa;
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
}

.vc-official-accounts {
    margin-bottom: 28px;
}

.vc-official-account-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.vc-official-account-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 16px 16px 16px 19px;
    overflow: hidden;
    border: 1px solid #ebe4e8;
    border-radius: 15px;
    color: #211d21;
    background: #fbfafb;
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.vc-official-account-card::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #d72f73;
    content: "";
}

.vc-official-account-card:hover {
    transform: translateY(-2px);
    border-color: #dfa9c1;
    color: #211d21;
    box-shadow: 0 10px 24px rgba(40, 27, 35, .08);
}

.vc-official-instagram::before { background: #c13584; }
.vc-official-x::before,
.vc-official-twitter::before { background: #111; }
.vc-official-tiktok::before { background: #25f4ee; }
.vc-official-youtube::before { background: #ff0033; }
.vc-official-facebook::before { background: #1877f2; }

.vc-official-account-platform {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    color: #6d656a;
    font-size: 11px;
    font-weight: 750;
}

.vc-official-account-card > strong {
    overflow: hidden;
    margin-top: 9px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vc-official-account-meta {
    margin-top: 5px;
    color: #8a8287;
    font-size: 10px;
}

.vc-source-note {
    margin: 14px 0 0;
    color: #8a8388;
    font-size: 10px;
    line-height: 1.5;
}

.vc-topics-card {
    margin-top: 22px;
}

.vc-topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.vc-topic-list a,
.vc-topic-list span {
    display: inline-flex;
    padding: 7px 11px;
    border: 1px solid #eadfe5;
    border-radius: 999px;
    color: #655d62;
    background: #fbf9fa;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.vc-topic-list a {
    color: #a52861;
    border-color: #e7bfd1;
    background: #fff6fa;
}

.vc-topic-list a:hover {
    border-color: #d72f73;
    color: #d72f73;
}

.vc-sources-card .vc-detail-list {
    margin-top: 15px;
}

@media (max-width: 1000px) {
    .vc-official-account-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .vc-section-heading-row {
        flex-direction: column;
        gap: 8px;
    }

    .vc-official-account-grid {
        grid-template-columns: 1fr;
    }
}

/* VC PROFILE INTELLIGENCE V2 END */

/* VC CELEBRITY DISCOVERY PROFILE V3 START */

.vc-discovery-summary {
    margin-bottom: 28px;
    background:
        linear-gradient(135deg, rgba(255, 247, 251, .9), rgba(255, 255, 255, 1));
}

.vc-discovery-rank-badge {
    padding: 7px 11px;
    border-radius: 999px;
    color: #fff;
    background: #d72f73;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.vc-at-a-glance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.vc-glance-item {
    min-width: 0;
    padding: 15px;
    border: 1px solid #ece4e8;
    border-radius: 13px;
    background: rgba(255, 255, 255, .88);
}

.vc-glance-item-wide {
    grid-column: span 2;
}

.vc-glance-item span {
    display: block;
    color: #8b8288;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.vc-glance-item strong {
    display: block;
    margin-top: 6px;
    overflow: hidden;
    color: #262027;
    font-size: 13px;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.vc-ranking-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #eadfe5;
    border-radius: 14px;
    background: #eadfe5;
}

.vc-ranking-strip > div {
    padding: 14px 16px;
    background: #fff;
}

.vc-ranking-strip strong,
.vc-ranking-strip span {
    display: block;
}

.vc-ranking-strip strong {
    color: #d72f73;
    font-size: 22px;
    line-height: 1;
}

.vc-ranking-strip span {
    margin-top: 6px;
    color: #7d747a;
    font-size: 10px;
}

.vc-did-you-know-card {
    margin-top: 22px;
}

.vc-did-you-know-card h2 {
    margin: 3px 0 16px;
}

.vc-fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vc-fact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border: 1px solid #ece4e8;
    border-radius: 13px;
    background: #fbfafb;
}

.vc-fact-item > span {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #d72f73;
    font-size: 11px;
    font-weight: 900;
}

.vc-fact-item p {
    margin: 1px 0 0;
    color: #514a4f;
    font-size: 11px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .vc-at-a-glance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .vc-at-a-glance-grid,
    .vc-fact-grid,
    .vc-ranking-strip {
        grid-template-columns: 1fr;
    }

    .vc-glance-item-wide {
        grid-column: auto;
    }
}

/* VC CELEBRITY DISCOVERY PROFILE V3 END */

/* VC KNOWN FOR V4 START */

.vc-known-for-card {
    margin-top: 22px;
}

.vc-known-for-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}

.vc-known-for-item {
    display: flex;
    min-width: 0;
    min-height: 154px;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #eae3e7;
    border-radius: 14px;
    background:
        linear-gradient(145deg, #fff, #fbf8fa);
}

.vc-known-for-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: #8b8288;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.vc-known-for-item h3 {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.35;
}

.vc-known-for-item h3 a {
    color: #242028;
    text-decoration: none;
}

.vc-known-for-item h3 a:hover {
    color: #d72f73;
}

.vc-known-for-genres {
    margin: 6px 0 0;
    color: #7d747a;
    font-size: 10px;
}

.vc-known-for-rating {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-top: auto;
    padding-top: 13px;
}

.vc-known-for-rating strong {
    color: #d72f73;
    font-size: 18px;
}

.vc-known-for-rating span {
    color: #8b8288;
    font-size: 9px;
}

@media (max-width: 900px) {
    .vc-known-for-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .vc-known-for-grid {
        grid-template-columns: 1fr;
    }
}

/* VC KNOWN FOR V4 END */

/* VC LIVE PROFILE DASHBOARD V5 START */

.vc-live-dashboard {
    margin: 0 0 28px;
}

.vc-live-dashboard-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.vc-live-dashboard-heading h2 {
    margin: 3px 0 0;
    color: #211d22;
    font-size: 22px;
}

.vc-live-dashboard-heading > span {
    color: #8a8388;
    font-size: 10px;
}

.vc-live-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vc-dashboard-panel {
    min-width: 0;
    padding: 19px;
    border: 1px solid #e9e1e6;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(37, 26, 34, .045);
}

.vc-dashboard-panel h3 {
    margin: 0;
    color: #29232a;
    font-size: 14px;
}

.vc-distribution-bar {
    display: flex;
    height: 15px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #eee9ec;
}

.vc-distribution-bar > span {
    min-width: 2px;
}

.vc-distribution-instagram { background: #c13584; }
.vc-distribution-x { background: #252525; }
.vc-distribution-tiktok { background: #25c9c1; }
.vc-distribution-youtube { background: #ff0033; }

.vc-distribution-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 15px;
    margin-top: 16px;
}

.vc-distribution-legend > div {
    display: grid;
    grid-template-columns: 9px minmax(0, 1fr) auto;
    gap: 7px;
    align-items: center;
    color: #736b70;
    font-size: 10px;
}

.vc-distribution-legend i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.vc-distribution-legend strong {
    color: #332d32;
}

.vc-peer-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 16px;
}

.vc-peer-stats > div {
    padding: 12px;
    border-radius: 12px;
    background: #faf8f9;
}

.vc-peer-stats span,
.vc-peer-stats strong {
    display: block;
}

.vc-peer-stats span {
    min-height: 27px;
    color: #857d82;
    font-size: 9px;
    line-height: 1.4;
}

.vc-peer-stats strong {
    margin-top: 7px;
    color: #292329;
    font-size: 18px;
}

.vc-peer-stats .is-positive { color: #16805b; }
.vc-peer-stats .is-negative { color: #bc3b4c; }

.vc-milestone-value {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 14px;
}

.vc-milestone-value strong {
    color: #d72f73;
    font-size: 29px;
}

.vc-milestone-value span,
.vc-milestone-panel p {
    color: #81787e;
    font-size: 10px;
}

.vc-milestone-track {
    height: 9px;
    margin-top: 13px;
    overflow: hidden;
    border-radius: 999px;
    background: #eee8eb;
}

.vc-milestone-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #d72f73, #f0629a);
}

.vc-milestone-panel p {
    margin: 9px 0 0;
}

.vc-birthday-panel {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #fff8fb, #fff);
}

.vc-birthday-icon {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border-radius: 15px;
    background: #ffe7f1;
    font-size: 24px;
}

.vc-birthday-panel strong {
    display: block;
    margin-top: 7px;
    color: #d72f73;
    font-size: 22px;
}

.vc-birthday-panel p {
    margin: 3px 0 0;
    color: #82797f;
    font-size: 10px;
}

.vc-interest-panel {
    grid-column: 1 / -1;
}

.vc-interest-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vc-interest-heading span,
.vc-interest-panel > p {
    color: #8a8287;
    font-size: 9px;
}

.vc-interest-chart {
    display: flex;
    height: 82px;
    align-items: flex-end;
    gap: 3px;
    margin-top: 15px;
    padding-top: 5px;
    border-bottom: 1px solid #e8e1e5;
}

.vc-interest-chart i {
    min-height: 3px;
    flex: 1 1 0;
    border-radius: 3px 3px 0 0;
    background: #ece7ea;
}

.vc-interest-chart i.has-views {
    background: linear-gradient(180deg, #ed6ca0, #d72f73);
}

.vc-interest-panel > p {
    margin: 9px 0 0;
}

@media (max-width: 800px) {
    .vc-live-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .vc-interest-panel {
        grid-column: auto;
    }
}

@media (max-width: 520px) {
    .vc-live-dashboard-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .vc-peer-stats {
        grid-template-columns: 1fr;
    }

    .vc-distribution-legend {
        grid-template-columns: 1fr;
    }
}

/* VC LIVE PROFILE DASHBOARD V5 END */

/* VC INTERACTIVE PROFILE COMPARISON V6 */
.vc-compare {
    margin-top: 24px;
    padding: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgba(215, 47, 115, .12), transparent 32%),
        #fff;
}

.vc-compare-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.vc-compare-heading h2 {
    margin: 3px 0 0;
    color: #29232a;
}

.vc-compare-heading p {
    margin: 7px 0 0;
    color: #7e757b;
    font-size: 12px;
}

.vc-compare-picker {
    min-width: 220px;
}

.vc-compare-picker span {
    display: block;
    margin-bottom: 6px;
    color: #81787e;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vc-compare-picker select {
    width: 100%;
    height: 42px;
    padding: 0 36px 0 13px;
    border: 1px solid #dfd7dc;
    border-radius: 11px;
    background: #fff;
    color: #302a2f;
    font-size: 12px;
    font-weight: 700;
}

.vc-compare-people {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin-top: 27px;
    padding: 20px;
    border: 1px solid #eee7eb;
    border-radius: 18px;
    background: #fcfafb;
}

.vc-compare-person {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
}

.vc-compare-person-opponent {
    flex-direction: row-reverse;
    text-align: right;
}

.vc-compare-person img {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 18px rgba(45, 34, 40, .12);
}

.vc-compare-person span {
    color: #d72f73;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vc-compare-person h3 {
    margin: 3px 0;
    overflow: hidden;
    color: #2c262b;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vc-compare-person p {
    margin: 0;
    color: #80777d;
    font-size: 10px;
}

.vc-compare-versus {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: #2d282c;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
}

.vc-compare-metrics {
    margin-top: 24px;
}

.vc-compare-metric + .vc-compare-metric {
    margin-top: 15px;
}

.vc-compare-metric-values,
.vc-compare-bars {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
}

.vc-compare-metric-values strong {
    color: #322c31;
    font-size: 13px;
}

.vc-compare-metric-values strong:last-child {
    text-align: right;
}

.vc-compare-metric-values span {
    color: #827980;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.vc-compare-bars {
    margin-top: 6px;
}

.vc-compare-bars::before {
    grid-column: 2;
    grid-row: 1;
    width: 1px;
    height: 8px;
    justify-self: center;
    background: #ddd5da;
    content: '';
}

.vc-compare-bars > div {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #eee9ec;
}

.vc-compare-bars > div:first-child {
    grid-column: 1;
    grid-row: 1;
    direction: rtl;
}

.vc-compare-bars > div:last-child {
    grid-column: 3;
    grid-row: 1;
}

.vc-compare-bars i {
    display: block;
    height: 100%;
    border-radius: inherit;
    transition: width .35s ease;
}

.vc-compare-bars > div:first-child i {
    background: linear-gradient(90deg, #f0649d, #d72f73);
}

.vc-compare-bars > div:last-child i {
    background: linear-gradient(90deg, #494149, #786d76);
}

.vc-compare-link {
    display: block;
    width: fit-content;
    margin: 22px 0 0 auto;
    color: #d72f73;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 680px) {
    .vc-compare {
        padding: 21px 17px;
    }

    .vc-compare-heading {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .vc-compare-picker {
        min-width: 0;
    }

    .vc-compare-people {
        grid-template-columns: 1fr;
    }

    .vc-compare-person-opponent {
        flex-direction: row;
        text-align: left;
    }

    .vc-compare-versus {
        width: 32px;
        height: 32px;
        margin: -5px auto;
    }

    .vc-compare-metric-values,
    .vc-compare-bars {
        grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
        gap: 8px;
    }
}
/* VC INTERACTIVE PROFILE COMPARISON V6 END */

/* VC SOURCED PROFILE ENRICHMENT V8 START */
.vc-sourced-fact-list,
.vc-connection-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.vc-sourced-fact-item {
    padding: 17px 18px;
    border: 1px solid #eee5ea;
    border-radius: 14px;
    background: #fffafb;
}

.vc-sourced-fact-item .vc-fact-type {
    display: block;
    color: #c42b69;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vc-sourced-fact-item p {
    margin: 7px 0 8px;
    color: #393137;
    font-size: 14px;
    line-height: 1.55;
}

.vc-sourced-fact-item a,
.vc-timeline-item a,
.vc-connection-source,
.vc-source-link-row a {
    color: #a9275b;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.vc-sourced-fact-item a:hover,
.vc-timeline-item a:hover,
.vc-connection-source:hover,
.vc-source-link-row a:hover {
    text-decoration: underline;
}

.vc-timeline-list {
    position: relative;
    display: grid;
    gap: 0;
    margin-top: 22px;
}

.vc-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 13px;
    padding: 0 0 22px;
}

.vc-timeline-item:not(:last-child)::before {
    position: absolute;
    top: 10px;
    bottom: -2px;
    left: 6px;
    width: 2px;
    background: #efd4df;
    content: '';
}

.vc-timeline-marker {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #d72f73;
    box-shadow: 0 0 0 1px #d72f73;
}

.vc-timeline-item time {
    display: block;
    margin-bottom: 4px;
    color: #a9275b;
    font-size: 11px;
    font-weight: 900;
}

.vc-timeline-item p {
    margin: 0 0 5px;
    color: #3b3338;
    font-size: 14px;
}

.vc-connection-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    border: 1px solid #eee6ea;
    border-radius: 13px;
    background: #fff;
}

.vc-connection-item > div > span {
    display: block;
    margin-bottom: 3px;
    color: #8a7d84;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.vc-connection-name {
    color: #342d32;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

a.vc-connection-name:hover {
    color: #c42b69;
}

@media (max-width: 560px) {
    .vc-connection-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
}
/* VC SOURCED PROFILE ENRICHMENT V8 END */

/* VC HOMEPAGE WELCOME V8 */
.vc2-welcome-strip {
    padding: 62px 0;
    background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}

.vc2-welcome-heading {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.vc2-welcome-heading h2 {
    margin: 7px 0 10px;
    color: #2d272c;
    font-size: clamp(27px, 4vw, 39px);
    line-height: 1.15;
}

.vc2-welcome-heading p {
    margin: 0;
    color: #756d72;
    font-size: 14px;
    line-height: 1.7;
}

.vc2-welcome-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 31px;
}

.vc2-welcome-grid article {
    padding: 25px;
    border: 1px solid #ece5e9;
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 28px rgba(48, 37, 43, .05);
}

.vc2-welcome-grid article > span {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 12px;
    background: #ffe8f1;
    color: #d72f73;
    font-size: 17px;
    font-weight: 900;
}

.vc2-welcome-grid h3 {
    margin: 17px 0 8px;
    color: #352e33;
    font-size: 17px;
}

.vc2-welcome-grid p {
    margin: 0;
    color: #756d72;
    font-size: 12px;
    line-height: 1.7;
}

@media (max-width: 760px) {
    .vc2-welcome-strip {
        padding: 44px 0;
    }

    .vc2-welcome-grid {
        grid-template-columns: 1fr;
    }
}
/* VC HOMEPAGE WELCOME V8 END */

/* VC CREATOR EDITORIAL REDESIGN V9 START */
.vc-creator-profile-route .vc-profile-page {
    background:
        radial-gradient(circle at 8% 5%, rgba(215, 47, 115, .07), transparent 23rem),
        linear-gradient(180deg, #fbfafb 0, #f6f3f5 36rem, #f8f7f8 100%);
}

.vc-creator-profile-route .vc-container {
    width: min(1180px, calc(100% - 48px));
}

.vc-creator-profile-route .vc-breadcrumb {
    margin: 26px 0 16px;
    color: #8a8186;
    font-size: 12px;
}

.vc-creator-profile-route .vc-profile-hero {
    position: relative;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    min-height: 290px;
    margin: 0 0 22px;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(222, 213, 218, .9);
    border-radius: 26px;
    background:
        radial-gradient(circle at 95% 0, rgba(215, 47, 115, .13), transparent 28rem),
        #fff;
    box-shadow: 0 20px 55px rgba(62, 43, 53, .09);
}

.vc-creator-profile-route .vc-profile-hero::after {
    position: absolute;
    top: -80px;
    right: -65px;
    width: 230px;
    height: 230px;
    border: 46px solid rgba(215, 47, 115, .045);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.vc-creator-profile-route .vc-profile-image-col {
    position: relative;
    z-index: 1;
}

.vc-creator-profile-route .vc-profile-image-col::before {
    position: absolute;
    inset: 12px -10px -12px 10px;
    border-radius: 24px;
    background: linear-gradient(145deg, #f5bad0, #d72f73);
    content: '';
    transform: rotate(3deg);
}

.vc-creator-profile-route .vc-profile-image {
    position: relative;
    width: 220px;
    height: 220px;
    border: 5px solid #fff;
    border-radius: 23px;
    background: #f0e9ed;
    box-shadow: 0 15px 35px rgba(57, 39, 48, .18);
}

.vc-profile-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #b52b63;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vc-creator-profile-route .vc-profile-name {
    color: #292329;
    font-size: clamp(35px, 5vw, 54px);
    letter-spacing: -.035em;
}

.vc-creator-profile-route .vc-profile-tagline {
    max-width: 760px;
    margin-bottom: 18px;
    color: #625960;
    font-size: 16px;
    line-height: 1.65;
}

.vc-creator-profile-route .vc-meta-pill {
    padding: 7px 12px;
    border: 1px solid #ead9e1;
    background: #fff8fb;
    color: #923055;
    font-size: 12px;
}

.vc-creator-profile-route .vc-social-buttons {
    gap: 8px;
    margin-top: 4px;
}

.vc-creator-profile-route .vc-social-btn {
    min-width: 116px;
    max-width: 190px;
    padding: 9px 12px;
    border-color: #eadfe4;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(55, 40, 47, .045);
}

.vc-creator-profile-route .vc-social-btn:hover {
    border-color: #d72f73;
    background: #fff7fa;
    transform: translateY(-1px);
}

.vc-creator-profile-route .vc-social-btn strong {
    font-size: 12px;
}

.vc-creator-profile-route .vc-social-btn span {
    max-width: 160px;
    font-size: 10px;
}

.vc-creator-profile-route .vc-card,
.vc-creator-profile-route .vc-audience-overview {
    border: 1px solid #e9e2e6;
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(55, 40, 48, .055);
}

.vc-creator-profile-route .vc-discovery-summary {
    padding: 26px 28px;
    background: linear-gradient(135deg, #fff 0, #fff8fb 100%);
}

.vc-creator-profile-route .vc-section-kicker,
.vc-creator-profile-route .vc-audience-kicker {
    color: #bd2b66;
    font-size: 10px;
    letter-spacing: .11em;
}

.vc-creator-profile-route .vc-card h2,
.vc-creator-profile-route .vc-audience-overview h2 {
    color: #302930;
    font-size: 24px;
    letter-spacing: -.02em;
}

.vc-creator-profile-route .vc-at-a-glance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}

.vc-creator-profile-route .vc-glance-item {
    min-height: 76px;
    padding: 14px 16px;
    border-color: #ebe3e7;
    background: rgba(255, 255, 255, .82);
}

.vc-creator-profile-route .vc-glance-item strong {
    color: #332c32;
    font-size: 14px;
}

.vc-creator-profile-route .vc-ranking-strip > div {
    padding: 16px 18px;
}

.vc-creator-profile-route .vc-ranking-strip strong {
    font-size: 25px;
}

.vc-creator-profile-route .vc-audience-overview {
    margin-bottom: 24px;
    padding: 28px;
}

.vc-creator-profile-route .vc-audience-summary {
    border-right-color: #eee5e9;
}

.vc-creator-profile-route .vc-audience-platform {
    border-color: #eae2e6;
    background: #fff;
}

/* Use the full reading width while the sidebar advertisement is dormant. */
.vc-creator-profile-route .vc-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
    gap: 24px;
    max-width: none;
    margin: 0;
}

.vc-creator-profile-route .vc-profile-content > .vc-card {
    padding: 30px 32px;
}

.vc-creator-profile-route .vc-profile-content > .vc-card > p {
    color: #554d52;
    font-size: 15px;
    line-height: 1.8;
}

.vc-creator-profile-route .vc-sourced-fact-list,
.vc-creator-profile-route .vc-connection-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vc-creator-profile-route .vc-sourced-fact-item,
.vc-creator-profile-route .vc-connection-item {
    min-height: 116px;
    padding: 18px;
    border-color: #eae1e6;
    background: linear-gradient(145deg, #fff, #fff9fb);
}

.vc-creator-profile-route .vc-sourced-fact-item p {
    font-size: 13px;
}

.vc-creator-profile-route .vc-connection-item {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.vc-creator-profile-route .vc-topics-card {
    padding-top: 24px;
    padding-bottom: 24px;
}

.vc-creator-profile-route .vc-profile-sidebar {
    display: grid;
    gap: 18px;
    margin-top: 0;
}

.vc-creator-profile-route .vc-profile-sidebar .vc-sources-card {
    padding: 23px;
}

.vc-creator-profile-route .vc-profile-sidebar .vc-detail-list {
    display: block;
}

.vc-creator-profile-route .vc-profile-sidebar .vc-detail-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 13px 0;
}

.vc-creator-profile-route .vc-related-section {
    margin-top: 30px;
}

.vc-discovery-rail-card {
    margin: 0;
    padding: 23px;
}

.vc-discovery-rail-card h2 {
    margin: 4px 0 16px !important;
    font-size: 19px !important;
    line-height: 1.25;
}

.vc-discovery-rail-list {
    display: grid;
    gap: 5px;
}

.vc-discovery-rail-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding: 8px;
    border-radius: 12px;
    color: #352e33;
    text-decoration: none;
    transition: background .15s ease, transform .15s ease;
}

.vc-discovery-rail-item:hover {
    background: #fff3f8;
    transform: translateX(2px);
}

.vc-discovery-rail-item img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 11px;
    background: #eee8eb;
}

.vc-discovery-rail-item strong,
.vc-discovery-rail-item small {
    display: block;
}

.vc-discovery-rail-item strong {
    overflow: hidden;
    font-size: 12px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vc-discovery-rail-item small {
    margin-top: 3px;
    color: #8b8187;
    font-size: 10px;
}

.vc-discovery-rail-more {
    display: inline-block;
    margin-top: 14px;
    color: #b32b62;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 900px) {
    .vc-creator-profile-route .vc-container {
        width: min(100% - 30px, 760px);
    }

    .vc-creator-profile-route .vc-profile-hero {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 24px;
        min-height: 0;
        padding: 26px;
    }

    .vc-creator-profile-route .vc-profile-image {
        width: 150px;
        height: 150px;
    }

    .vc-creator-profile-route .vc-profile-layout {
        display: block;
    }

    .vc-creator-profile-route .vc-profile-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 24px;
    }

    .vc-creator-profile-route .vc-profile-sidebar > .vc-sources-card,
    .vc-creator-profile-route .vc-profile-sidebar > .vc-ad-slot {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .vc-creator-profile-route .vc-container {
        width: min(100% - 22px, 560px);
    }

    .vc-creator-profile-route .vc-breadcrumb {
        margin: 16px 2px 12px;
    }

    .vc-creator-profile-route .vc-profile-hero {
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: start;
        gap: 16px;
        padding: 19px;
        border-radius: 20px;
    }

    .vc-creator-profile-route .vc-profile-image {
        width: 92px;
        height: 92px;
        border-width: 3px;
        border-radius: 17px;
    }

    .vc-creator-profile-route .vc-profile-image-col::before {
        inset: 7px -6px -7px 6px;
        border-radius: 18px;
    }

    .vc-creator-profile-route .vc-profile-name {
        font-size: 28px;
    }

    .vc-creator-profile-route .vc-profile-tagline,
    .vc-creator-profile-route .vc-profile-meta,
    .vc-creator-profile-route .vc-official-site,
    .vc-creator-profile-route .vc-social-buttons {
        grid-column: 1 / -1;
    }

    .vc-creator-profile-route .vc-profile-tagline {
        margin-top: 14px;
        font-size: 14px;
    }

    .vc-creator-profile-route .vc-profile-main-col {
        display: contents;
    }

    .vc-creator-profile-route .vc-profile-eyebrow,
    .vc-creator-profile-route .vc-name-row {
        grid-column: 2;
    }

    .vc-creator-profile-route .vc-social-btn {
        min-width: calc(50% - 4px);
        flex: 1 1 calc(50% - 4px);
    }

    .vc-creator-profile-route .vc-discovery-summary,
    .vc-creator-profile-route .vc-audience-overview,
    .vc-creator-profile-route .vc-profile-content > .vc-card,
    .vc-creator-profile-route .vc-profile-sidebar .vc-sources-card {
        padding: 21px 18px;
        border-radius: 17px;
    }

    .vc-creator-profile-route .vc-at-a-glance-grid,
    .vc-creator-profile-route .vc-sourced-fact-list,
    .vc-creator-profile-route .vc-connection-list,
    .vc-creator-profile-route .vc-profile-sidebar .vc-detail-list {
        grid-template-columns: 1fr;
    }

    .vc-creator-profile-route .vc-profile-sidebar {
        grid-template-columns: 1fr;
    }

    .vc-creator-profile-route .vc-glance-item-wide {
        grid-column: auto;
    }

    .vc-creator-profile-route .vc-sourced-fact-item,
    .vc-creator-profile-route .vc-connection-item {
        min-height: 0;
    }
}
/* VC CREATOR EDITORIAL REDESIGN V9 END */
/* Creator media cache cards */
.vc-latest-media-card .vc-media-platform + .vc-media-platform { margin-top:22px; padding-top:20px; border-top:1px solid #eee7eb; }
.vc-media-platform h3 { margin:0 0 12px; font-size:1rem; }
.vc-media-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.vc-media-grid-youtube { grid-template-columns:1fr; }
.vc-media-item { position:relative; display:block; min-width:0; overflow:hidden; border:1px solid #eadde3; border-radius:14px; background:#fff; color:inherit; text-decoration:none; }
.vc-media-item img { display:block; width:100%; aspect-ratio:1/1; object-fit:cover; background:#f5f1f3; }
.vc-media-grid-youtube .vc-media-item { display:grid; grid-template-columns:minmax(180px,42%) 1fr; align-items:center; }
.vc-media-grid-youtube .vc-media-item img { aspect-ratio:16/9; }
.vc-media-item-copy { display:block; padding:10px; }
.vc-media-item-copy strong,.vc-media-item-copy small { display:block; }
.vc-media-item-copy strong { line-height:1.35; }
.vc-media-item-copy small { margin-top:6px; color:#d82467; font-weight:700; }
@media (max-width:700px) {
    .vc-media-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .vc-media-grid-youtube { grid-template-columns:1fr; }
    .vc-media-grid-youtube .vc-media-item { display:block; }
}
