/* Hide any public header if it ever gets included */
header nav,
.site-header nav,
.main-nav,
.navbar,
.menu,
#menu,
header .nav {
  display:none !important;
}

/* Portal header */
.portal-shell{
  max-width:1100px;
  margin:0 auto;
  padding:18px 20px 0;
}

.portal-banner{
  display:flex;
  justify-content:center;
  padding:10px 0 6px;
}

.portal-brand{ display:inline-flex; align-items:center; text-decoration:none; }

.portal-logo{
  max-width:520px;
  width:100%;
  height:auto;
}

.portal-bar{
  margin:10px auto 0;
  max-width:1000px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.10);
  border-radius:14px;
  padding:10px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  box-shadow:0 10px 24px rgba(15,23,42,0.06);
}

.portal-welcome{
  font-size:0.95rem;
  color:#475569;
}

.portal-bar-right{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.portal-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  font-size:0.92rem;
  border:1px solid rgba(15,23,42,0.12);
}

.portal-btn-ghost{
  background:#ffffff;
  color:#0f172a;
}

.portal-btn-solid{
  background:#002b7f;
  color:#ffffff;
  border-color:transparent;
}

.portal-btn-solid:hover{ filter:brightness(0.95); }
.portal-btn-ghost:hover{ background:#f8fafc; }

@media (max-width:768px){
  .portal-shell{ padding:14px 14px 0; }
  .portal-bar{ flex-direction:column; align-items:flex-start; }
  .portal-bar-right{ width:100%; justify-content:flex-start; }
}
body.student-portal .pet-cta,
body.student-portal .floating-cta,
body.student-portal .free-training-float,
body.student-portal a[href*="free-death-doula-training"]{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
/* FULL-WIDTH top utility bar */
.portal-topbar{
  width:100%;
  background:#ffffff;
  border-bottom:1px solid rgba(15,23,42,0.08);
  padding:10px 0;
  position:relative;
  z-index:50;
}

/* Inner container aligns content */
.portal-topbar-inner{
  max-width:1100px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  justify-content:flex-end;   /* 👈 THIS is what moves it right */
  gap:10px;
}
.portal-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  max-width:1200px;
  margin:0 auto;
  padding:10px 20px;
}

.portal-logo img{
  height:46px;
  width:auto;
}