/**
 * Phase 8.1: Blog archive page.
 * Scope is limited to WordPress blog/archive/search templates.
 */
.vr-blog-archive-page{background:linear-gradient(180deg,#f8fbff 0%,#fff 42%,#f8faff 100%);overflow:hidden}.vr-blog-archive-hero{position:relative;padding:130px 0 64px;background:radial-gradient(circle at 12% 18%,rgba(123,77,255,.22),transparent 34%),radial-gradient(circle at 86% 6%,rgba(45,212,191,.18),transparent 32%),linear-gradient(135deg,#070b1d 0%,#181038 56%,#0f172a 100%);color:#fff}.vr-blog-archive-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,11,25,.86),rgba(8,11,25,.44));pointer-events:none}.vr-blog-archive-hero .vr-container{position:relative;z-index:2}.vr-blog-archive-hero__content{max-width:840px}.vr-blog-archive-hero h1{font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.06em;margin:24px 0 20px;color:#fff}.vr-blog-archive-hero p{font-size:clamp(17px,2.1vw,22px);line-height:1.7;color:rgba(255,255,255,.76);max-width:760px;margin:0}.vr-blog-filter{margin-top:42px;display:grid;grid-template-columns:minmax(280px,1fr) minmax(220px,320px) auto;gap:14px;align-items:end;padding:18px;border-radius:28px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.22);box-shadow:0 28px 90px rgba(0,0,0,.24);backdrop-filter:blur(18px)}.vr-blog-filter label{display:flex;flex-direction:column;gap:8px}.vr-blog-filter span{font-size:13px;font-weight:800;color:#64748b}.vr-blog-filter input,.vr-blog-filter select{width:100%;height:58px;border:1px solid rgba(123,77,255,.14);border-radius:18px;background:#fff;color:#0f172a;font:inherit;font-weight:700;padding:0 18px;outline:0;transition:border-color .2s ease,box-shadow .2s ease}.vr-blog-filter input::placeholder{color:#94a3b8}.vr-blog-filter input:focus,.vr-blog-filter select:focus{border-color:rgba(123,77,255,.55);box-shadow:0 0 0 4px rgba(123,77,255,.1)}.vr-blog-filter .vr-btn{height:58px;border-radius:18px;white-space:nowrap}.vr-blog-archive-list{padding:74px 0 108px}.vr-blog-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.vr-blog-archive-card{position:relative;display:flex;flex-direction:column;min-height:100%;border-radius:32px;background:rgba(255,255,255,.92);border:1px solid rgba(123,77,255,.12);box-shadow:0 22px 70px rgba(15,23,42,.08);overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.vr-blog-archive-card:hover{transform:translateY(-8px);border-color:rgba(123,77,255,.35);box-shadow:0 30px 86px rgba(123,77,255,.14)}.vr-blog-archive-card__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#eef2ff}.vr-blog-archive-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.vr-blog-archive-card:hover .vr-blog-archive-card__media img{transform:scale(1.06)}.vr-blog-archive-card__media span{position:absolute;left:18px;top:18px;display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.88);color:#5b3df5;font-weight:900;font-size:12px;box-shadow:0 10px 28px rgba(15,23,42,.12);backdrop-filter:blur(12px)}.vr-blog-archive-card__body{display:flex;flex-direction:column;flex:1;padding:26px}.vr-blog-archive-card__meta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:14px;color:#64748b;font-weight:700;font-size:13px}.vr-blog-archive-card__meta span{display:inline-flex;gap:7px;align-items:center}.vr-blog-archive-card__meta i{color:#7b4dff}.vr-blog-archive-card h2{font-size:24px;line-height:1.16;letter-spacing:-.025em;margin:0 0 14px;color:#0f172a}.vr-blog-archive-card h2 a{color:inherit;text-decoration:none}.vr-blog-archive-card h2 a:hover{color:#5b3df5}.vr-blog-archive-card p{color:#64748b;line-height:1.72;margin:0 0 22px}.vr-blog-read-more{margin-top:auto;display:inline-flex;align-items:center;gap:10px;color:#5b3df5;font-weight:900;text-decoration:none}.vr-blog-read-more i{transition:transform .2s ease}.vr-blog-read-more:hover i{transform:translateX(4px)}.vr-blog-pagination{margin-top:46px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.vr-blog-pagination .page-numbers{min-width:44px;height:44px;padding:0 14px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(123,77,255,.13);color:#0f172a;font-weight:900;text-decoration:none;box-shadow:0 10px 28px rgba(15,23,42,.06)}.vr-blog-pagination .page-numbers.current,.vr-blog-pagination .page-numbers:hover{background:#5b3df5;color:#fff;border-color:#5b3df5}.vr-blog-empty{max-width:760px;margin:0 auto;text-align:center;padding:56px 24px;border-radius:32px;background:#fff;border:1px solid rgba(123,77,255,.14);box-shadow:0 22px 70px rgba(15,23,42,.08)}.vr-blog-empty>i{width:72px;height:72px;border-radius:24px;display:inline-flex;align-items:center;justify-content:center;background:rgba(123,77,255,.1);color:#5b3df5;font-size:28px;margin-bottom:20px}.vr-blog-empty h2{font-size:34px;margin:0 0 10px}.vr-blog-empty p{color:#64748b;margin:0 0 24px}@media (max-width:1024px){.vr-blog-filter{grid-template-columns:1fr 1fr}.vr-blog-filter .vr-btn{grid-column:1/-1}.vr-blog-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.vr-blog-archive-hero{padding:104px 0 42px}.vr-blog-filter{grid-template-columns:1fr;padding:14px;border-radius:24px}.vr-blog-filter input,.vr-blog-filter select,.vr-blog-filter .vr-btn{height:54px}.vr-blog-archive-list{padding:48px 0 74px}.vr-blog-archive-grid{grid-template-columns:1fr;gap:22px}.vr-blog-archive-card{border-radius:26px}.vr-blog-archive-card__body{padding:22px}.vr-blog-archive-card h2{font-size:22px}}


/* Phase 8.1.1: Blog archive uses the same reusable blog card structure as the homepage. */
.vr-blog-archive-grid .vr-blog-card{min-height:100%;display:flex;flex-direction:column;}
.vr-blog-archive-grid .vr-blog-card__meta{display:flex;gap:12px;flex-wrap:wrap;margin:0 24px 14px;color:#64748b;font-weight:700;font-size:13px;}
.vr-blog-archive-grid .vr-blog-card__meta span{display:inline-flex;gap:7px;align-items:center;}
.vr-blog-archive-grid .vr-blog-card__meta i{color:#7b4dff;}
.vr-blog-archive-grid .vr-blog-card h3 a{color:inherit;text-decoration:none;}
.vr-blog-archive-grid .vr-blog-card h3 a:hover{color:#5b3df5;}
.vr-blog-archive-grid .vr-blog-read-more{margin-top:auto;font-weight:800;color:#5b3df5;text-decoration:none;align-items:center;}

/* Phase 8.2: Single post template */
.vr-single-post-page{background:linear-gradient(180deg,#f8fbff 0%,#fff 38%,#f7fbff 100%);overflow:hidden}.vr-single-post-hero{position:relative;padding:126px 0 74px;background:radial-gradient(circle at 12% 18%,rgba(123,77,255,.24),transparent 34%),radial-gradient(circle at 84% 12%,rgba(45,212,191,.18),transparent 32%),linear-gradient(135deg,#070b1d 0%,#181038 58%,#0f172a 100%);color:#fff}.vr-single-post-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,11,29,.9),rgba(7,11,29,.5));pointer-events:none}.vr-single-post-hero .vr-container{position:relative;z-index:2}.vr-single-post-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.82fr);gap:44px;align-items:center}.vr-single-post-back,.vr-single-post-category{display:inline-flex;align-items:center;gap:9px;border-radius:999px;text-decoration:none;font-weight:900}.vr-single-post-back{color:rgba(255,255,255,.78);margin-bottom:22px}.vr-single-post-back:hover{color:#fff}.vr-single-post-category{padding:10px 15px;background:rgba(45,212,191,.13);border:1px solid rgba(45,212,191,.24);color:#9ff7e8}.vr-single-post-hero h1{font-size:clamp(42px,5.8vw,78px);line-height:1;letter-spacing:-.06em;margin:24px 0 22px;color:#fff;max-width:930px}.vr-single-post-hero p{font-size:clamp(17px,2vw,22px);line-height:1.7;color:rgba(255,255,255,.76);max-width:760px;margin:0 0 26px}.vr-single-post-meta{display:flex;flex-wrap:wrap;gap:12px}.vr-single-post-meta span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.84);font-weight:800}.vr-single-post-meta i{color:#2dd4bf}.vr-single-post-hero__media{position:relative;border-radius:34px;overflow:hidden;box-shadow:0 34px 110px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.18);background:#111827}.vr-single-post-hero__media:before{content:"";display:block;aspect-ratio:4/3}.vr-single-post-hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.vr-single-post-layout{padding:76px 0 58px}.vr-single-post-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start}.vr-single-post-article{min-width:0}.vr-single-post-content{padding:44px;border-radius:34px;background:rgba(255,255,255,.96);border:1px solid rgba(123,77,255,.12);box-shadow:0 24px 80px rgba(15,23,42,.08)}.vr-single-post-content>*:first-child{margin-top:0}.vr-single-post-content>*:last-child{margin-bottom:0}.vr-single-post-content h2,.vr-single-post-content h3,.vr-single-post-content h4{scroll-margin-top:110px;color:#0f172a;letter-spacing:-.035em}.vr-single-post-content h2{font-size:clamp(30px,3.3vw,46px);line-height:1.08;margin:48px 0 18px}.vr-single-post-content h3{font-size:clamp(24px,2.4vw,32px);line-height:1.18;margin:34px 0 14px}.vr-single-post-content h4{font-size:22px;margin:28px 0 12px}.vr-single-post-content p,.vr-single-post-content li{font-size:18px;line-height:1.86;color:#526071}.vr-single-post-content p{margin:0 0 22px}.vr-single-post-content a{color:#5b3df5;font-weight:800;text-decoration:none}.vr-single-post-content a:hover{text-decoration:underline}.vr-single-post-content ul,.vr-single-post-content ol{padding-left:26px;margin:0 0 24px}.vr-single-post-content li{margin:8px 0}.vr-single-post-content img{max-width:100%;height:auto;border-radius:24px;box-shadow:0 18px 56px rgba(15,23,42,.1)}.vr-single-post-content blockquote{margin:34px 0;padding:28px 30px;border-left:5px solid #5b3df5;border-radius:24px;background:linear-gradient(135deg,rgba(123,77,255,.08),rgba(45,212,191,.07));color:#0f172a;font-weight:800}.vr-single-post-content table{width:100%;border-collapse:collapse;margin:28px 0;border-radius:18px;overflow:hidden;box-shadow:0 10px 34px rgba(15,23,42,.07)}.vr-single-post-content th,.vr-single-post-content td{padding:15px;border:1px solid rgba(123,77,255,.12);text-align:left}.vr-single-post-content th{background:#f3f0ff;color:#0f172a}.vr-single-post-sidebar{position:sticky;top:104px;display:flex;flex-direction:column;gap:18px}.vr-single-post-toc,.vr-single-post-share,.vr-single-post-sidebar-cta{border-radius:28px;background:rgba(255,255,255,.94);border:1px solid rgba(123,77,255,.12);box-shadow:0 18px 60px rgba(15,23,42,.07);padding:24px}.vr-single-post-toc strong,.vr-single-post-share strong{display:flex;align-items:center;gap:9px;color:#0f172a;font-size:16px;margin-bottom:16px}.vr-single-post-toc strong i,.vr-single-post-share strong i{color:#7b4dff}.vr-single-post-toc ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.vr-single-post-toc a{display:block;color:#64748b;text-decoration:none;font-weight:800;line-height:1.35}.vr-single-post-toc a:hover{color:#5b3df5}.vr-single-post-toc .vr-toc-level-3{padding-left:14px;font-size:14px}.vr-single-post-share div{display:flex;gap:10px;flex-wrap:wrap}.vr-single-post-share a{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#f4f1ff;color:#5b3df5;text-decoration:none;transition:transform .2s ease,background .2s ease,color .2s ease}.vr-single-post-share a:hover{transform:translateY(-3px);background:#5b3df5;color:#fff}.vr-single-post-sidebar-cta{background:linear-gradient(135deg,#120d30,#21145a);color:#fff}.vr-single-post-sidebar-cta span{display:inline-flex;gap:8px;align-items:center;color:#9ff7e8;font-weight:900}.vr-single-post-sidebar-cta h3{font-size:26px;line-height:1.1;margin:14px 0 10px;color:#fff}.vr-single-post-sidebar-cta p{color:rgba(255,255,255,.72);line-height:1.7;margin:0 0 18px}.vr-single-post-cta{margin-top:28px;padding:34px;border-radius:32px;background:radial-gradient(circle at 10% 0%,rgba(45,212,191,.22),transparent 34%),linear-gradient(135deg,#5b3df5,#24105b);color:#fff;box-shadow:0 26px 80px rgba(91,61,245,.22)}.vr-single-post-cta span{display:inline-flex;align-items:center;gap:9px;color:#9ff7e8;font-weight:900}.vr-single-post-cta h2{font-size:clamp(30px,3vw,44px);line-height:1.08;margin:14px 0 12px;color:#fff}.vr-single-post-cta p{color:rgba(255,255,255,.78);font-size:18px;line-height:1.7;margin:0 0 22px}.vr-single-post-cta__actions{display:flex;gap:12px;flex-wrap:wrap}.vr-single-post-cta .vr-btn--secondary{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);color:#fff}.vr-single-post-author{display:grid;grid-template-columns:84px 1fr;gap:18px;align-items:center;margin-top:28px;padding:26px;border-radius:28px;background:#fff;border:1px solid rgba(123,77,255,.12);box-shadow:0 18px 60px rgba(15,23,42,.06)}.vr-single-post-author img{border-radius:24px}.vr-single-post-author span{display:block;color:#7b4dff;font-weight:900;margin-bottom:5px}.vr-single-post-author h3{margin:0 0 7px;color:#0f172a;font-size:24px}.vr-single-post-author p{margin:0;color:#64748b;line-height:1.7}.vr-single-post-related-wrap{padding:18px 0 108px}.vr-single-post-section-head{margin-bottom:28px}.vr-single-post-section-head h2{font-size:clamp(34px,4vw,56px);line-height:1;margin:14px 0 0;color:#0f172a;letter-spacing:-.05em}.vr-single-post-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.vr-single-post-related-card h3 a{color:inherit;text-decoration:none}.vr-single-post-related-card h3 a:hover{color:#5b3df5}@media(max-width:1100px){.vr-single-post-hero__grid,.vr-single-post-grid{grid-template-columns:1fr}.vr-single-post-sidebar{position:relative;top:auto;display:grid;grid-template-columns:1fr 1fr}.vr-single-post-toc{grid-column:1/-1}.vr-single-post-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.vr-single-post-hero{padding:104px 0 46px}.vr-single-post-hero__grid{gap:28px}.vr-single-post-meta span{width:100%;justify-content:flex-start}.vr-single-post-hero__media{border-radius:26px}.vr-single-post-layout{padding:46px 0}.vr-single-post-content{padding:26px;border-radius:26px}.vr-single-post-content p,.vr-single-post-content li{font-size:16px;line-height:1.8}.vr-single-post-sidebar{grid-template-columns:1fr}.vr-single-post-cta{padding:26px;border-radius:26px}.vr-single-post-cta__actions{flex-direction:column}.vr-single-post-cta__actions .vr-btn{width:100%}.vr-single-post-author{grid-template-columns:1fr;text-align:left}.vr-single-post-related__grid{grid-template-columns:1fr}.vr-single-post-related-wrap{padding-bottom:76px}}


/* Phase 8.1.3: Reusable blog card polish + featured image integrity.
   Scope: homepage blog cards, blog archive cards, and related post cards. */
.vr-blog-card{
    min-width:0;
    overflow:hidden;
}
.vr-blog-grid .vr-blog-card,
.vr-blog-archive-grid .vr-blog-card,
.vr-single-post-related__grid .vr-blog-card{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:0;
    border-radius:30px;
    background:linear-gradient(180deg,#fff,#f8faff);
    border:1px solid rgba(123,77,255,.12);
    box-shadow:0 18px 52px rgba(15,23,42,.06);
}
.vr-blog-card__media{
    position:relative;
    display:block;
    width:100%;
    aspect-ratio:16/10;
    overflow:hidden;
    background:#eef2ff;
    border-radius:24px 24px 0 0;
}
.vr-blog-card__media img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}
.vr-blog-card:hover .vr-blog-card__media img{
    transform:scale(1.055);
}
.vr-blog-card > span{
    align-self:flex-start;
    max-width:calc(100% - 48px);
    width:auto;
    margin:24px 24px 14px;
    padding:8px 13px;
    border-radius:999px;
    background:rgba(123,77,255,.10);
    color:#5b3df5;
    font-size:12px;
    line-height:1;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.vr-blog-card__meta,
.vr-blog-archive-grid .vr-blog-card__meta{
    margin:0 24px 14px;
    color:#64748b;
    font-size:13px;
    font-weight:700;
    line-height:1.4;
}
.vr-blog-card h3,
.vr-blog-card h2{
    margin:0 24px 12px;
    color:#0f172a;
    font-size:clamp(22px,2.1vw,26px);
    line-height:1.17;
    letter-spacing:-.03em;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.vr-blog-card h3 a,
.vr-blog-card h2 a{
    color:inherit;
    text-decoration:none;
}
.vr-blog-card h3 a:hover,
.vr-blog-card h2 a:hover{
    color:#5b3df5;
}
.vr-blog-card p{
    margin:0 24px 24px;
    color:#64748b;
    font-size:16px;
    line-height:1.65;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    overflow-wrap:anywhere;
}
.vr-blog-card .vr-blog-read-more,
.vr-blog-card > a:not(.vr-blog-card__media){
    margin:auto 24px 26px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#5b3df5;
    font-weight:900;
    text-decoration:none;
}
.vr-blog-card .vr-blog-read-more i,
.vr-blog-card > a:not(.vr-blog-card__media) i{
    transition:transform .2s ease;
}
.vr-blog-card .vr-blog-read-more:hover i,
.vr-blog-card > a:not(.vr-blog-card__media):hover i{
    transform:translateX(4px);
}
.vr-blog-archive-card__media{
    aspect-ratio:16/10;
}
.vr-blog-archive-grid .vr-blog-card__meta{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.vr-blog-archive-grid .vr-blog-card__meta span{
    display:inline-flex;
    gap:7px;
    align-items:center;
    max-width:100%;
}
.vr-blog-archive-grid .vr-blog-card__meta i{
    color:#7b4dff;
}
@media(max-width:700px){
    .vr-blog-grid .vr-blog-card,
    .vr-blog-archive-grid .vr-blog-card,
    .vr-single-post-related__grid .vr-blog-card{
        border-radius:26px;
    }
    .vr-blog-card__media{
        border-radius:22px 22px 0 0;
        aspect-ratio:16/11;
    }
    .vr-blog-card > span{
        max-width:calc(100% - 36px);
        margin:20px 18px 12px;
    }
    .vr-blog-card__meta,
    .vr-blog-archive-grid .vr-blog-card__meta,
    .vr-blog-card h3,
    .vr-blog-card h2,
    .vr-blog-card p,
    .vr-blog-card .vr-blog-read-more,
    .vr-blog-card > a:not(.vr-blog-card__media){
        margin-left:18px;
        margin-right:18px;
    }
    .vr-blog-card p{
        -webkit-line-clamp:3;
    }
}


/* Phase 8.1.4: Blog card full image + overlay metadata + Venoramed CTA button. */
.vr-blog-grid .vr-blog-card,
.vr-blog-archive-grid .vr-blog-card,
.vr-single-post-related__grid .vr-blog-card{
    padding:0!important;
    border-radius:32px;
    overflow:hidden;
}
.vr-blog-card__media{
    margin:0!important;
    width:100%!important;
    border-radius:32px 32px 0 0!important;
    aspect-ratio:16/10;
    position:relative;
}
.vr-blog-card__media:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(15,23,42,.34) 0%,rgba(15,23,42,.04) 34%,rgba(15,23,42,0) 62%);
    pointer-events:none;
    z-index:1;
}
.vr-blog-card__date-badge,
.vr-blog-card__category-badge{
    position:absolute;
    top:18px;
    z-index:2;
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:36px;
    max-width:calc(50% - 24px);
    padding:9px 13px;
    border-radius:999px;
    font-size:12px;
    line-height:1;
    font-weight:900;
    letter-spacing:.02em;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}
.vr-blog-card__date-badge{
    left:18px;
    color:#fff;
    background:rgba(15,23,42,.42);
    border:1px solid rgba(255,255,255,.22);
    box-shadow:0 12px 28px rgba(15,23,42,.18);
}
.vr-blog-card__date-badge i{color:#fff;font-size:13px;}
.vr-blog-card__category-badge{
    right:18px;
    color:#fff;
    background:linear-gradient(135deg,#7B4DFF,#5B3DF5);
    box-shadow:0 14px 34px rgba(91,61,245,.22);
    text-transform:uppercase;
}
.vr-blog-card > span:not(.vr-blog-card__date-badge):not(.vr-blog-card__category-badge){display:none!important;}
.vr-blog-card__meta,
.vr-blog-archive-grid .vr-blog-card__meta{
    margin:24px 28px 14px!important;
}
.vr-blog-card h3,
.vr-blog-card h2{
    margin-left:28px!important;
    margin-right:28px!important;
}
.vr-blog-card p{
    margin-left:28px!important;
    margin-right:28px!important;
}
.vr-blog-card .vr-blog-read-more,
.vr-blog-card > a:not(.vr-blog-card__media){
    width:auto;
    min-height:56px;
    margin:4px 28px 30px!important;
    padding:0 20px;
    border-radius:18px;
    justify-content:space-between;
    background:linear-gradient(135deg,#7B4DFF,#5B3DF5);
    color:#fff!important;
    box-shadow:0 18px 42px rgba(91,61,245,.22);
    border:1px solid rgba(255,255,255,.16);
    transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
.vr-blog-card .vr-blog-read-more:before,
.vr-blog-card > a:not(.vr-blog-card__media):before{
    content:"02d";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    width:38px;
    height:38px;
    border-radius:13px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.14);
    color:#fff;
    margin-right:4px;
}
.vr-blog-card .vr-blog-read-more:hover,
.vr-blog-card > a:not(.vr-blog-card__media):hover{
    transform:translateY(-2px);
    box-shadow:0 24px 54px rgba(91,61,245,.28);
    filter:saturate(1.05);
}
.vr-blog-card .vr-blog-read-more i,
.vr-blog-card > a:not(.vr-blog-card__media) i{margin-left:auto;color:#fff;}
@media(max-width:700px){
    .vr-blog-grid .vr-blog-card,
    .vr-blog-archive-grid .vr-blog-card,
    .vr-single-post-related__grid .vr-blog-card{border-radius:28px;}
    .vr-blog-card__media{border-radius:28px 28px 0 0!important;aspect-ratio:16/10;}
    .vr-blog-card__date-badge,
    .vr-blog-card__category-badge{top:14px;min-height:32px;padding:8px 11px;font-size:11px;max-width:calc(52% - 18px);}
    .vr-blog-card__date-badge{left:14px;}
    .vr-blog-card__category-badge{right:14px;}
    .vr-blog-card__meta,
    .vr-blog-archive-grid .vr-blog-card__meta{margin:22px 22px 14px!important;}
    .vr-blog-card h3,.vr-blog-card h2,.vr-blog-card p{margin-left:22px!important;margin-right:22px!important;}
    .vr-blog-card .vr-blog-read-more,
    .vr-blog-card > a:not(.vr-blog-card__media){margin:2px 22px 26px!important;min-height:54px;}
}

/* Phase 8.2.1: Single post two-column completion and sidebar polish.
   Scope: single blog post only. Keeps archive/homepage blog cards untouched. */
.single-post .vr-single-post-page,
.vr-single-post-page{
    overflow-x:hidden;
}
.vr-single-post-hero__content,
.vr-single-post-content,
.vr-single-post-sidebar,
.vr-single-post-article{
    min-width:0;
}
.vr-single-post-grid{
    grid-template-columns:minmax(0, 1fr) minmax(320px, 380px);
    gap:42px;
    align-items:start;
}
.vr-single-post-article{
    max-width:100%;
}
.vr-single-post-content{
    position:relative;
    overflow:hidden;
}
.vr-single-post-content p,
.vr-single-post-content li,
.vr-single-post-content h1,
.vr-single-post-content h2,
.vr-single-post-content h3,
.vr-single-post-content h4,
.vr-single-post-content h5,
.vr-single-post-content h6{
    overflow-wrap:anywhere;
    word-break:normal;
}
.vr-single-post-content iframe,
.vr-single-post-content video,
.vr-single-post-content embed,
.vr-single-post-content object{
    max-width:100%;
    border-radius:22px;
}
.vr-single-post-content pre{
    max-width:100%;
    overflow:auto;
    padding:18px;
    border-radius:18px;
    background:#0f172a;
    color:#fff;
}
.vr-single-post-content figure{
    max-width:100%;
    margin:32px 0;
}
.vr-single-post-content .wp-caption,
.vr-single-post-content .alignwide,
.vr-single-post-content .alignfull{
    max-width:100%;
    width:100%!important;
}
.vr-single-post-sidebar{
    z-index:4;
}
.vr-single-post-toc,
.vr-single-post-share,
.vr-single-post-sidebar-cta,
.vr-single-post-latest,
.vr-single-post-categories{
    border-radius:28px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(123,77,255,.12);
    box-shadow:0 18px 60px rgba(15,23,42,.07);
    padding:24px;
    overflow:hidden;
}
.vr-single-post-latest strong,
.vr-single-post-categories strong{
    display:flex;
    align-items:center;
    gap:9px;
    color:#0f172a;
    font-size:16px;
    margin-bottom:16px;
}
.vr-single-post-latest strong i,
.vr-single-post-categories strong i{
    color:#7b4dff;
}
.vr-single-post-latest__list{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.vr-single-post-latest__item{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:12px;
    align-items:center;
    text-decoration:none;
    padding:10px;
    border-radius:18px;
    background:linear-gradient(135deg,rgba(123,77,255,.06),rgba(45,212,191,.04));
    border:1px solid rgba(123,77,255,.08);
    transition:transform .2s ease, border-color .2s ease, background .2s ease;
}
.vr-single-post-latest__item:hover{
    transform:translateY(-2px);
    border-color:rgba(123,77,255,.18);
    background:linear-gradient(135deg,rgba(123,77,255,.10),rgba(45,212,191,.07));
}
.vr-single-post-latest__item img{
    width:64px;
    height:64px;
    border-radius:16px;
    object-fit:cover;
    background:#eef2ff;
}
.vr-single-post-latest__item span{
    min-width:0;
}
.vr-single-post-latest__item b{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color:#0f172a;
    font-size:14px;
    line-height:1.25;
    letter-spacing:-.02em;
}
.vr-single-post-latest__item small{
    display:block;
    margin-top:5px;
    color:#64748b;
    font-size:12px;
    font-weight:800;
}
.vr-single-post-categories div{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.vr-single-post-categories a{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    background:#f4f1ff;
    color:#5b3df5;
    font-size:12px;
    font-weight:900;
    text-decoration:none;
    border:1px solid rgba(123,77,255,.10);
}
.vr-single-post-categories a:hover{
    background:#5b3df5;
    color:#fff;
}
.vr-single-post-sidebar-cta .vr-btn,
.vr-single-post-cta .vr-btn{
    text-decoration:none;
}
@media(max-width:1180px){
    .vr-single-post-grid{
        grid-template-columns:minmax(0,1fr) minmax(280px,340px);
        gap:30px;
    }
}
@media(max-width:1024px){
    .vr-single-post-grid{
        grid-template-columns:1fr;
    }
    .vr-single-post-sidebar{
        position:relative;
        top:auto;
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:18px;
    }
    .vr-single-post-toc,
    .vr-single-post-sidebar-cta{
        grid-column:1/-1;
    }
}
@media(max-width:720px){
    .vr-single-post-grid{
        gap:24px;
    }
    .vr-single-post-content{
        padding:24px;
    }
    .vr-single-post-sidebar{
        display:flex;
        flex-direction:column;
    }
    .vr-single-post-toc,
    .vr-single-post-share,
    .vr-single-post-sidebar-cta,
    .vr-single-post-latest,
    .vr-single-post-categories{
        padding:20px;
        border-radius:24px;
    }
    .vr-single-post-latest__item{
        grid-template-columns:58px 1fr;
    }
    .vr-single-post-latest__item img{
        width:58px;
        height:58px;
    }
}

/* Phase 8.2.2: Single Post Overflow & Responsive Hardening
   Scope: single post only. Prevents long author names, emails, URLs, tables,
   embeds and sidebar content from overflowing on mobile/desktop. */
.single-post .vr-single-post-page,
.single-post .vr-single-post-page *{
    box-sizing:border-box;
}
.single-post .vr-single-post-page{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}
.single-post .vr-container,
.single-post .vr-single-post-grid,
.single-post .vr-single-post-article,
.single-post .vr-single-post-sidebar,
.single-post .vr-single-post-content,
.single-post .vr-single-post-author,
.single-post .vr-single-post-share,
.single-post .vr-single-post-toc,
.single-post .vr-single-post-latest,
.single-post .vr-single-post-categories,
.single-post .vr-single-post-sidebar-cta,
.single-post .vr-single-post-cta{
    max-width:100%;
    min-width:0;
}
.single-post .vr-single-post-author > div,
.single-post .vr-single-post-author__avatar,
.single-post .vr-single-post-author h3,
.single-post .vr-single-post-author p,
.single-post .vr-single-post-author span,
.single-post .vr-single-post-content,
.single-post .vr-single-post-content *,
.single-post .vr-single-post-sidebar *,
.single-post .vr-single-post-hero__content *,
.single-post .vr-single-post-cta *,
.single-post .vr-single-post-latest__item *,
.single-post .vr-single-post-categories a{
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:break-word;
}
.single-post .vr-single-post-author{
    overflow:hidden;
}
.single-post .vr-single-post-author h3{
    display:block;
    width:100%;
    font-size:clamp(20px,2.4vw,24px);
    line-height:1.22;
}
.single-post .vr-single-post-author p{
    line-height:1.7;
}
.single-post .vr-single-post-author img,
.single-post .vr-single-post-content img,
.single-post .vr-single-post-content video,
.single-post .vr-single-post-content iframe,
.single-post .vr-single-post-content embed,
.single-post .vr-single-post-content object{
    max-width:100%;
}
.single-post .vr-single-post-content table{
    display:block;
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}
.single-post .vr-single-post-content pre,
.single-post .vr-single-post-content code{
    white-space:pre-wrap;
    overflow-wrap:anywhere;
    word-break:break-word;
}
.single-post .vr-single-post-share div{
    max-width:100%;
}
@media(max-width:720px){
    .single-post .vr-single-post-author{
        grid-template-columns:72px minmax(0,1fr);
        align-items:flex-start;
        gap:14px;
        padding:22px;
    }
    .single-post .vr-single-post-author__avatar,
    .single-post .vr-single-post-author__avatar img{
        width:72px;
        height:72px;
    }
    .single-post .vr-single-post-author h3{
        font-size:22px;
    }
}
@media(max-width:480px){
    .single-post .vr-single-post-author{
        grid-template-columns:1fr;
    }
    .single-post .vr-single-post-share div{
        gap:8px;
    }
    .single-post .vr-single-post-share a{
        width:40px;
        height:40px;
    }
}

/* Phase 8.2.3: Single Post Medical UI Polish
   Scope: single blog post only. Improves heading rhythm, TOC quality,
   support CTA readability, medical list bullets, table scrolling and comments UI. */
.single-post .vr-single-post-hero h1{
    line-height:1.12;
    letter-spacing:-.048em;
}
.single-post .vr-single-post-content h2,
.single-post .vr-single-post-content h3,
.single-post .vr-single-post-content h4,
.single-post .vr-single-post-content h5,
.single-post .vr-single-post-content h6{
    line-height:1.22;
    letter-spacing:-.03em;
    text-wrap:balance;
}
.single-post .vr-single-post-content h2{
    margin:54px 0 20px;
    line-height:1.18;
}
.single-post .vr-single-post-content h3{
    margin:38px 0 16px;
    line-height:1.24;
}
.single-post .vr-single-post-content h4{
    line-height:1.28;
}
.single-post .vr-single-post-content p{
    line-height:1.9;
}

/* Premium article table of contents */
.single-post .vr-single-post-toc{
    position:relative;
    overflow:hidden;
    padding:0;
    border-radius:30px;
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,255,.96));
    border:1px solid rgba(123,77,255,.16);
    box-shadow:0 22px 70px rgba(15,23,42,.08);
}
.single-post .vr-single-post-toc:before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:5px;
    background:linear-gradient(90deg,#5b3df5,#2dd4bf);
}
.single-post .vr-single-post-toc strong{
    padding:24px 24px 16px;
    margin:0;
    font-size:18px;
    color:#0f172a;
}
.single-post .vr-single-post-toc strong i{
    width:40px;
    height:40px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,rgba(91,61,245,.12),rgba(45,212,191,.12));
    color:#5b3df5;
}
.single-post .vr-single-post-toc ol{
    max-height:520px;
    overflow:auto;
    padding:0 16px 20px;
    gap:8px;
    scrollbar-width:thin;
    scrollbar-color:rgba(91,61,245,.45) rgba(91,61,245,.08);
}
.single-post .vr-single-post-toc li{
    margin:0;
}
.single-post .vr-single-post-toc a{
    position:relative;
    padding:12px 14px 12px 40px;
    border-radius:16px;
    color:#526071;
    line-height:1.38;
    transition:background .2s ease,color .2s ease,transform .2s ease;
}
.single-post .vr-single-post-toc a:before{
    content:"";
    position:absolute;
    left:15px;
    top:18px;
    width:9px;
    height:9px;
    border-radius:99px;
    background:linear-gradient(135deg,#5b3df5,#2dd4bf);
    box-shadow:0 0 0 5px rgba(91,61,245,.08);
}
.single-post .vr-single-post-toc a:hover{
    background:rgba(91,61,245,.075);
    color:#5b3df5;
    transform:translateX(3px);
}
.single-post .vr-single-post-toc .vr-toc-level-3 a{
    margin-left:16px;
    font-size:14px;
    font-weight:750;
    color:#64748b;
}
.single-post .vr-single-post-toc .vr-toc-level-3 a:before{
    width:7px;
    height:7px;
    top:18px;
    background:#8b5cf6;
}

/* Medical list styling: no black bullets */
.single-post .vr-single-post-content ul{
    list-style:none;
    padding-left:0;
    margin:0 0 26px;
}
.single-post .vr-single-post-content ul li{
    position:relative;
    padding-left:36px;
    margin:12px 0;
}
.single-post .vr-single-post-content ul li:before{
    content:"\f058";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:.24em;
    width:22px;
    height:22px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#7b4dff;
    background:rgba(123,77,255,.1);
    font-size:13px;
    line-height:1;
}
.single-post .vr-single-post-content ol{
    counter-reset:vr-article-counter;
    list-style:none;
    padding-left:0;
    margin:0 0 26px;
}
.single-post .vr-single-post-content ol > li{
    counter-increment:vr-article-counter;
    position:relative;
    padding-left:44px;
    margin:14px 0;
}
.single-post .vr-single-post-content ol > li:before{
    content:counter(vr-article-counter);
    position:absolute;
    left:0;
    top:.12em;
    width:28px;
    height:28px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#5b3df5,#8b5cf6);
    color:#fff;
    font-weight:900;
    font-size:13px;
    box-shadow:0 8px 20px rgba(91,61,245,.18);
}
.single-post .vr-single-post-content ol ol,
.single-post .vr-single-post-content ul ul,
.single-post .vr-single-post-content ol ul,
.single-post .vr-single-post-content ul ol{
    margin-top:10px;
    margin-bottom:10px;
}

/* Tables should scroll horizontally instead of crushing columns. */
.single-post .vr-single-post-content table{
    display:block;
    width:100%;
    max-width:100%;
    min-width:720px;
    overflow-x:auto;
    white-space:normal;
    border-radius:22px;
    border:1px solid rgba(123,77,255,.13);
    box-shadow:0 18px 54px rgba(15,23,42,.08);
}
.single-post .vr-single-post-content th,
.single-post .vr-single-post-content td{
    min-width:170px;
    padding:18px 20px;
    vertical-align:top;
    word-break:normal;
    overflow-wrap:break-word;
}
.single-post .vr-single-post-content th{
    background:linear-gradient(180deg,#f2efff,#f8f7ff);
    font-weight:900;
}
.single-post .vr-single-post-content td:first-child,
.single-post .vr-single-post-content th:first-child{
    min-width:190px;
}

/* Sidebar support CTA: make it meaningful and visible. */
.single-post .vr-single-post-sidebar-cta{
    position:relative;
    overflow:hidden;
    background:radial-gradient(circle at 14% 10%,rgba(45,212,191,.22),transparent 34%),linear-gradient(135deg,#0f172a 0%,#24105b 100%);
    border:1px solid rgba(45,212,191,.18);
    color:#fff;
    min-height:0;
}
.single-post .vr-single-post-sidebar-cta:after{
    content:"";
    position:absolute;
    right:-42px;
    bottom:-42px;
    width:130px;
    height:130px;
    border-radius:999px;
    background:rgba(45,212,191,.14);
    pointer-events:none;
}
.single-post .vr-single-post-sidebar-cta span,
.single-post .vr-single-post-sidebar-cta h3,
.single-post .vr-single-post-sidebar-cta p,
.single-post .vr-single-post-sidebar-cta a{
    position:relative;
    z-index:1;
}
.single-post .vr-single-post-sidebar-cta span{
    color:#9ff7e8;
    margin-bottom:12px;
}
.single-post .vr-single-post-sidebar-cta h3{
    color:#fff;
    line-height:1.18;
    margin:10px 0 10px;
}
.single-post .vr-single-post-sidebar-cta p{
    display:block;
    color:rgba(255,255,255,.78);
    margin-bottom:18px;
}
.single-post .vr-single-post-sidebar-cta .vr-btn{
    width:100%;
    justify-content:center;
}

/* Premium comments section */
.single-post .vr-single-post-comments,
.single-post .vr-comments{
    margin-top:28px;
    padding:30px;
    border-radius:32px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(123,77,255,.12);
    box-shadow:0 20px 70px rgba(15,23,42,.07);
    max-width:100%;
    overflow:hidden;
}
.single-post .vr-comments__head span{
    display:inline-flex;
    gap:9px;
    align-items:center;
    padding:9px 13px;
    border-radius:999px;
    background:rgba(91,61,245,.09);
    color:#5b3df5;
    font-weight:900;
}
.single-post .vr-comments__head h2{
    margin:14px 0 8px;
    color:#0f172a;
    font-size:clamp(28px,3vw,40px);
    line-height:1.18;
    letter-spacing:-.035em;
}
.single-post .vr-comments__head p,
.single-post .vr-comment-note{
    color:#64748b;
    line-height:1.7;
    margin:0 0 22px;
}
.single-post .vr-comment-list{
    list-style:none;
    padding:0;
    margin:0 0 26px;
    display:flex;
    flex-direction:column;
    gap:16px;
}
.single-post .vr-comment__body{
    display:grid;
    grid-template-columns:56px 1fr;
    gap:14px;
    padding:18px;
    border-radius:22px;
    background:linear-gradient(180deg,#fff,#f8fbff);
    border:1px solid rgba(226,232,240,.9);
}
.single-post .vr-comment__avatar img{
    border-radius:18px;
}
.single-post .vr-comment__meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px 12px;
    align-items:center;
    margin-bottom:8px;
}
.single-post .vr-comment__meta strong{
    color:#0f172a;
}
.single-post .vr-comment__meta span{
    color:#64748b;
    font-weight:700;
    font-size:13px;
}
.single-post .vr-comment__text,
.single-post .vr-comment__text p{
    color:#526071;
    line-height:1.75;
    margin:0 0 8px;
}
.single-post .vr-comment__reply a{
    color:#5b3df5;
    font-weight:900;
    text-decoration:none;
}
.single-post .vr-comment-form-wrap{
    margin-top:20px;
}
.single-post .vr-comment-form p{
    margin:0 0 16px;
}
.single-post .vr-comment-form label{
    display:block;
    color:#0f172a;
    font-weight:900;
    margin-bottom:8px;
}
.single-post .vr-comment-form input[type="text"],
.single-post .vr-comment-form input[type="email"],
.single-post .vr-comment-form input[type="url"],
.single-post .vr-comment-form textarea{
    width:100%;
    border-radius:18px;
    border:1px solid rgba(123,77,255,.15);
    background:#fff;
    padding:15px 16px;
    color:#0f172a;
    outline:none;
}
.single-post .vr-comment-form input:focus,
.single-post .vr-comment-form textarea:focus{
    border-color:rgba(91,61,245,.55);
    box-shadow:0 0 0 4px rgba(91,61,245,.1);
}
.single-post .vr-comment-form .submit{
    border:0;
    border-radius:18px;
    padding:15px 24px;
    background:linear-gradient(135deg,#7b4dff,#5b3df5);
    color:#fff;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 16px 34px rgba(91,61,245,.22);
}
.single-post .comment-reply-title{
    color:#0f172a;
    font-size:clamp(24px,2.4vw,32px);
    line-height:1.2;
    margin:0 0 10px;
}
.single-post .comment-form-cookies-consent{
    display:flex;
    gap:10px;
    align-items:flex-start;
}
.single-post .comment-form-cookies-consent label{
    margin:0;
    color:#64748b;
    font-weight:700;
    line-height:1.5;
}

@media(max-width:720px){
    .single-post .vr-single-post-hero h1{
        line-height:1.14;
        letter-spacing:-.04em;
    }
    .single-post .vr-single-post-content h2{
        line-height:1.22;
        margin-top:42px;
    }
    .single-post .vr-single-post-content h3{
        line-height:1.28;
    }
    .single-post .vr-single-post-toc ol{
        max-height:430px;
    }
    .single-post .vr-single-post-content table{
        min-width:680px;
    }
    .single-post .vr-single-post-comments,
    .single-post .vr-comments{
        padding:22px;
        border-radius:26px;
    }
    .single-post .vr-comment__body{
        grid-template-columns:44px 1fr;
        padding:15px;
    }
    .single-post .vr-comment__avatar img{
        width:44px;
        height:44px;
    }
}


/* Phase 8.2.4: Single post share controls - Instagram + copy link. */
.vr-single-post-share button,
.single-post .vr-single-post-share button{
    width:42px;
    height:42px;
    border:0;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#f4f1ff;
    color:#5b3df5;
    text-decoration:none;
    cursor:pointer;
    transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
}
.vr-single-post-share a.vr-single-post-share__instagram,
.single-post .vr-single-post-share a.vr-single-post-share__instagram{
    background:linear-gradient(135deg,rgba(123,77,255,.12),rgba(236,72,153,.12));
    color:#7b4dff;
}
.vr-single-post-share button:hover,
.single-post .vr-single-post-share button:hover,
.vr-single-post-share a.vr-single-post-share__instagram:hover,
.single-post .vr-single-post-share a.vr-single-post-share__instagram:hover{
    transform:translateY(-3px);
    background:#5b3df5;
    color:#fff;
    box-shadow:0 12px 30px rgba(91,61,245,.22);
}
.vr-single-post-share button.is-copied,
.single-post .vr-single-post-share button.is-copied{
    background:#2dd4bf;
    color:#063b35;
}
@media(max-width:480px){
    .vr-single-post-share button,
    .single-post .vr-single-post-share button{
        width:40px;
        height:40px;
    }
}
