/* =========================================================
   Vision Constructors Blog V2
   Public blog list + blog detail pages
   Add this file to frontend/css/ or paste it at the END of style.css
   ========================================================= */

:root {
    --vc-blog-primary: #00577a;
    --vc-blog-primary-dark: #0f3446;
    --vc-blog-ink: #122d3d;
    --vc-blog-muted: #677c89;
    --vc-blog-line: #e4ecef;
    --vc-blog-soft: #f5f8f9;
    --vc-blog-white: #ffffff;
    --vc-blog-shadow: 0 12px 36px rgba(14, 56, 73, 0.06);
}

/* =========================================================
   BLOG LIST
   ========================================================= */

.vcb-hero {
    padding: 58px 0;
    background:
        radial-gradient(circle at 90% 10%, #ddecf0 0, transparent 38%),
        linear-gradient(135deg, #f8fbfc, #eef5f6);
    border-bottom: 1px solid var(--vc-blog-line);
}

.vcb-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.65fr);
    gap: 45px;
    align-items: end;
}

.vcb-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vc-blog-primary);
    font-weight: 800;
}

.vcb-hero h1 {
    max-width: 850px;
    margin: 12px 0 17px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    color: var(--vc-blog-ink);
    font-weight: 800;
}

.vcb-hero p {
    max-width: 720px;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: var(--vc-blog-muted);
}

.vcb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.vcb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 18px;
    border-radius: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

.vcb-btn.primary {
    background: var(--vc-blog-primary);
    color: #fff;
}

.vcb-btn.primary:hover {
    background: var(--vc-blog-primary-dark);
    color: #fff;
}

.vcb-btn.ghost {
    border: 1px solid #cfdee3;
    background: #fff;
    color: var(--vc-blog-ink);
}

.vcb-btn.ghost:hover {
    border-color: var(--vc-blog-primary);
    color: var(--vc-blog-primary);
}

.vcb-hero-panel {
    padding: 25px;
    border: 1px solid #d8e5e9;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(13, 57, 75, 0.07);
}

.vcb-hero-panel strong {
    display: block;
    font-size: 46px;
    line-height: 1;
    color: var(--vc-blog-ink);
}

.vcb-hero-panel span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: var(--vc-blog-muted);
}

.vcb-hero-panel small {
    display: block;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--vc-blog-line);
    line-height: 1.7;
    color: #83939d;
}

.vcb-page {
    padding: 28px 0 70px;
    background: #fff;
}

.vcb-filter {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px auto auto;
    gap: 10px;
    padding: 13px;
    background: #fff;
    border: 1px solid var(--vc-blog-line);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(15, 59, 77, 0.05);
}

.vcb-search {
    position: relative;
    min-width: 0;
}

.vcb-search i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #8b9aa3;
    pointer-events: none;
}

.vcb-filter input,
.vcb-filter select {
    width: 100%;
    height: 48px;
    border: 1px solid var(--vc-blog-line);
    border-radius: 12px;
    background: #fbfcfd;
    padding: 0 14px;
    color: var(--vc-blog-ink);
    outline: none;
}

.vcb-filter input:focus,
.vcb-filter select:focus {
    border-color: #9bc1cf;
    box-shadow: 0 0 0 3px rgba(0, 87, 122, 0.08);
}

.vcb-search input {
    padding-left: 43px;
}

.vcb-filter button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: var(--vc-blog-primary);
    color: #fff;
    font-weight: 700;
}

.vcb-filter button:hover {
    background: var(--vc-blog-primary-dark);
}

.vcb-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: var(--vc-blog-muted);
    text-decoration: none;
}

.vcb-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin: 25px 0 17px;
}

.vcb-heading span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--vc-blog-primary);
    font-weight: 800;
}

.vcb-heading h2 {
    margin: 4px 0 0;
    font-size: 28px;
    color: var(--vc-blog-ink);
}

.vcb-heading > a {
    color: var(--vc-blog-primary);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

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

.vcb-card {
    min-width: 0;
    background: #fff;
    border: 1px solid var(--vc-blog-line);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 11px 35px rgba(17, 60, 77, 0.045);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vcb-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(17, 60, 77, 0.09);
}

.vcb-media {
    position: relative;
    display: block;
    height: 190px;
    overflow: hidden;
    background: var(--vc-blog-soft);
}

.vcb-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vcb-card:hover .vcb-media img {
    transform: scale(1.025);
}

.vcb-fallback {
    height: 100%;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2b5365;
    font-weight: 700;
    line-height: 1.45;
}

.vcb-fallback i {
    flex: 0 0 auto;
    font-size: 24px;
    color: var(--vc-blog-primary);
}

.vcb-category {
    position: absolute;
    left: 13px;
    top: 13px;
    max-width: calc(100% - 26px);
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--vc-blog-primary);
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}

.vcb-body {
    padding: 17px;
}

.vcb-author {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    text-decoration: none;
}

.vcb-author-img {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    background: #edf5f7;
    color: var(--vc-blog-primary);
    font-weight: 800;
}

.vcb-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vcb-author-text {
    min-width: 0;
}

.vcb-author strong,
.vcb-author small {
    display: block;
}

.vcb-author strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: var(--vc-blog-ink);
}

.vcb-author small {
    margin-top: 1px;
    font-size: 10px;
    color: #8a99a2;
}

.vcb-body h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
}

.vcb-body h3 a {
    color: var(--vc-blog-ink);
    text-decoration: none;
}

.vcb-body h3 a:hover {
    color: var(--vc-blog-primary);
}

.vcb-body > p {
    min-height: 62px;
    margin-bottom: 14px;
    color: var(--vc-blog-muted);
    font-size: 13px;
    line-height: 1.6;
}

.vcb-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--vc-blog-line);
    color: #8b9aa3;
    font-size: 10px;
}

.vcb-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.vcb-side {
    margin-top: 25px;
}

.vcb-side-card {
    margin-bottom: 18px;
    padding: 17px;
    background: #fff;
    border: 1px solid var(--vc-blog-line);
    border-radius: 18px;
}

.vcb-side-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
    color: var(--vc-blog-ink);
}

.vcb-side-card > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid var(--vc-blog-line);
    color: var(--vc-blog-ink);
    text-decoration: none;
}

.vcb-side-card > a:last-child {
    border-bottom: 0;
}

.vcb-side-card > a > i {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--vc-blog-soft);
    color: var(--vc-blog-primary);
}

.vcb-side-card > a span {
    min-width: 0;
}

.vcb-side-card > a strong,
.vcb-side-card > a small {
    display: block;
}

.vcb-side-card > a strong {
    font-size: 12px;
}

.vcb-side-card > a small {
    margin-top: 2px;
    font-size: 10px;
    color: #8b9aa3;
}

.vcb-side-card > a.vcb-cat {
    justify-content: space-between;
    gap: 15px;
}

.vcb-cat b {
    flex: 0 0 auto;
    color: var(--vc-blog-primary);
    font-size: 11px;
}

.vcb-pagination {
    margin-top: 28px;
}

.vcb-empty {
    grid-column: 1 / -1;
    padding: 60px 25px;
    text-align: center;
    border: 1px dashed #cedce1;
    border-radius: 20px;
    background: #fbfcfd;
}

.vcb-empty > i {
    font-size: 28px;
    color: var(--vc-blog-primary);
}

.vcb-empty h3 {
    margin: 12px 0 5px;
    color: var(--vc-blog-ink);
}

.vcb-empty p {
    color: var(--vc-blog-muted);
}

.vcb-empty a {
    color: var(--vc-blog-primary);
    font-weight: 700;
}

/* =========================================================
   BLOG DETAIL
   ========================================================= */

.vcd-hero {
    padding: 38px 0 34px;
    background: linear-gradient(135deg, #f7fbfc, #eef5f6);
    border-bottom: 1px solid var(--vc-blog-line);
}

.vcd-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
    font-size: 11px;
    color: #81919a;
}

.vcd-breadcrumb a {
    color: #647985;
    text-decoration: none;
}

.vcd-title-wrap {
    max-width: 980px;
}

.vcd-chip {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 20px;
    background: #e5f2f5;
    color: var(--vc-blog-primary);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.vcd-title-wrap h1 {
    margin: 13px 0 16px;
    font-size: clamp(36px, 5vw, 61px);
    line-height: 1.08;
    color: var(--vc-blog-ink);
    font-weight: 800;
}

.vcd-title-wrap > p {
    max-width: 860px;
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
    color: var(--vc-blog-muted);
}

.vcd-byline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
    margin-top: 22px;
    color: #778a95;
    font-size: 12px;
}

.vcd-byline > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vcd-author {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vc-blog-ink);
    text-decoration: none;
}

.vcd-author > span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    background: #e8f2f4;
    color: var(--vc-blog-primary);
    font-weight: 800;
}

.vcd-author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vcd-page {
    padding: 38px 0 75px;
}

.vcd-article,
.vcd-author-box,
.vcd-comments,
.vcd-side-card {
    background: #fff;
    border: 1px solid var(--vc-blog-line);
    border-radius: 22px;
    box-shadow: var(--vc-blog-shadow);
}

.vcd-article {
    overflow: hidden;
}

.vcd-feature {
    max-height: 520px;
    overflow: hidden;
}

.vcd-feature img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.vcd-content {
    padding: clamp(22px, 4vw, 48px);
    overflow-wrap: anywhere;
    word-break: normal;
    color: #314c5a;
    font-size: 17px;
    line-height: 1.85;
}

.vcd-content h1,
.vcd-content h2,
.vcd-content h3,
.vcd-content h4,
.vcd-content h5,
.vcd-content h6 {
    color: var(--vc-blog-ink);
    overflow-wrap: anywhere;
}

.vcd-content h2,
.vcd-content h3,
.vcd-content h4 {
    margin-top: 1.7em;
}

.vcd-content h2 {
    font-size: 30px;
}

.vcd-content h3 {
    font-size: 24px;
}

.vcd-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 14px;
}

.vcd-content iframe,
.vcd-content video,
.vcd-content embed {
    max-width: 100%;
}

.vcd-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vcd-content pre {
    max-width: 100%;
    overflow-x: auto;
}

.vcd-content a {
    color: var(--vc-blog-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
}

.vcd-author-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 20px;
    padding: 24px;
}

.vcd-author-logo {
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;
    background: #edf5f7;
    color: var(--vc-blog-primary);
    font-size: 30px;
    font-weight: 800;
}

.vcd-author-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vcd-author-content {
    min-width: 0;
}

.vcd-author-box span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--vc-blog-primary);
    font-weight: 800;
}

.vcd-author-box h3 {
    margin: 4px 0 6px;
}

.vcd-author-box h3 a {
    color: var(--vc-blog-ink);
    text-decoration: none;
}

.vcd-author-box p {
    margin-bottom: 10px;
    color: var(--vc-blog-muted);
    font-size: 13px;
    line-height: 1.6;
}

.vcd-author-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.vcd-author-actions a {
    color: var(--vc-blog-primary);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.vcd-comments {
    margin-top: 20px;
    padding: 28px;
}

.vcd-comments h2 {
    margin-bottom: 18px;
    font-size: 22px;
    color: var(--vc-blog-ink);
}

.vcd-comment {
    display: flex;
    gap: 14px;
    padding: 17px 0;
    border-bottom: 1px solid var(--vc-blog-line);
}

.vcd-comment-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--vc-blog-soft);
    color: var(--vc-blog-primary);
    font-weight: 800;
}

.vcd-comment-content {
    min-width: 0;
}

.vcd-comment strong,
.vcd-comment small {
    display: block;
}

.vcd-comment small {
    font-size: 10px;
    color: #8a9aa3;
}

.vcd-comment p {
    margin: 6px 0 0;
    color: var(--vc-blog-muted);
    font-size: 13px;
    overflow-wrap: anywhere;
}

.vcd-comments input,
.vcd-comments textarea {
    width: 100%;
    border: 1px solid var(--vc-blog-line);
    border-radius: 12px;
    padding: 12px 14px;
    background: #fbfcfd;
    outline: none;
}

.vcd-comments input:focus,
.vcd-comments textarea:focus {
    border-color: #9bc1cf;
    box-shadow: 0 0 0 3px rgba(0, 87, 122, 0.08);
}

.vcd-comments button {
    border: 0;
    border-radius: 12px;
    padding: 12px 20px;
    background: var(--vc-blog-primary);
    color: #fff;
    font-weight: 700;
}

.vcd-comments button:hover {
    background: var(--vc-blog-primary-dark);
}

.vcd-sticky {
    position: sticky;
    top: 100px;
}

.vcd-side-card {
    margin-bottom: 18px;
    padding: 19px;
}

.vcd-profile-mini {
    text-align: center;
}

.vcd-side-author {
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;
    background: var(--vc-blog-soft);
}

.vcd-side-author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vcd-side-author span {
    color: var(--vc-blog-primary);
    font-size: 25px;
    font-weight: 800;
}

.vcd-profile-mini > small {
    font-size: 10px;
    color: var(--vc-blog-primary);
    text-transform: uppercase;
    font-weight: 800;
}

.vcd-profile-mini h3 {
    margin: 4px 0;
    font-size: 18px;
    color: var(--vc-blog-ink);
}

.vcd-profile-mini p {
    font-size: 11px;
    color: var(--vc-blog-muted);
}

.vcd-profile-mini > a {
    font-size: 12px;
    font-weight: 700;
    color: var(--vc-blog-primary);
    text-decoration: none;
}

.vcd-side-card > h3 {
    margin: 0 0 11px;
    font-size: 16px;
    color: var(--vc-blog-ink);
}

.vcd-related {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid var(--vc-blog-line);
    text-decoration: none;
}

.vcd-related:last-child {
    border-bottom: 0;
}

.vcd-related span,
.vcd-related small {
    display: block;
}

.vcd-related span {
    color: var(--vc-blog-ink);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.vcd-related small {
    margin-top: 4px;
    color: #8999a2;
    font-size: 10px;
}

.vcd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.vcd-tags a {
    padding: 6px 8px;
    border-radius: 9px;
    background: var(--vc-blog-soft);
    color: #536c7a;
    font-size: 10px;
    text-decoration: none;
}

.vcd-tags b {
    color: var(--vc-blog-primary);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {
    .vcb-hero-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .vcb-hero-panel {
        max-width: 520px;
    }

    .vcb-filter {
        grid-template-columns: minmax(0, 1fr) 240px auto;
    }

    .vcb-clear {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

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

    .vcb-side {
        margin-top: 0;
    }

    .vcd-sticky {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .vcb-hero {
        padding: 34px 0;
    }

    .vcb-hero h1 {
        font-size: 35px;
    }

    .vcb-hero p {
        font-size: 15px;
    }

    .vcb-hero-panel {
        width: 100%;
        padding: 20px;
    }

    .vcb-hero-panel strong {
        font-size: 38px;
    }

    .vcb-filter {
        grid-template-columns: 1fr;
    }

    .vcb-filter button {
        width: 100%;
    }

    .vcb-clear {
        justify-content: center;
        min-height: 40px;
    }

    .vcb-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .vcb-grid {
        grid-template-columns: 1fr;
    }

    .vcb-media {
        height: 215px;
    }

    .vcb-body > p {
        min-height: 0;
    }

    .vcd-hero {
        padding: 25px 0;
    }

    .vcd-breadcrumb {
        margin-bottom: 17px;
    }

    .vcd-title-wrap h1 {
        font-size: 34px;
        overflow-wrap: anywhere;
    }

    .vcd-title-wrap > p {
        font-size: 15px;
    }

    .vcd-byline {
        gap: 11px;
    }

    .vcd-page {
        padding: 25px 0 50px;
    }

    .vcd-content {
        padding: 22px;
        font-size: 16px;
        overflow: hidden;
    }

    .vcd-content h2 {
        font-size: 25px;
    }

    .vcd-content h3 {
        font-size: 21px;
    }

    .vcd-author-box {
        display: block;
        padding: 20px;
    }

    .vcd-author-logo {
        margin-bottom: 15px;
    }

    .vcd-comments {
        padding: 20px;
    }

    .vcd-comment {
        align-items: flex-start;
    }
}

@media (max-width: 479.98px) {
    .vcb-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vcb-btn {
        width: 100%;
    }

    .vcb-media {
        height: 195px;
    }

    .vcd-title-wrap h1 {
        font-size: 30px;
    }

    .vcd-author {
        max-width: 100%;
    }

    .vcd-author b {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


/* =========================================================
   BLOGUSER MODULE STYLES
   Extracted from BlogUser Blade templates
   ========================================================= */


/* ---- BlogUser/resources/views/authors/styles.blade.php ---- */
:root{--vca:#00577a;--vca2:#083b52;--ink:#132637;--muted:#6d7e8c;--line:#e7edf1;--soft:#f5f8fa;--white:#fff}
.vca-hero,.vca-profile-hero{background:linear-gradient(135deg,#f5fafc,#eef5f7);padding:55px 0 42px;border-bottom:1px solid var(--line)}.vca-hero-inner{display:flex;align-items:end;justify-content:space-between;gap:30px}.vca-hero span,.vca-profile-type{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--vca)}.vca-hero h1,.vca-profile-hero h1{font-size:clamp(34px,5vw,58px);margin:8px 0 10px;color:var(--ink);font-weight:800}.vca-hero p{margin:0;color:var(--muted);font-size:17px}.vca-primary{background:var(--vca);color:#fff!important;border-radius:14px;padding:14px 20px;display:inline-flex;gap:9px;align-items:center;font-weight:700;white-space:nowrap}.vca-page{padding:42px 0 70px}.vca-filter{display:grid;grid-template-columns:minmax(0,1fr) 220px auto auto;gap:10px;padding:13px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 35px rgba(10,56,77,.06)}.vca-search{position:relative}.vca-search i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#8a9ba7}.vca-filter input,.vca-filter select{width:100%;height:48px;border:1px solid var(--line);border-radius:12px;padding:0 14px;background:#fbfcfd}.vca-search input{padding-left:43px}.vca-filter button{border:0;border-radius:12px;background:var(--vca);color:#fff;padding:0 22px;font-weight:700}.vca-clear{height:48px;display:flex;align-items:center;padding:0 10px;color:var(--muted)}.vca-result-head{display:flex;align-items:end;justify-content:space-between;margin:32px 2px 18px;gap:15px}.vca-result-head h2{font-size:24px;margin:0;color:var(--ink)}.vca-result-head span{color:var(--muted);font-size:13px}.vca-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.vca-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 35px rgba(10,56,77,.055);transition:.2s}.vca-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(10,56,77,.1)}.vca-card-top{height:86px;background:linear-gradient(135deg,#edf6f8,#f8fbfc);display:flex;align-items:end;justify-content:space-between;padding:0 18px 0;text-decoration:none}.vca-avatar,.vca-profile-logo{background:#fff;border:4px solid #fff;box-shadow:0 5px 18px rgba(8,59,82,.14);overflow:hidden;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--vca)}.vca-avatar{width:72px;height:72px;border-radius:18px;transform:translateY(22px);font-size:28px}.vca-avatar img,.vca-profile-logo img{width:100%;height:100%;object-fit:cover}.vca-type{font-size:11px;color:var(--vca);font-weight:800;text-transform:uppercase;margin-bottom:11px}.vca-card-body{padding:34px 18px 18px}.vca-card-body h3{font-size:18px;margin:0 0 5px}.vca-card-body h3 a{color:var(--ink)}.vca-location{font-size:12px;color:var(--muted);margin:0 0 10px}.vca-desc{color:#637684;font-size:14px;min-height:63px}.vca-stats{display:flex;gap:22px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.vca-stats span{font-size:11px;color:var(--muted)}.vca-stats strong{display:block;color:var(--ink);font-size:15px}.vca-profile{display:flex;justify-content:space-between;align-items:center;padding-top:14px;color:var(--vca);font-weight:700;font-size:13px}.vca-side-card,.vca-about{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:18px;box-shadow:0 10px 30px rgba(10,56,77,.05)}.vca-side-card h3{font-size:16px;margin:0 0 12px;color:var(--ink)}.vca-side-card>a{display:flex;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);color:var(--ink)}.vca-side-card>a:last-child{border-bottom:0}.vca-side-card>a>i{width:34px;height:34px;border-radius:10px;background:var(--soft);display:flex;align-items:center;justify-content:center;color:var(--vca)}.vca-side-card a span{display:block}.vca-side-card a strong{display:block;font-size:13px}.vca-side-card a small{display:block;color:var(--muted);font-size:11px}.vca-mini{display:block!important}.vca-mini span{font-size:12px!important;font-weight:700}.vca-profile-cover{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;display:flex;justify-content:space-between;gap:30px;align-items:center;box-shadow:0 16px 45px rgba(10,56,77,.07)}.vca-profile-main{display:flex;align-items:center;gap:22px}.vca-profile-logo{width:112px;height:112px;border-radius:24px;font-size:42px}.vca-profile-main h1{font-size:34px;margin:4px 0}.vca-profile-main p{margin:0;color:var(--muted)}.vca-social{display:flex;gap:7px;margin-top:12px}.vca-social a{width:34px;height:34px;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--vca)}.vca-profile-stats{display:flex;gap:10px}.vca-profile-stats div{min-width:92px;background:var(--soft);border-radius:15px;padding:14px;text-align:center}.vca-profile-stats strong{display:block;font-size:20px;color:var(--ink)}.vca-profile-stats span{font-size:11px;color:var(--muted)}.vca-about h2{font-size:22px;color:var(--ink)}.vca-about p{color:#566c7a;line-height:1.8}.vca-contact-row{display:flex;gap:16px;flex-wrap:wrap}.vca-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.vca-blog-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.vca-blog-image{height:175px;display:block;background:var(--soft)}.vca-blog-image img{width:100%;height:100%;object-fit:cover}.vca-blog-fallback{height:100%;display:flex;align-items:center;padding:20px;font-weight:700;color:var(--vca2)}.vca-blog-body{padding:16px}.vca-chip{display:inline-block;background:#edf6f8;color:var(--vca);border-radius:20px;padding:5px 9px;font-size:10px;font-weight:800}.vca-blog-body h3{font-size:17px;line-height:1.35;margin:10px 0}.vca-blog-body h3 a{color:var(--ink)}.vca-blog-body p{font-size:13px;color:var(--muted);min-height:56px}.vca-blog-body>div{display:flex;justify-content:space-between;color:#8a99a4;font-size:11px}.vca-empty{grid-column:1/-1;text-align:center;padding:70px 20px;background:var(--soft);border-radius:20px}.vca-empty i{font-size:36px;color:var(--vca)}
@media(max-width:1199px){.vca-grid,.vca-blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.vca-hero,.vca-profile-hero{padding:28px 0}.vca-hero-inner,.vca-profile-cover{display:block}.vca-primary{margin-top:20px;width:100%;justify-content:center}.vca-filter{grid-template-columns:1fr}.vca-filter button,.vca-clear{height:46px;justify-content:center}.vca-grid,.vca-blog-grid{grid-template-columns:1fr}.vca-result-head{align-items:start;flex-direction:column}.vca-profile-cover{padding:20px}.vca-profile-main{align-items:flex-start}.vca-profile-logo{width:80px;height:80px;border-radius:18px;flex:0 0 80px}.vca-profile-main h1{font-size:25px}.vca-profile-stats{margin-top:20px}.vca-profile-stats div{flex:1;min-width:0;padding:10px}.vca-page{padding-top:25px}}


/* ---- BlogUser/resources/views/partials/form-styles.blade.php ---- */
:root{--vbf:#00577a;--vbf-dark:#153242;--vbf-muted:#6c7f8b;--vbf-line:#e3ebef;--vbf-soft:#f5f8f9}.vbf-page{background:#f4f7f8;padding:38px 0 70px;min-height:75vh}.vbf-shell{max-width:1140px;margin:auto}.vbf-top{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:22px}.vbf-top span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--vbf);font-weight:800}.vbf-top h1{font-size:clamp(29px,4vw,43px);margin:5px 0 8px;color:var(--vbf-dark)}.vbf-top p{margin:0;color:var(--vbf-muted);max-width:720px}.vbf-back{white-space:nowrap;border:1px solid var(--vbf-line);background:#fff;color:var(--vbf-dark);padding:11px 15px;border-radius:12px;font-weight:700}.vbf-progress{background:#fff;border:1px solid var(--vbf-line);border-radius:18px;padding:13px;display:grid;grid-template-columns:repeat(var(--steps,4),1fr);gap:8px;margin-bottom:16px}.vbf-step-pill{display:flex;align-items:center;gap:9px;padding:9px;border-radius:12px;color:#82919a;font-size:12px;font-weight:700}.vbf-step-pill b{width:28px;height:28px;border-radius:9px;background:var(--vbf-soft);display:flex;align-items:center;justify-content:center}.vbf-step-pill.active{background:#eef6f8;color:var(--vbf)}.vbf-step-pill.active b,.vbf-step-pill.done b{background:var(--vbf);color:#fff}.vbf-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px}.vbf-card,.vbf-side{background:#fff;border:1px solid var(--vbf-line);border-radius:20px;box-shadow:0 12px 34px rgba(15,57,75,.045)}.vbf-card{padding:24px}.vbf-panel{display:none}.vbf-panel.active{display:block}.vbf-card-head{display:flex;align-items:center;gap:13px;margin-bottom:22px}.vbf-card-head i{width:42px;height:42px;border-radius:12px;background:#eef6f8;display:flex;align-items:center;justify-content:center;color:var(--vbf)}.vbf-card-head h2{font-size:21px;margin:0;color:var(--vbf-dark)}.vbf-card-head p{margin:2px 0 0;color:var(--vbf-muted);font-size:12px}.vbf-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.vbf-field.full{grid-column:1/-1}.vbf-field label{display:block;margin-bottom:7px;font-size:12px;font-weight:800;color:#34505f}.vbf-field label span{color:#d34242}.vbf-field input,.vbf-field select,.vbf-field textarea{width:100%;border:1px solid var(--vbf-line);border-radius:12px;background:#fbfcfd;padding:12px 13px;color:var(--vbf-dark);outline:0;transition:.15s}.vbf-field input,.vbf-field select{height:48px}.vbf-field input:focus,.vbf-field select:focus,.vbf-field textarea:focus{border-color:#8db7c7;box-shadow:0 0 0 3px rgba(0,87,122,.08)}.vbf-field small{display:block;color:#8998a1;font-size:10px;line-height:1.5;margin-top:6px}.vbf-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.vbf-choice{position:relative;border:1px solid var(--vbf-line);border-radius:15px;padding:15px;display:flex;gap:11px;cursor:pointer;background:#fff}.vbf-choice:has(input:checked){border-color:#78aabd;background:#f1f8fa;box-shadow:0 0 0 2px rgba(0,87,122,.07)}.vbf-choice input{margin-top:3px}.vbf-choice strong,.vbf-choice small{display:block}.vbf-choice strong{font-size:13px;color:var(--vbf-dark)}.vbf-choice small{font-size:10px;color:var(--vbf-muted);margin-top:3px}.vbf-nav{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:24px;padding-top:18px;border-top:1px solid var(--vbf-line)}.vbf-nav button{border:0;border-radius:12px;padding:11px 17px;font-weight:800}.vbf-prev{background:var(--vbf-soft);color:var(--vbf-dark)}.vbf-next,.vbf-submit{background:var(--vbf);color:#fff}.vbf-side{padding:18px;height:max-content;position:sticky;top:100px}.vbf-side h3{font-size:15px;color:var(--vbf-dark);margin:0 0 12px}.vbf-tip{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid var(--vbf-line)}.vbf-tip:last-child{border-bottom:0}.vbf-tip i{color:var(--vbf);margin-top:2px}.vbf-tip strong,.vbf-tip small{display:block}.vbf-tip strong{font-size:11px;color:#385462}.vbf-tip small{font-size:10px;color:#8998a1;line-height:1.5}.vbf-errors{background:#fff1f1;border:1px solid #f3cece;border-radius:14px;padding:13px 16px;color:#a63c3c;margin-bottom:15px}.vbf-errors p{margin:2px 0;font-size:12px}.vbf-invalid{border-color:#df7070!important;box-shadow:0 0 0 3px rgba(223,112,112,.08)!important}.tox-tinymce{border:1px solid var(--vbf-line)!important;border-radius:12px!important;max-width:100%!important}.tox .tox-toolbar__group{flex-wrap:wrap!important}.vbf-current-image{width:160px;height:100px;border-radius:12px;overflow:hidden;margin-bottom:10px;border:1px solid var(--vbf-line)}.vbf-current-image img{width:100%;height:100%;object-fit:cover}@media(max-width:991px){.vbf-grid{grid-template-columns:1fr}.vbf-side{position:static}.vbf-top{align-items:flex-start;flex-direction:column}.vbf-back{width:100%;text-align:center}}@media(max-width:767px){.vbf-page{padding:22px 0 45px}.vbf-card{padding:16px}.vbf-progress{overflow:hidden;grid-template-columns:1fr}.vbf-step-pill{display:none}.vbf-step-pill.active{display:flex}.vbf-fields,.vbf-choice-grid{grid-template-columns:1fr}.vbf-field.full{grid-column:auto}.vbf-nav{position:sticky;bottom:0;background:#fff;padding:13px 0 2px;z-index:5}.vbf-nav button{flex:1}.tox-tinymce{min-height:420px!important;width:100%!important}.tox .tox-editor-header{max-width:100%;overflow:hidden}.tox .tox-toolbar-overlord,.tox .tox-toolbar__primary{flex-wrap:wrap!important}.tox .tox-edit-area iframe{width:100%!important}}


/* ---- BlogUser/resources/views/user/success.blade.php ---- */
.vc-user-success-card{
    background:#fff;
    border-radius:22px;
    padding:55px 35px;
    text-align:center;
    box-shadow:0 15px 45px rgba(0,52,90,.08);
}

.vc-user-success-icon{
    width:100px;
    height:100px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#eaf7ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.vc-user-success-icon i{
    font-size:46px;
    color:#16a34a;
}

.vc-user-success-card h2{
    font-size:34px;
    font-weight:800;
    color:#00486b;
    margin-bottom:15px;
}

.vc-user-success-card p{
    max-width:720px;
    margin:0 auto;
    color:#667085;
    font-size:17px;
    line-height:30px;
}

.vc-user-success-info{
    margin-top:35px;
    display:flex;
    gap:18px;
    justify-content:center;
    flex-wrap:wrap;
}

.vc-info-box{
    min-width:220px;
    padding:20px;
    background:#f8fbff;
    border:1px solid #e4edf5;
    border-radius:16px;
}

.vc-info-box strong{
    display:block;
    color:#00486b;
    margin-bottom:8px;
    font-weight:800;
}

.vc-info-box span{
    color:#667085;
}

.vc-info-box.pending{
    background:#fff8e1;
    border-color:#ffe8a3;
}

.vc-user-success-buttons{
    margin-top:40px;
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
}

.vc-outline-btn{
    border:2px solid #00486b;
    color:#00486b;
    padding:12px 25px;
    border-radius:8px;
    font-weight:700;
}

.vc-outline-btn:hover{
    background:#00486b;
    color:#fff;
}

@media(max-width:767px){
    .vc-user-success-card{
        padding:35px 18px;
    }

    .vc-user-success-card h2{
        font-size:26px;
    }
}


/* ---- BlogUser/resources/views/user/index.blade.php ---- */
.vcu-wrap{padding:4px 0 35px}.vcu-head{display:flex;justify-content:space-between;gap:25px;align-items:flex-end;margin-bottom:22px}.vcu-head>div:first-child span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#00577a;font-weight:800}.vcu-head h1{font-size:32px;margin:4px 0;color:#173342}.vcu-head p{margin:0;color:#71838e}.vcu-actions{display:flex;gap:9px}.vcu-primary,.vcu-secondary{display:inline-flex;align-items:center;gap:8px;padding:11px 15px;border-radius:11px;font-weight:700}.vcu-primary{background:#00577a;color:#fff!important}.vcu-secondary{border:1px solid #dce7eb;color:#173342;background:#fff}.vcu-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.vcu-stats>div{background:#fff;border:1px solid #e3ebef;border-radius:15px;padding:16px}.vcu-stats small,.vcu-stats strong{display:block}.vcu-stats small{font-size:10px;color:#83929b;text-transform:uppercase;font-weight:800}.vcu-stats strong{font-size:24px;color:#173342;margin-top:3px}.vcu-list{display:grid;gap:10px}.vcu-card{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:16px;align-items:center;background:#fff;border:1px solid #e3ebef;border-radius:16px;padding:12px;box-shadow:0 8px 25px rgba(14,56,73,.035)}.vcu-thumb{width:88px;height:74px;border-radius:12px;background:#f2f6f7;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#00577a;font-size:22px}.vcu-thumb img{width:100%;height:100%;object-fit:cover}.vcu-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:5px}.vcu-badge{font-size:9px;text-transform:uppercase;font-weight:800;background:#eef3f5;color:#60737e;border-radius:20px;padding:4px 7px}.vcu-badge.green{background:#e8f7ed;color:#258247}.vcu-badge.amber{background:#fff4da;color:#a66e08}.vcu-main h3{font-size:16px;margin:0 0 6px;color:#173342}.vcu-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:10px;color:#83929b}.vcu-tools{display:flex;gap:6px}.vcu-tools a,.vcu-tools button{width:34px;height:34px;border-radius:9px;border:1px solid #e2eaee;background:#fff;display:flex;align-items:center;justify-content:center;color:#496573}.vcu-tools button{color:#a94141}.vcu-tools form{margin:0}.vcu-empty{text-align:center;background:#fff;border:1px dashed #cedde3;border-radius:18px;padding:55px 20px}.vcu-empty i{font-size:34px;color:#00577a}.vcu-empty h3{margin:10px 0 5px}.vcu-empty p{color:#758892}@media(max-width:767px){.vcu-head{align-items:flex-start;flex-direction:column}.vcu-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.vcu-actions a{justify-content:center}.vcu-stats{grid-template-columns:1fr 1fr}.vcu-card{grid-template-columns:68px minmax(0,1fr)}.vcu-thumb{width:68px;height:68px}.vcu-tools{grid-column:1/-1;border-top:1px solid #e7edef;padding-top:10px}.vcu-tools a,.vcu-tools button{flex:1;width:auto}.vcu-tools form{display:flex;flex:1}.vcu-tools form button{width:100%}}


/* ==========================================================================
   BLOGUSER V3 — integrated publishing + contributor system
   CSS only. Article body colors are intentionally NOT forced here.
   ========================================================================== */

.vbf-login-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;margin:0 0 22px;border:1px solid #dfe8f0;border-radius:16px;background:#f8fbfd}
.vbf-login-banner div{display:flex;flex-direction:column;gap:3px}.vbf-login-banner strong{font-size:16px}.vbf-login-banner span{font-size:13px;color:#64748b}
.identity-choice{margin-bottom:22px}
.vbf-category-radio{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:330px;overflow:auto;padding:4px}
.vbf-category-radio label{display:block;cursor:pointer}.vbf-category-radio input{position:absolute;opacity:0;pointer-events:none}
.vbf-category-radio span{display:flex;flex-direction:column;gap:3px;padding:14px 15px;border:1px solid #dbe5ee;border-radius:13px;background:#fff;transition:.2s}
.vbf-category-radio input:checked+span{border-color:#0b668f;box-shadow:0 0 0 3px rgba(11,102,143,.1);background:#f5fbfe}
.vbf-category-radio strong{font-size:14px}.vbf-category-radio small{font-size:12px;color:#64748b}
.vbf-modal[hidden]{display:none!important}.vbf-modal{position:fixed;z-index:99999;inset:0;background:rgba(15,23,42,.58);display:flex;align-items:center;justify-content:center;padding:24px;overflow:auto}
.vbf-modal-dialog{position:relative;width:min(520px,100%);background:#fff;border-radius:20px;padding:28px;box-shadow:0 24px 70px rgba(15,23,42,.28)}
.vbf-preview-dialog{width:min(920px,100%);max-height:88vh;overflow:auto}
.vbf-modal-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:#64748b}
.vbf-login-error{min-height:20px;color:#b42318;font-size:13px;margin:8px 0}.vbf-check{display:flex;gap:8px;align-items:center;margin:10px 0 18px}
.vbf-preview-category{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0b668f;margin-bottom:8px}
.vbf-user-page{padding-top:0}.vbf-edit-card{max-width:1100px;margin:0 auto}.vbf-edit-card .vbf-fields{padding:24px}
.vcu-badge.red{background:#feecec;color:#b42318}.vcu-tools{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.vcu-tools>a,.vcu-tools button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 11px;border:1px solid #dce6ee;border-radius:9px;background:#fff;font-size:12px;font-weight:700;color:#12344a;text-decoration:none}.vcu-tools button{cursor:pointer}
.vcpv-page{padding:32px 0 70px}.vcpv-alert{display:flex;align-items:center;gap:14px;flex-wrap:wrap;background:#fff8e8;border:1px solid #f5d98f;padding:16px 18px;border-radius:14px;margin-bottom:22px}.vcpv-alert strong{color:#8a5b00}.vcpv-alert span{flex:1;min-width:220px}.vcpv-alert a{font-weight:700}
.vcpv-article{max-width:980px;margin:0 auto;background:#fff;border:1px solid #e3eaf0;border-radius:20px;padding:clamp(20px,4vw,48px)}
.vca-profile-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px}.vca-profile-card{background:#fff;border:1px solid #e0e8ef;border-radius:18px;padding:22px}.vca-logo-preview{width:120px;height:120px;border-radius:18px;background:#eff5f8;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:18px;font-size:42px;font-weight:800}.vca-logo-preview img{width:100%;height:100%;object-fit:cover}.vca-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.vca-fields .full{grid-column:1/-1}.vca-fields label,.vca-profile-card>label{display:block;font-weight:700;font-size:13px;margin-bottom:6px}.vca-fields input,.vca-fields textarea,.vca-profile-card input{width:100%;border:1px solid #d9e3ea;border-radius:10px;padding:11px 12px;outline:none}
.vcc-card-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
.vcb-card a[target="_blank"]{text-decoration:none}
.vcbd-popular-item img{width:92px;height:70px;object-fit:cover;border-radius:10px}

/* Keep any rich HTML inside editor/article content responsive, without forcing text colors. */
.vc-article{max-width:100%;overflow-wrap:anywhere;word-break:normal}
.vc-article img,.vc-article video,.vc-article iframe,.vc-article embed{max-width:100%;height:auto}
.vc-article table{display:block;max-width:100%;overflow-x:auto}
.vc-article pre,.vc-article code{max-width:100%;overflow-x:auto}

@media(max-width:767px){
  .vbf-login-banner{align-items:flex-start;flex-direction:column}
  .vbf-category-radio{grid-template-columns:1fr;max-height:420px}
  .vca-profile-grid{grid-template-columns:1fr}
  .vca-fields{grid-template-columns:1fr}.vca-fields .full{grid-column:auto}
  .vcu-tools{width:100%}
  .vbf-modal{padding:12px}.vbf-modal-dialog{padding:22px 18px}
}

/* =========================================================
   BLOG V3 CARD / LISTING SELECTOR FIX
   Matches current blogs.blade.php exactly
   ========================================================= */

.vcb-blog-page {
    padding: 28px 0 70px;
    background: #fff;
}

.vcb-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 28px;
    align-items: start;
}

.vcb-blog-main {
    min-width: 0;
}

/* FILTER */

.vcb-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px auto;
    gap: 10px;
    align-items: end;
    padding: 14px;
    margin-bottom: 22px;
    background: #fff;
    border: 1px solid #dfe8ee;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(15, 59, 77, 0.05);
}

.vcb-field {
    min-width: 0;
}

.vcb-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #15384a;
}

.vcb-field input,
.vcb-field select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #dce6ec;
    border-radius: 12px;
    background: #fbfcfd;
    color: #15384a;
    outline: none;
}

.vcb-field input:focus,
.vcb-field select:focus {
    border-color: #8eb9ca;
    box-shadow: 0 0 0 3px rgba(0, 92, 127, 0.08);
}

.vcb-filter-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* GRID */

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

/* CARD */

.vcb-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e8ed;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(17, 60, 77, 0.05);
    transition: transform .2s ease, box-shadow .2s ease;
}

.vcb-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(17, 60, 77, 0.10);
}

/* IMAGE */

.vcb-card-media {
    position: relative;
    display: block;
    height: 205px;
    overflow: hidden;
    background: #eef5f7;
    text-decoration: none;
}

.vcb-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.vcb-card:hover .vcb-card-media img {
    transform: scale(1.03);
}

.vcb-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    text-align: center;
    color: #416273;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

/* CATEGORY */

.vcb-card-media .vcb-category {
    position: absolute;
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 6px 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(255,255,255,.94);
    border-radius: 30px;
    color: #00658b;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

/* BODY */

.vcb-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

/* META */

.vcb-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
    color: #81919b;
    font-size: 11px;
}

.vcb-card-meta span,
.vcb-card-meta time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* TITLE */

.vcb-card-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.38;
    font-weight: 700;
}

.vcb-card-title a {
    color: #15384a !important;
    text-decoration: none;
}

.vcb-card-title a:hover {
    color: #00658b !important;
}

/* DESCRIPTION */

.vcb-card-description {
    margin: 0 0 16px;
    color: #667b87;
    font-size: 13px;
    line-height: 1.65;
}

/* FOOTER */

.vcb-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #edf1f4;
}

.vcb-author {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    text-decoration: none;
}

.vcb-author img {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    object-fit: cover;
    background: #eef5f7;
}

.vcb-author span {
    min-width: 0;
}

.vcb-author small,
.vcb-author strong {
    display: block;
}

.vcb-author small {
    color: #8a9aa3;
    font-size: 9px;
}

.vcb-author strong {
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #17394a;
    font-size: 11px;
}

.vcb-read-more {
    flex: 0 0 auto;
    color: #00658b;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.vcb-read-more:hover {
    color: #004d6a;
}

/* SIDEBAR */

.vcb-side {
    min-width: 0;
    margin-top: 0;
}

.vcb-side-card {
    margin-bottom: 18px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e0e8ed;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(17, 60, 77, 0.035);
}

.vcb-side-heading {
    margin-bottom: 12px;
}

.vcb-side-heading > span {
    display: block;
    margin-bottom: 3px;
    color: #00658b;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.vcb-side-heading h2 {
    margin: 0;
    color: #15384a;
    font-size: 18px;
}

/* CATEGORY LIST */

.vcb-category-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vcb-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 11px;
    border-radius: 10px;
    color: #405f6e;
    font-size: 12px;
    text-decoration: none;
    transition: .2s ease;
}

.vcb-category-list a:hover,
.vcb-category-list a.active {
    background: #f0f7fa;
    color: #00658b;
}

.vcb-category-list a span {
    min-width: 0;
}

.vcb-category-list a strong {
    flex: 0 0 auto;
    min-width: 29px;
    padding: 3px 7px;
    border-radius: 20px;
    background: #eef5f7;
    color: #00658b;
    text-align: center;
    font-size: 10px;
}

/* PAGINATION */

.vcb-pagination {
    margin-top: 28px;
}

/* RESPONSIVE */

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

    .vcb-blog-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
    }
}

@media (max-width: 991px) {
    .vcb-blog-layout {
        grid-template-columns: 1fr;
    }

    .vcb-side {
        margin-top: 10px;
    }

    .vcb-filter {
        grid-template-columns: 1fr 220px auto;
    }
}

@media (max-width: 767px) {
    .vcb-blog-page {
        padding-top: 18px;
    }

    .vcb-filter {
        grid-template-columns: 1fr;
    }

    .vcb-filter-actions {
        width: 100%;
    }

    .vcb-filter-actions .vcb-btn {
        flex: 1;
    }

    .vcb-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .vcb-card-media {
        height: 220px;
    }

    .vcb-card-footer {
        align-items: flex-end;
    }
}


/* ==========================================================================
   VISION CONSTRUCTORS BLOGUSER V4.1
   COMPLETE STYLES FOR:
   - BLOG DETAIL (.vcbd-*)
   - ALL CONTRIBUTORS (.vcc-*)
   - SINGLE CONTRIBUTOR (.vcp-*)
   ========================================================================== */

/* ---------- Shared page foundations ---------- */
.vcbd-page,
.vcc-directory,
.vcp-page {
    background: #f7fafc;
    color: #183847;
}

.vcbd-page .container,
.vcc-directory .container,
.vcp-page .container,
.vcc-hero .container {
    max-width: 1320px;
}

.vcb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: .2s ease;
    cursor: pointer;
}

.vcb-btn.primary {
    background: #00658b;
    border-color: #00658b;
    color: #fff !important;
}

.vcb-btn.primary:hover {
    background: #004f6e;
    border-color: #004f6e;
    color: #fff !important;
}

.vcb-btn.ghost {
    background: #fff;
    border-color: #d8e4eb;
    color: #16394a !important;
}

.vcb-btn.ghost:hover {
    background: #f1f7fa;
    border-color: #b9d1dd;
    color: #00658b !important;
}

/* ==========================================================================
   BLOG DETAIL
   ========================================================================== */

.vcbd-page {
    padding: 38px 0 80px;
}

.vcbd-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

.vcbd-main {
    min-width: 0;
}

.vcbd-article {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e8ee;
    border-radius: 22px;
    box-shadow: 0 12px 38px rgba(18, 54, 72, .06);
}

.vcbd-header {
    padding: clamp(24px, 4vw, 44px) clamp(22px, 4.5vw, 52px) 28px;
}

.vcbd-category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 15px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eaf5f9;
    color: #00658b !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .025em;
    text-decoration: none !important;
}

.vcbd-header h1 {
    max-width: 980px;
    margin: 0 0 16px;
    color: #143546;
    font-size: clamp(30px, 4.1vw, 52px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
}

.vcbd-lead {
    max-width: 900px;
    margin: 0 0 18px;
    color: #5d7480;
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.7;
}

.vcbd-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: #84949d;
    font-size: 12px;
    font-weight: 600;
}

.vcbd-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vcbd-author {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 20px;
    padding: 9px 12px;
    border: 1px solid #e4ebef;
    border-radius: 14px;
    background: #fbfdfe;
    text-decoration: none !important;
}

.vcbd-author img {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    object-fit: cover;
    background: #eef4f7;
}

.vcbd-author span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vcbd-author small {
    color: #8b9aa2;
    font-size: 10px;
    font-weight: 700;
}

.vcbd-author strong {
    color: #17394a;
    font-size: 13px;
    font-weight: 800;
}

.vcbd-featured {
    margin: 0;
    padding: 0 clamp(22px, 4.5vw, 52px);
}

.vcbd-featured img {
    display: block;
    width: 100%;
    max-height: 610px;
    object-fit: cover;
    border-radius: 18px;
}

/* Keep your ORIGINAL article content colors.
   We style structure/spacing only, not force one global text color. */
.vcbd-article > .vc-article {
    padding: 34px clamp(22px, 4.5vw, 52px) 48px;
    font-size: 16px;
    line-height: 1.82;
}

.vcbd-article > .vc-article p {
    margin: 0 0 19px;
}

.vcbd-article > .vc-article h2 {
    margin: 34px 0 14px;
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.28;
    font-weight: 800;
}

.vcbd-article > .vc-article h3 {
    margin: 27px 0 11px;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.35;
    font-weight: 800;
}

.vcbd-article > .vc-article h4,
.vcbd-article > .vc-article h5,
.vcbd-article > .vc-article h6 {
    margin: 24px 0 10px;
    line-height: 1.4;
    font-weight: 800;
}

.vcbd-article > .vc-article ul,
.vcbd-article > .vc-article ol {
    margin: 0 0 22px;
    padding-left: 24px;
}

.vcbd-article > .vc-article li {
    margin-bottom: 8px;
}

.vcbd-article > .vc-article blockquote {
    margin: 26px 0;
    padding: 20px 22px;
    border-left: 4px solid #0b789f;
    border-radius: 0 12px 12px 0;
    background: #f5fafc;
}

.vcbd-article > .vc-article img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 22px auto;
    border-radius: 14px;
}

.vcbd-article > .vc-article a {
    overflow-wrap: anywhere;
}

.vcbd-author-box {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: 0 clamp(22px, 4.5vw, 52px) 42px;
    padding: 22px;
    border: 1px solid #dfe9ee;
    border-radius: 18px;
    background: #f8fbfc;
}

.vcbd-author-box > img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 16px;
}

.vcbd-author-box span {
    display: block;
    margin-bottom: 4px;
    color: #718791;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.vcbd-author-box h2 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.3;
}

.vcbd-author-box h2 a {
    color: #17394a !important;
    text-decoration: none !important;
}

.vcbd-author-box p {
    margin: 0 0 14px;
    color: #617783;
    font-size: 13px;
    line-height: 1.65;
}

.vcbd-popular-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vcbd-popular-item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf2f5;
}

.vcbd-popular-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.vcbd-popular-item > a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.vcbd-popular-item img {
    width: 86px !important;
    height: 66px !important;
    object-fit: cover;
    margin: 0 !important;
    border-radius: 10px !important;
}

.vcbd-popular-item > div {
    min-width: 0;
}

.vcbd-popular-item > div > span {
    display: block;
    margin-bottom: 4px;
    color: #78909b;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.vcbd-popular-item h3 {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 800;
}

.vcbd-popular-item h3 a {
    color: #17394a !important;
    text-decoration: none !important;
}

.vcbd-popular-item h3 a:hover {
    color: #00658b !important;
}

/* ==========================================================================
   ALL CONTRIBUTORS
   ========================================================================== */

.vcc-hero {
    padding: 56px 0;
    border-bottom: 1px solid #dce8ee;
    background:
        radial-gradient(circle at 85% 20%, rgba(0, 101, 139, .10), transparent 34%),
        linear-gradient(135deg, #f8fbfc 0%, #edf6f9 100%);
}

.vcc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
}

.vcc-hero h1 {
    margin: 6px 0 12px;
    color: #143546;
    font-size: clamp(35px, 4.2vw, 56px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.04em;
}

.vcc-hero p {
    max-width: 760px;
    margin: 0;
    color: #607782;
    font-size: 17px;
    line-height: 1.7;
}

.vcc-hero-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.vcc-directory {
    padding: 34px 0 80px;
}

.vcc-directory-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 28px;
    align-items: start;
}

.vcc-directory-main {
    min-width: 0;
}

.vcc-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px auto;
    gap: 11px;
    align-items: end;
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #e0e8ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(18, 54, 72, .045);
}

.vcc-search-field label {
    display: block;
    margin-bottom: 6px;
    color: #183a4a;
    font-size: 12px;
    font-weight: 800;
}

.vcc-search-field input,
.vcc-search-field select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d9e5eb;
    border-radius: 12px;
    background: #fbfdfe;
    color: #183a4a;
    outline: none;
}

.vcc-search-field input:focus,
.vcc-search-field select:focus {
    border-color: #80b6c9;
    box-shadow: 0 0 0 3px rgba(0, 101, 139, .08);
}

.vcc-search-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.vcc-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #e0e8ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(18, 54, 72, .045);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vcc-card:hover {
    transform: translateY(-4px);
    border-color: #c8dde6;
    box-shadow: 0 18px 42px rgba(18, 54, 72, .09);
}

.vcc-card-top {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
}

.vcc-logo {
    width: 72px;
    height: 72px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce7ec;
    border-radius: 15px;
    background: #f0f6f8;
    color: #00658b !important;
    font-size: 28px;
    font-weight: 900;
    text-decoration: none !important;
}

.vcc-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vcc-card-identity {
    min-width: 0;
}

.vcc-card-identity > span {
    display: block;
    margin-bottom: 3px;
    color: #718893;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.vcc-card-identity h2 {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.vcc-card-identity h2 a {
    color: #153849 !important;
    text-decoration: none !important;
}

.vcc-card-identity h2 a:hover {
    color: #00658b !important;
}

.vcc-card-identity p {
    margin: 0;
    color: #7b8f99;
    font-size: 11px;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
}

.vcc-card-description {
    flex: 1;
    margin: 16px 0;
    color: #617681;
    font-size: 12px;
    line-height: 1.62;
}

.vcc-card-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px;
    margin-top: auto;
}

.vcc-card-stats > div {
    min-width: 0;
    padding: 10px 7px;
    border-radius: 11px;
    background: #f6f9fb;
    text-align: center;
}

.vcc-card-stats strong {
    display: block;
    color: #17394a;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.vcc-card-stats span {
    display: block;
    margin-top: 3px;
    color: #85959d;
    font-size: 8px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.vcc-card-footer {
    padding-top: 15px;
}

.vcc-card-footer .vcb-btn {
    width: 100%;
}

.vcc-directory .vcb-pagination {
    margin-top: 28px;
}

/* ==========================================================================
   SINGLE CONTRIBUTOR PROFILE
   ========================================================================== */

.vcp-page {
    padding: 38px 0 82px;
}

.vcp-profile {
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid #dfe8ed;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(18, 54, 72, .055);
}

.vcp-cover {
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, #dcecf3, #f4f9fb);
}

.vcp-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vcp-profile-body {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 28px;
}

.vcp-cover + .vcp-profile-body {
    margin-top: -46px;
    position: relative;
}

.vcp-logo {
    width: 124px;
    height: 124px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    border-radius: 24px;
    background: #eff6f8;
    box-shadow: 0 8px 25px rgba(14, 47, 65, .12);
}

.vcp-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vcp-identity {
    min-width: 0;
}

.vcp-type {
    display: inline-flex;
    margin-bottom: 7px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #edf6fa;
    color: #00658b;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .075em;
}

.vcp-identity h1 {
    margin: 0 0 7px;
    color: #143647;
    font-size: clamp(30px, 3.7vw, 46px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
}

.vcp-location {
    margin: 0 0 15px;
    color: #728893;
    font-size: 13px;
    line-height: 1.5;
}

.vcp-profile-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vcp-profile-stats > div {
    min-width: 92px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #f5f9fb;
}

.vcp-profile-stats strong {
    display: block;
    color: #17394a;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 900;
}

.vcp-profile-stats span {
    display: block;
    margin-top: 3px;
    color: #84959e;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.vcp-actions {
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-width: 165px;
}

.vcp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 28px;
    align-items: start;
}

.vcp-main {
    min-width: 0;
}

.vcp-section {
    margin-bottom: 24px;
    padding: clamp(22px, 3.5vw, 34px);
    border: 1px solid #e0e8ee;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(18, 54, 72, .045);
}

.vcp-section-heading {
    margin-bottom: 20px;
}

.vcp-section-heading > span {
    display: block;
    margin-bottom: 4px;
    color: #00658b;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.vcp-section-heading h2 {
    margin: 0;
    color: #173849;
    font-size: clamp(23px, 2.5vw, 31px);
    line-height: 1.25;
    font-weight: 800;
}

.vcp-description {
    color: #5e7480;
    font-size: 15px;
    line-height: 1.82;
    overflow-wrap: anywhere;
}

.vcp-section .vcb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vcp-details-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vcp-details-list > div {
    display: block;
    padding: 12px;
    border-radius: 12px;
    background: #f7fafb;
}

.vcp-details-list span {
    display: block;
    min-width: 0;
}

.vcp-details-list small {
    display: block;
    margin-bottom: 3px;
    color: #8798a0;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.vcp-details-list strong,
.vcp-details-list a {
    display: block;
    color: #17394a !important;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none !important;
    overflow-wrap: anywhere;
}

/* ==========================================================================
   SIDEBAR — SHARED FOR DETAIL + CONTRIBUTORS
   ========================================================================== */

.vcbd-page .vcb-side,
.vcc-directory .vcb-side,
.vcp-page .vcb-side {
    min-width: 0;
}

.vcbd-page .vcb-side-card,
.vcc-directory .vcb-side-card,
.vcp-page .vcb-side-card {
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid #e0e8ed;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(18, 54, 72, .04);
}

.vcbd-page .vcb-side-heading,
.vcc-directory .vcb-side-heading,
.vcp-page .vcb-side-heading {
    margin-bottom: 12px;
}

.vcbd-page .vcb-side-heading > span,
.vcc-directory .vcb-side-heading > span,
.vcp-page .vcb-side-heading > span {
    display: block;
    margin-bottom: 3px;
    color: #00658b;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.vcbd-page .vcb-side-heading h2,
.vcc-directory .vcb-side-heading h2,
.vcp-page .vcb-side-heading h2 {
    margin: 0;
    color: #163849;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.vcbd-page .vcb-category-list,
.vcc-directory .vcb-category-list,
.vcp-page .vcb-category-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 520px;
    overflow-y: auto;
    padding-right: 3px;
}

.vcbd-page .vcb-category-list a,
.vcc-directory .vcb-category-list a,
.vcp-page .vcb-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 9px;
    color: #48636f !important;
    font-size: 11px;
    line-height: 1.35;
    text-decoration: none !important;
}

.vcbd-page .vcb-category-list a:hover,
.vcc-directory .vcb-category-list a:hover,
.vcp-page .vcb-category-list a:hover {
    background: #f0f7fa;
    color: #00658b !important;
}

.vcbd-page .vcb-category-list a strong,
.vcc-directory .vcb-category-list a strong,
.vcp-page .vcb-category-list a strong {
    flex: 0 0 auto;
    min-width: 28px;
    padding: 3px 6px;
    border-radius: 999px;
    background: #edf5f8;
    color: #00658b;
    font-size: 9px;
    text-align: center;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1199px) {
    .vcbd-layout,
    .vcc-directory-layout,
    .vcp-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 22px;
    }

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

@media (max-width: 991px) {
    .vcbd-layout,
    .vcc-directory-layout,
    .vcp-layout {
        grid-template-columns: 1fr;
    }

    .vcc-hero-grid {
        grid-template-columns: 1fr;
    }

    .vcc-search {
        grid-template-columns: minmax(0, 1fr) 240px auto;
    }

    .vcp-profile-body {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .vcp-actions {
        grid-column: 1 / -1;
        flex-direction: row;
        min-width: 0;
    }

    .vcp-actions .vcb-btn {
        width: auto;
    }

    .vcbd-page .vcb-category-list,
    .vcc-directory .vcb-category-list,
    .vcp-page .vcb-category-list {
        max-height: 360px;
    }
}

@media (max-width: 767px) {
    .vcbd-page,
    .vcc-directory,
    .vcp-page {
        padding-top: 22px;
        padding-bottom: 55px;
    }

    .vcc-hero {
        padding: 38px 0;
    }

    .vcc-hero-actions {
        width: 100%;
    }

    .vcc-hero-actions .vcb-btn {
        flex: 1;
    }

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

    .vcc-search-actions {
        width: 100%;
    }

    .vcc-search-actions .vcb-btn {
        flex: 1;
    }

    .vcc-grid {
        grid-template-columns: 1fr;
    }

    .vcc-card {
        padding: 17px;
    }

    .vcbd-header,
    .vcbd-article > .vc-article {
        padding-left: 18px;
        padding-right: 18px;
    }

    .vcbd-featured {
        padding: 0 18px;
    }

    .vcbd-author-box {
        grid-template-columns: 1fr;
        margin-left: 18px;
        margin-right: 18px;
    }

    .vcbd-featured img {
        border-radius: 13px;
    }

    .vcbd-popular-item {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .vcbd-popular-item img {
        width: 76px !important;
        height: 60px !important;
    }

    .vcp-profile-body {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .vcp-cover + .vcp-profile-body {
        margin-top: -40px;
    }

    .vcp-logo {
        width: 112px;
        height: 112px;
        margin: 0 auto;
    }

    .vcp-profile-stats {
        justify-content: center;
    }

    .vcp-actions {
        grid-column: auto;
        flex-direction: column;
    }

    .vcp-actions .vcb-btn {
        width: 100%;
    }

    .vcp-section .vcb-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .vcc-card-top {
        grid-template-columns: 60px minmax(0, 1fr);
    }

    .vcc-logo {
        width: 60px;
        height: 60px;
        border-radius: 13px;
    }

    .vcc-card-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .vcc-card-stats strong {
        font-size: 12px;
    }

    .vcc-card-stats span {
        font-size: 7px;
    }

    .vcbd-header h1 {
        font-size: 30px;
    }
}


/* ==========================================================================
   BLOGUSER V4.2 — FINAL RESPONSIVE TYPOGRAPHY + COMPACT DETAIL INTRO
   These rules intentionally come LAST.
   ========================================================================== */

/* Global blog-system heading normalization */
.vcb-hero h1,
.vcc-hero h1,
.vcp-identity h1,
.vcbd-header h1 {
    text-wrap: balance;
    overflow-wrap: anywhere;
}

/* BLOG LIST HERO */
.vcb-hero h1 {
    font-size: clamp(30px, 3.1vw, 42px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.025em !important;
}

.vcb-hero p {
    font-size: 15px !important;
    line-height: 1.65 !important;
}

/* ALL CONTRIBUTORS HERO */
.vcc-hero {
    padding: 42px 0 !important;
}

.vcc-hero h1 {
    font-size: clamp(30px, 3vw, 42px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em !important;
}

.vcc-hero p {
    font-size: 15px !important;
    line-height: 1.65 !important;
}

/* SINGLE CONTRIBUTOR PROFILE */
.vcp-identity h1 {
    font-size: clamp(28px, 2.9vw, 38px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.022em !important;
}

.vcp-section-heading h2 {
    font-size: clamp(21px, 2vw, 28px) !important;
    line-height: 1.3 !important;
}

/* BLOG DETAIL */
.vcbd-header h1 {
    font-size: clamp(28px, 3vw, 40px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;
}

.vcbd-lead {
    font-size: 16px !important;
    line-height: 1.68 !important;
}

.vcbd-article > .vc-article h1 {
    font-size: 30px !important;
    line-height: 1.25 !important;
}

.vcbd-article > .vc-article h2 {
    font-size: 25px !important;
    line-height: 1.3 !important;
}

.vcbd-article > .vc-article h3 {
    font-size: 21px !important;
    line-height: 1.35 !important;
}

.vcbd-article > .vc-article h4 {
    font-size: 18px !important;
}

.vcbd-article > .vc-article h5,
.vcbd-article > .vc-article h6 {
    font-size: 16px !important;
}

/* Compact blog intro shown only on article detail */
.vcbd-mini-hero {
    margin-bottom: 22px;
    padding: 18px 20px;
    border: 1px solid #dfe8ed;
    border-radius: 17px;
    background:
        radial-gradient(circle at 90% 20%, rgba(0, 101, 139, .08), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f3f8fa 100%);
    box-shadow: 0 8px 26px rgba(18, 54, 72, .045);
}

.vcbd-mini-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
}

.vcbd-mini-copy {
    min-width: 0;
}

.vcbd-mini-copy .vcb-eyebrow {
    margin-bottom: 4px;
}

.vcbd-mini-copy h2 {
    margin: 0 0 5px;
    color: #153849;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.015em;
}

.vcbd-mini-copy p {
    max-width: 760px;
    margin: 0;
    color: #687e89;
    font-size: 12px;
    line-height: 1.55;
}

.vcbd-mini-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.vcbd-mini-actions .vcb-btn {
    min-height: 40px;
    padding: 0 13px;
    border-radius: 10px;
    font-size: 11px;
}

/* Article card sizes */
.vcb-card-title {
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.vcb-card-description {
    font-size: 12px !important;
    line-height: 1.6 !important;
}

.vcc-card-identity h2 {
    font-size: 16px !important;
}

.vcb-side-heading h2 {
    font-size: 17px !important;
}

/* Make page shells friendlier and less oversized on large screens */
.vcbd-page,
.vcp-page {
    padding-top: 28px !important;
}

.vcc-directory {
    padding-top: 26px !important;
}

.vcbd-header {
    padding-top: 30px !important;
    padding-bottom: 22px !important;
}

.vcp-profile-body {
    padding: 24px !important;
}

/* Tablet */
@media (max-width: 991px) {
    .vcb-hero h1,
    .vcc-hero h1 {
        font-size: 34px !important;
    }

    .vcbd-header h1 {
        font-size: 33px !important;
    }

    .vcp-identity h1 {
        font-size: 32px !important;
    }

    .vcbd-mini-hero-inner {
        grid-template-columns: 1fr;
    }

    .vcbd-mini-actions {
        justify-content: flex-start;
    }

    .vcbd-mini-actions .vcb-btn {
        flex: 0 0 auto;
    }
}

/* Phone */
@media (max-width: 767px) {
    .vcb-hero,
    .vcc-hero {
        padding: 30px 0 !important;
    }

    .vcb-hero h1,
    .vcc-hero h1 {
        font-size: 27px !important;
        line-height: 1.2 !important;
    }

    .vcb-hero p,
    .vcc-hero p {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    .vcbd-header h1 {
        font-size: 27px !important;
        line-height: 1.22 !important;
    }

    .vcbd-lead {
        font-size: 14px !important;
        line-height: 1.62 !important;
    }

    .vcp-identity h1 {
        font-size: 28px !important;
    }

    .vcp-section-heading h2 {
        font-size: 22px !important;
    }

    .vcbd-article > .vc-article {
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    .vcbd-article > .vc-article h1 {
        font-size: 25px !important;
    }

    .vcbd-article > .vc-article h2 {
        font-size: 22px !important;
    }

    .vcbd-article > .vc-article h3 {
        font-size: 19px !important;
    }

    .vcbd-mini-hero {
        padding: 15px;
        margin-bottom: 16px;
        border-radius: 14px;
    }

    .vcbd-mini-copy h2 {
        font-size: 17px;
    }

    .vcbd-mini-copy p {
        font-size: 11px;
    }

    .vcbd-mini-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .vcbd-mini-actions .vcb-btn {
        width: 100%;
        min-height: 40px;
    }

    .vcb-card-title {
        font-size: 16px !important;
    }

    .vcc-card-identity h2 {
        font-size: 15px !important;
    }
}

/* Small phone */
@media (max-width: 430px) {
    .vcb-hero h1,
    .vcc-hero h1 {
        font-size: 25px !important;
    }

    .vcbd-header h1 {
        font-size: 25px !important;
    }

    .vcp-identity h1 {
        font-size: 26px !important;
    }

    .vcbd-article > .vc-article h2 {
        font-size: 21px !important;
    }

    .vcbd-article > .vc-article h3 {
        font-size: 18px !important;
    }
}



/* BlogUser V5 users-only additions */
.vbf-login-banner.is-authenticated{border-color:#b9ddca!important;background:#f1fbf5!important}
.vbf-login-banner.is-authenticated strong{color:#17653a!important}
.vbf-login-banner.is-authenticated span{color:#4f7561!important}
.vcp-no-articles{grid-column:1/-1;display:flex;align-items:center;gap:14px;padding:22px;border:1px dashed #cfdde5;border-radius:16px;background:#f8fbfc}
.vcp-no-articles-icon{width:44px;height:44px;flex:0 0 44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#edf5f8;color:#00658b;font-size:18px}
.vcp-no-articles h3{margin:0 0 4px;font-size:17px;color:#17394a}.vcp-no-articles p{margin:0;font-size:12px;line-height:1.55;color:#6c818c}

/* ==========================================================================
   BLOG CARD CONTRIBUTOR — FINAL
   Name under date/views + contributor logo in footer on the left
   ========================================================================== */

.vcb-card-author-name-only {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    margin: 7px 0 11px;
    color: #0b5e8e !important;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none !important;
}

.vcb-card-author-name-only span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vcb-card-author-name-only:hover {
    color: #004f6e !important;
}

.vcb-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #e9eef5;
}

.vcb-card-footer-left {
    display: flex;
    align-items: center;
    min-width: 0;
}

.vcb-card-contributor-logo-box {
    width: 95px;
    height: 42px;
    flex: 0 0 95px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2px 6px;
    border: 1px solid #dbe6f0;
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vcb-card-contributor-logo-box:hover {
    border-color: #b8d2e8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
    transform: translateY(-1px);
}

.vcb-card-contributor-logo-box img {
    width: 135% !important;
    height: 135% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    transform: scale(1.35);
}

.vcb-card-contributor-logo-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #0b5e8e;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

.vcb-card-footer .vcb-read-more {
    flex: 0 0 auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .vcb-card-author-name-only {
        margin: 6px 0 10px;
        font-size: 11.5px;
    }

    .vcb-card-footer {
        align-items: center;
        gap: 10px;
    }

    .vcb-card-contributor-logo-box {
        width: 88px;
        height: 40px;
        flex-basis: 88px;
        padding: 2px 5px;
    }
}


.vcb-card-contributor-logo-box.has-logo {
    width: 125px;
    height: 50px;
    flex: 0 0 125px;
    padding: 2px 5px;
}

.vcb-card-contributor-logo-box.has-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.vcb-card-contributor-logo-box.no-logo {
    width: 48px;
    height: 40px;
    flex: 0 0 48px;
}