/* PVR — Global layout overrides */

/* White site background so header area is clean */
body { background-color: #ffffff; }

/* Make post content fill its container so alignfull wrappers reach full viewport */
.wp-block-post-content,
.entry-content.wp-block-post-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove default block spacing so hero sits flush below the header */
main.wp-block-group { margin-top: 0 !important; }
.pvr-rts-wrap, .pvr-cm-wrap, .pvr-prob-wrap,
.pvr-ing-wrap, .pvr-ct-wrap, .pvr-about-wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ── Mobile responsive ── */
@media (max-width: 768px) {

  /* Collapse grids to single column */
  .pvr-rts-two-col, .pvr-cm-two-col,
  .pvr-prob-grid,  .pvr-ing-grid {
    grid-template-columns: 1fr !important;
  }
  .pvr-rts-products-grid, .pvr-ing-cards,
  .pvr-ct-info-grid {
    grid-template-columns: 1fr !important;
  }

  /* Tighter hero padding on mobile */
  .pvr-rts-hero-content, .pvr-cm-hero-content,
  .pvr-prob-hero-content, .pvr-ct-hero-content,
  .pvr-about-hero-content {
    padding: 48px 20px !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Container side-padding on mobile */
  .pvr-rts-container, .pvr-cm-container,
  .pvr-prob-container, .pvr-ing-container,
  .pvr-ct-container, .pvr-about-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100% !important;
  }
}

/* ── Critical: remove is-layout-constrained child width cap ── */
/* wp:html blocks render content directly inside entry-content, which has    */
/* is-layout-constrained. This overrides the 620px cap on every direct child */
.entry-content.wp-block-post-content.is-layout-constrained > *,
.wp-block-post-content.is-layout-constrained > * {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pvr-prob-wrap,.pvr-about-wrap,.pvr-cm-wrap,.pvr-ing-wrap,.pvr-ct-wrap{width:100%}
.pvr-prob-wrap{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#1a2533;line-height:1.6}
.pvr-prob-wrap *{box-sizing:border-box}
.pvr-prob-hero{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#004794 0%,#00306e 100%)}
.pvr-prob-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,48,110,0.75) 0%,rgba(0,71,148,0.55) 100%);z-index:1}
.pvr-prob-hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:90px 24px}
.pvr-prob-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);border-radius:20px;padding:6px 16px;margin-bottom:22px}
.pvr-prob-eyebrow-dot{width:8px;height:8px;background:#3aafed;border-radius:50%}
.pvr-prob-eyebrow span{font-size:0.8rem;color:#fff;font-weight:600}
.pvr-prob-hero-content h1{font-size:clamp(1.9rem,3.8vw,3rem);font-weight:800;color:#fff;margin:0 0 20px;line-height:1.18}
.pvr-prob-hero-content p{font-size:1.05rem;color:#b8d8f0;line-height:1.75;margin:0 0 30px;max-width:720px}
.pvr-prob-hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.pvr-prob-btn-primary{display:inline-block;background:#3aafed;color:#fff;padding:13px 26px;border-radius:6px;font-weight:700;font-size:0.93rem;text-decoration:none;transition:background .2s ease}
.pvr-prob-btn-primary:hover{background:#2a9bd9}
.pvr-prob-btn-outline{display:inline-block;border:2px solid rgba(255,255,255,0.5);color:#fff;padding:11px 24px;border-radius:6px;font-weight:700;font-size:0.93rem;text-decoration:none;transition:border-color .2s ease,background .2s ease}
.pvr-prob-btn-outline:hover{border-color:rgba(255,255,255,0.85);background:rgba(255,255,255,0.08)}
.pvr-prob-stats-bar{background:#004794;padding:28px 24px}
.pvr-prob-stats-heading{max-width:900px;margin:0 auto 16px;color:rgba(255,255,255,0.75);font-size:0.78rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;text-align:center}
.pvr-prob-stats-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:0;text-align:center}
.pvr-prob-stats-grid>div{padding:0 20px;border-right:1px solid rgba(255,255,255,0.15)}
.pvr-prob-stats-grid>div:last-child{border:none}
.pvr-prob-stat-num{font-size:1.7rem;font-weight:800;color:#fff;margin-bottom:4px}
.pvr-prob-stat-label{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:#90b8d8}
.pvr-prob-section-white{background:#fff;padding:72px 24px}
.pvr-prob-section-navy{background:#004794;padding:56px 24px}
.pvr-prob-section-alt{background:#f6f9fc;padding:72px 24px}
.pvr-prob-container{max-width:1100px;margin:0 auto}
.pvr-prob-container-narrow{max-width:780px;margin:0 auto}
.pvr-prob-eyebrow-sm{font-size:0.75rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#3aafed;margin-bottom:8px}
.pvr-prob-section-heading{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#1a2533;margin:0 0 16px;line-height:1.25}
.pvr-prob-body-text{font-size:0.97rem;color:#445566;line-height:1.8;margin:0 0 16px}
.pvr-prob-three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}
.pvr-prob-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 14px rgba(0,0,0,0.07)}
.pvr-prob-card-bt-light{border-top:4px solid #3aafed}
.pvr-prob-card-bt-navy{border-top:4px solid #004794}
.pvr-prob-card-bt-mid{border-top:4px solid #00679e}
.pvr-prob-card-eyebrow{font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:8px}
.pvr-prob-card h3{font-size:1.05rem;font-weight:700;color:#1a2533;margin:0 0 10px}
.pvr-prob-card p{font-size:0.88rem;color:#445566;line-height:1.7;margin:0 0 12px}
.pvr-prob-card-link{font-size:0.85rem;font-weight:700;color:#3aafed;text-decoration:none}
.pvr-prob-card-link:hover{text-decoration:underline}
.pvr-prob-table-wrap{overflow-x:auto;margin-top:32px}
.pvr-prob-table{width:100%;border-collapse:collapse;font-size:0.92rem;color:#445566}
.pvr-prob-table thead th{background:#004794;color:#fff;text-align:left;padding:14px 16px;font-weight:700;font-size:0.85rem;letter-spacing:0.04em;text-transform:uppercase}
.pvr-prob-table tbody tr:nth-child(odd){background:#f8fafc}
.pvr-prob-table tbody tr:nth-child(even){background:#fff}
.pvr-prob-table tbody td{padding:14px 16px;border-bottom:1px solid #e8edf2;line-height:1.65;vertical-align:top}
.pvr-prob-table tbody td strong{color:#1a2533}
.pvr-prob-faq-item{margin-bottom:32px}
.pvr-prob-faq-item h3{font-size:1.05rem;font-weight:700;color:#1a2533;margin:0 0 10px}
.pvr-prob-faq-item p{font-size:0.94rem;color:#445566;line-height:1.75;margin:0}
.pvr-prob-list{list-style:none;padding:0;margin:16px 0}
.pvr-prob-list li{position:relative;padding-left:28px;margin-bottom:10px;font-size:0.97rem;color:#445566;line-height:1.7}
.pvr-prob-list li::before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background:#3aafed;border-radius:50%}
.pvr-prob-four-col{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}
.pvr-prob-explore-card{background:#fff;border-radius:10px;padding:24px;box-shadow:0 1px 8px rgba(0,0,0,0.05);border:1px solid #e8edf2;text-align:center}
.pvr-prob-explore-card h3{font-size:1rem;font-weight:700;color:#1a2533;margin:0 0 8px}
.pvr-prob-explore-card h3 a{color:#004794;text-decoration:none}
.pvr-prob-explore-card h3 a:hover{text-decoration:underline}
.pvr-prob-explore-card p{font-size:0.85rem;color:#667788;line-height:1.6;margin:0}
.pvr-prob-nav-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.pvr-prob-btn-white{display:inline-block;background:#fff;color:#004794;padding:12px 24px;border-radius:6px;font-weight:700;font-size:0.93rem;text-decoration:none;transition:background .2s ease}
.pvr-prob-btn-white:hover{background:#eef5fb}
.pvr-prob-btn-navy{display:inline-block;background:rgba(255,255,255,0.15);color:#fff;border:2px solid rgba(255,255,255,0.4);padding:11px 24px;border-radius:6px;font-weight:700;font-size:0.93rem;text-decoration:none;transition:border-color .2s ease,background .2s ease}
.pvr-prob-btn-navy:hover{border-color:rgba(255,255,255,0.7);background:rgba(255,255,255,0.22)}
@media(max-width:768px){.pvr-prob-three-col,.pvr-prob-four-col,.pvr-prob-stats-grid{grid-template-columns:1fr}.pvr-prob-stats-grid>div{border:none;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.1)}.pvr-prob-stats-grid>div:last-child{border:none}.pvr-prob-hero-content{padding:60px 20px}.pvr-prob-section-white,.pvr-prob-section-alt{padding:48px 20px}}

/* PVR nav brand lockup — blue seal + wordmark, taller bar */
header.pvr-header{min-height:96px !important;}
a.pvr-header-brand{
  display:inline-flex !important; align-items:center;
  min-height:64px; padding-left:78px;
  background:url("https://pharmavibesresearch.com/wp-content/uploads/2026/08/pharmavibes-logo-blue-transparent.png") left center/64px 64px no-repeat !important;
  text-indent:0 !important; overflow:visible !important; white-space:nowrap;
  font-size:15px !important; line-height:1.15;
}
@media(max-width:782px){
  header.pvr-header{min-height:72px !important;}
  a.pvr-header-brand{min-height:48px;padding-left:58px;background-size:48px 48px !important;font-size:13px !important;}
}

@media (min-width: 769px) {
  header.pvr-header {
    flex-wrap: wrap;
    height: auto;
    row-gap: 12px;
  }

  header.pvr-header > nav {
    min-width: 0;
    max-width: 100%;
  }

  header.pvr-header .pvr-header-nav {
    flex-wrap: wrap;
  }
}