/* MMUST CU Phase 39.2 — Member Portal UI/UX Organisation & Responsive Polish
   Scope: authenticated member portal only. No business logic changes. */
:root{
  --p392-blue:#0099FF;
  --p392-orange:#FF9900;
  --p392-white:#FFFFFF;
  --p392-soft:#f5f7fa;
  --p392-border:#dfe5eb;
  --p392-ink:#1f2937;
  --p392-muted:#667085;
  --p392-shadow:0 10px 30px rgba(31,41,55,.055);
  --p392-radius:18px;
}

/* ------------------------------------------------------------
   1. A quieter portal header: keep brand + member actions only.
   ------------------------------------------------------------ */
.member-portal-body{background:#f3f6f9;color:var(--p392-ink)}
.member-portal-body .v3-header{background:rgba(255,255,255,.97);border-bottom:1px solid var(--p392-border);box-shadow:0 3px 14px rgba(31,41,55,.04)}
.member-portal-body .desktop-nav,
.member-portal-body .menu-button{display:none!important}
.member-portal-body .v3-nav-wrap{min-height:78px;justify-content:space-between;gap:20px}
.member-portal-body .v3-brand{min-width:0;max-width:520px}
.member-portal-body .v3-brand strong{font-size:14px;line-height:1.15}
.member-portal-body .v3-brand small{font-size:10px!important;color:#7b8794}
.member-portal-body .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto}
.portal-header-link{
  min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:0 13px;border:1px solid var(--p392-border);border-radius:12px;background:#fff;
  color:var(--p392-ink);font-size:12px;font-weight:800;white-space:nowrap
}
.portal-header-link:hover,.portal-header-link:focus-visible{border-color:var(--p392-blue);background:#f0f9ff;outline:none}
.portal-header-link .ui-svg-icon,.portal-header-link [data-lucide]{width:17px;height:17px}
.portal-header-link.is-admin{border-color:#ffd79a;background:#fff8ee}
.portal-header-notification{position:relative;width:42px;padding:0}
.portal-header-notification b{
  position:absolute;right:-5px;top:-6px;min-width:21px;height:21px;padding:0 5px;display:grid;place-items:center;
  border:2px solid #fff;border-radius:999px;background:var(--p392-orange);color:#111;font-size:10px;font-weight:900
}
.portal-header-profile{background:#111;color:#fff;border-color:#111}
.portal-header-profile:hover,.portal-header-profile:focus-visible{background:var(--p392-blue);border-color:var(--p392-blue);color:#fff}

/* ------------------------------------------------------------
   2. Portal shell and desktop sidebar.
   ------------------------------------------------------------ */
.member-portal-layout{grid-template-columns:276px minmax(0,1fr);background:#f3f6f9}
.member-portal-sidebar{
  top:78px;height:calc(100vh - 78px);border-right:1px solid var(--p392-border);
  box-shadow:8px 0 26px rgba(31,41,55,.035);background:#fff
}
.portal-sidebar-head{min-height:68px;padding:10px 14px;border-bottom:1px solid #edf0f3}
.portal-sidebar-brand img{width:38px;height:38px}
.portal-sidebar-brand strong{font-size:14px;color:var(--p392-ink)}
.portal-sidebar-brand small{font-size:10px!important;letter-spacing:.08em;color:var(--p392-blue)}
.portal-sidebar-profile{
  margin:10px 10px 6px;padding:12px;border-radius:15px;
  background:linear-gradient(135deg,#111827 0%,#1f2937 70%,#263548 100%);
  box-shadow:0 8px 18px rgba(17,24,39,.13)
}
.portal-profile-avatar{width:44px;height:44px;border-radius:12px;background:var(--p392-orange)}
.portal-sidebar-profile strong{font-size:13px}
.portal-sidebar-profile span,.portal-sidebar-profile small{font-size:10px!important}
.portal-sidebar-nav{padding:4px 9px 12px}
.portal-nav-section{gap:3px;padding:10px 0;border-bottom:1px solid #f0f2f4}
.portal-nav-heading{padding:0 9px 5px;font-size:9px;letter-spacing:.11em;color:#8994a0}
.portal-nav-section>a{
  min-height:48px;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;padding:6px 8px;
  border-left-width:3px;border-radius:10px
}
.portal-nav-icon{width:32px;height:32px;border-radius:9px;background:#eaf7ff;color:var(--p392-blue)}
.portal-nav-section>a:nth-of-type(even) .portal-nav-icon{background:#fff4e3;color:#b56600}
.portal-nav-section>a.is-active{background:#edf8ff;border-color:#c9eaff;border-left-color:var(--p392-blue)}
.portal-nav-section>a.is-active .portal-nav-icon{background:var(--p392-blue);color:#fff}
.portal-nav-section>a.is-active .portal-nav-copy strong{color:#006dac}
.portal-nav-copy strong{font-size:12px;line-height:1.25;color:#24313f}
.portal-nav-copy small{margin-top:2px;font-size:9px!important;line-height:1.3;color:#84909c}
.portal-nav-count{min-width:23px;height:23px;padding:0 6px;font-size:9px}
.portal-sidebar-footer{gap:4px;padding:8px 10px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #edf0f3}
.portal-sidebar-footer>a{min-height:40px;padding:6px 8px;border-radius:9px}
.portal-sidebar-footer>a>strong{font-size:11px}

/* ------------------------------------------------------------
   3. Consistent portal page spacing, headings and panels.
   ------------------------------------------------------------ */
.member-portal-content{background:#f3f6f9}
.member-portal-content .member-shell{padding:24px 0 60px;background:transparent;min-height:calc(100vh - 146px)}
.member-portal-content .member-shell>.container,
.member-portal-content .member-shell>.stat-grid,
.member-portal-content .member-shell>.dashboard-layout{max-width:1260px}
.member-portal-content .member-shell .member-head{
  margin-bottom:16px;padding:20px 22px!important;border:1px solid var(--p392-border);border-radius:var(--p392-radius);
  background:#fff;box-shadow:var(--p392-shadow);display:flex;align-items:flex-end;justify-content:space-between;gap:18px
}
.member-portal-content .member-head>div{min-width:0}
.member-portal-content .member-head .eyebrow{font-size:10px;letter-spacing:.12em;color:var(--p392-blue)}
.member-portal-content .member-head h1{margin:4px 0 5px!important;font-size:clamp(28px,3.2vw,44px)!important;line-height:1.04;letter-spacing:-.035em;color:#111827}
.member-portal-content .member-head p{max-width:820px;margin:0;color:var(--p392-muted);font-size:13px!important;line-height:1.55}
.member-portal-content .member-head .head-actions{justify-content:flex-end;flex:0 0 auto}
.member-portal-content .member-head>.button,
.member-portal-content .member-head .head-actions .button{min-height:40px;padding:0 14px;width:auto!important;border-radius:11px;font-size:11px}
.member-portal-content .panel{
  border:1px solid var(--p392-border)!important;border-radius:var(--p392-radius)!important;background:#fff!important;
  box-shadow:var(--p392-shadow)!important;padding:22px
}
.member-portal-content .panel-top{margin-bottom:14px;align-items:flex-start}
.member-portal-content .panel-top h2{font-size:21px;line-height:1.15;color:#17202b}
.member-portal-content .panel-top a{font-size:11px}
.member-portal-content .muted{color:var(--p392-muted)}
.member-portal-content .alert{border-radius:13px;margin-bottom:15px}

/* Forms become easier to scan and tap. */
.member-portal-content label{color:#344054}
.member-portal-content input,
.member-portal-content select,
.member-portal-content textarea{
  border-color:#d5dde5;border-radius:11px;background:#fff;color:#17202b;box-shadow:none
}
.member-portal-content input:focus,
.member-portal-content select:focus,
.member-portal-content textarea:focus{border-color:var(--p392-blue);box-shadow:0 0 0 3px rgba(0,153,255,.12);outline:none}
.member-portal-content .button{border-radius:11px;font-weight:800}
.member-portal-content .button.primary{background:var(--p392-blue);border-color:var(--p392-blue);color:#fff}
.member-portal-content .button.primary:hover{background:#007fd3;border-color:#007fd3}
.member-portal-content .button.secondary{background:var(--p392-orange);border-color:var(--p392-orange);color:#151515}
.member-portal-content .button.subtle{background:#fff;border-color:#d6dde5;color:#344054}

/* Tables/data areas should stay readable instead of squeezing columns. */
.member-portal-content table{border-collapse:separate;border-spacing:0;width:100%}
.member-portal-content .table-wrap,.member-portal-content .responsive-table{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:14px}

/* ------------------------------------------------------------
   4. Dashboard — less duplication, clearer hierarchy.
   ------------------------------------------------------------ */
.phase11-dashboard .dashboard-welcome{
  margin-top:0!important;margin-bottom:16px;padding:22px 24px!important;border:1px solid #cfeafb!important;
  border-left:5px solid var(--p392-blue)!important;background:linear-gradient(135deg,#fff 0%,#f4fbff 100%)!important;
  color:var(--p392-ink)!important;box-shadow:var(--p392-shadow)!important
}
.phase11-dashboard .dashboard-welcome .dashboard-greeting-copy .eyebrow{color:var(--p392-blue)!important}
.phase11-dashboard .dashboard-welcome .dashboard-greeting-copy h1{font-size:clamp(29px,3.5vw,42px)!important;color:#111827!important}
.phase11-dashboard .dashboard-welcome .dashboard-greeting-copy p{color:#687483!important;font-size:12px!important}
.phase11-dashboard .dashboard-welcome .head-actions{gap:8px}
.phase11-dashboard .dashboard-welcome .button{min-height:39px;padding:0 13px;width:auto!important}
.phase11-dashboard .dashboard-priority-alert{border-radius:14px;margin-bottom:14px}
.phase11-dashboard .stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px!important;margin-bottom:16px}
.phase11-dashboard .stat-card{
  min-height:122px!important;padding:17px!important;border:1px solid var(--p392-border)!important;border-top:4px solid var(--p392-blue)!important;
  border-radius:15px!important;box-shadow:0 6px 18px rgba(31,41,55,.04)!important;background:#fff
}
.phase11-dashboard .stat-card:nth-child(even){border-top-color:var(--p392-orange)!important}
.phase11-dashboard .stat-card small{font-size:9px!important;color:#7a8794;letter-spacing:.08em}
.phase11-dashboard .stat-card strong{font-size:27px!important;color:#17202b}
.phase11-dashboard .stat-card span{font-size:10px;color:#71808d;line-height:1.4}
.phase11-dashboard .dashboard-layout{grid-template-columns:minmax(0,1.5fr) minmax(285px,.62fr);gap:16px!important}
.phase11-dashboard .dashboard-main,.phase11-dashboard .dashboard-side{gap:16px!important}
.phase11-dashboard .feature-panel{border-top:4px solid var(--p392-blue)!important}
.phase11-dashboard .community-panel{border-top:4px solid var(--p392-orange)!important}
.phase11-dashboard .phase36-journey-card{border-top:4px solid var(--p392-blue)!important}
.phase11-dashboard .phase36-formation-card{border-top:4px solid var(--p392-orange)!important}
.phase11-dashboard .event-strip{border-radius:14px;background:#f8fafc}
.phase11-dashboard .announcement-row{padding:11px 0}
.phase11-dashboard .announcement-row h3{font-size:14px}
.phase11-dashboard .announcement-row p{font-size:11px!important;line-height:1.5}

/* ------------------------------------------------------------
   5. Profile + service history refinement.
   ------------------------------------------------------------ */
.member-profile-page .profile-grid{grid-template-columns:minmax(250px,.42fr) minmax(0,1fr);gap:16px}
.member-profile-page .identity-card{position:sticky;top:100px;align-self:start;padding:20px}
.member-profile-page .profile-avatar-large{width:104px;height:104px;margin-bottom:12px}
.member-profile-page .identity-card h2{font-size:20px;margin:7px 0 3px;text-align:center}
.member-profile-page .identity-card>p{text-align:center}
.member-profile-page .profile-photo-manager{margin-top:16px}
.member-profile-page .profile-main{gap:16px}
.member-profile-page .community-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.member-profile-page .community-cards>a{min-width:0;border-radius:14px}
.member-profile-page .profile-ministry-self-service{margin-top:16px;padding:17px;border-radius:15px;gap:14px}
.member-profile-page .profile-edit-panel{padding:22px}
.member-profile-page .profile-form-grid{gap:12px}

.member-service-history-page .service-history-summary{gap:10px;margin-bottom:14px}
.member-service-history-page .service-history-summary article{padding:16px;border-radius:15px}
.member-service-history-page .service-history-summary strong{font-size:22px}
.member-service-history-page .service-history-layout{gap:16px;grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr)}
.member-service-history-page .service-history-form-card{top:96px}
.member-service-history-page .member-service-entry{padding:14px;border-radius:14px;gap:12px}
.member-service-history-page .member-service-copy h3{font-size:16px}

/* ------------------------------------------------------------
   6. Portal mobile bar and responsive layout.
   ------------------------------------------------------------ */
@media(max-width:1050px){
  .member-portal-body .v3-nav-wrap{min-height:70px}
  .member-portal-body .v3-brand strong{font-size:12px}.member-portal-body .v3-brand small{display:none}
  .member-portal-body .header-actions .portal-header-link:not(.portal-header-notification){display:none}
  .portal-header-notification{display:grid!important}
  .member-portal-layout{display:block;min-height:calc(100vh - 70px)}
  .member-portal-sidebar{top:0;height:100dvh;width:min(88vw,340px)}
  .member-portal-mobilebar{
    top:70px;min-height:58px;padding:7px 14px;grid-template-columns:auto minmax(0,1fr) auto;
    border-bottom:1px solid var(--p392-border);box-shadow:0 4px 14px rgba(31,41,55,.045)
  }
  .portal-mobile-menu-button{min-height:42px;padding:0 11px;border-radius:10px;font-size:12px}
  .portal-mobile-current small{font-size:9px!important}.portal-mobile-current strong{font-size:13px}
  .portal-mobile-notifications{width:42px;height:42px;border-radius:10px}
  .member-portal-content .member-shell{padding:16px 0 48px}
  .member-portal-content .member-shell .member-head{padding:17px 18px!important;align-items:flex-start}
  .phase11-dashboard .dashboard-layout{grid-template-columns:1fr!important}
  .phase11-dashboard .dashboard-side{grid-template-columns:repeat(2,minmax(0,1fr))}
  .phase11-dashboard .dashboard-side .community-panel{grid-column:1/-1}
  .member-profile-page .profile-grid{grid-template-columns:1fr}
  .member-profile-page .identity-card{position:static}
  .member-profile-page .profile-grid .identity-card{display:grid;grid-template-columns:120px minmax(0,1fr);column-gap:18px;align-items:start}
  .member-profile-page .profile-avatar-large{grid-row:1/5;width:100px;height:100px;margin:0 auto}
  .member-profile-page .identity-card h2,.member-profile-page .identity-card>p{text-align:left}
  .member-profile-page .profile-badges{justify-content:flex-start}
  .member-profile-page .profile-photo-manager,
  .member-profile-page .profile-section-label,
  .member-profile-page .identity-card dl,
  .member-profile-page .profile-lock-note{grid-column:1/-1}
  .member-service-history-page .service-history-layout{grid-template-columns:1fr}
  .member-service-history-page .service-history-form-card{position:static}
}

@media(max-width:700px){
  .member-portal-body .v3-header{position:sticky;top:0;z-index:190}
  .member-portal-body .v3-nav-wrap{padding-left:14px;padding-right:14px}
  .member-portal-body .v3-brand img{width:40px;height:40px}
  .member-portal-body .v3-brand strong{font-size:11px;max-width:220px}
  .member-portal-content .member-shell>.container,
  .member-portal-content .member-shell>.stat-grid,
  .member-portal-content .member-shell>.dashboard-layout{width:min(100% - 22px,1260px)}
  .member-portal-content .member-shell .member-head{display:grid;gap:12px;margin-bottom:12px;padding:15px!important;border-radius:15px}
  .member-portal-content .member-head h1{font-size:28px!important}
  .member-portal-content .member-head p{font-size:12px!important}
  .member-portal-content .member-head .head-actions{width:100%;justify-content:flex-start}
  .member-portal-content .member-head>.button,
  .member-portal-content .member-head .head-actions .button{min-height:38px;padding:0 11px;font-size:10px;width:auto!important}
  .member-portal-content .panel{padding:16px;border-radius:15px!important}
  .member-portal-content .panel-top h2{font-size:18px}

  /* User preference: suitable portal cards remain 2-across on phones. */
  .phase11-dashboard .stat-grid,
  .member-service-history-page .service-history-summary,
  .member-profile-page .community-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .phase11-dashboard .stat-card{min-height:108px!important;padding:13px!important}
  .phase11-dashboard .stat-card strong{font-size:22px!important}
  .phase11-dashboard .stat-card span{font-size:9px!important}
  .phase11-dashboard .dashboard-side{grid-template-columns:1fr}
  .phase11-dashboard .dashboard-side .community-panel{grid-column:auto}
  .phase11-dashboard .dashboard-welcome{display:grid;gap:12px;padding:16px!important;border-radius:15px}
  .phase11-dashboard .dashboard-welcome .dashboard-greeting-copy h1{font-size:27px!important}
  .phase11-dashboard .dashboard-welcome .head-actions{justify-content:flex-start}
  .phase11-dashboard .event-strip{grid-template-columns:auto minmax(0,1fr)!important;gap:11px}
  .phase11-dashboard .event-strip>.button{grid-column:1/-1;width:100%!important}
  .phase11-dashboard .announcement-row{grid-template-columns:6px minmax(0,1fr) auto!important;gap:9px}

  .member-profile-page .profile-grid .identity-card{display:block}
  .member-profile-page .profile-avatar-large{width:92px;height:92px;margin:0 auto 12px}
  .member-profile-page .identity-card h2,.member-profile-page .identity-card>p{text-align:center}
  .member-profile-page .profile-badges{justify-content:center}
  .member-profile-page .profile-ministry-self-service{padding:14px;display:block}
  .member-profile-page .profile-ministry-self-service form{margin-top:13px;display:grid;grid-template-columns:1fr;gap:9px}
  .member-profile-page .profile-ministry-self-service .button{width:100%!important}
  .member-profile-page .profile-service-history-link{display:inline-block;margin-top:12px}

  .member-service-history-page .service-history-summary article{padding:12px}
  .member-service-history-page .service-history-summary small{font-size:8px}.member-service-history-page .service-history-summary strong{font-size:18px}
  .member-service-history-page .service-history-summary span{font-size:9px}
  .member-service-history-page .member-service-entry{grid-template-columns:1fr;gap:8px}
  .member-service-history-page .member-service-actions{justify-content:flex-start}
}

@media(max-width:430px){
  .member-portal-body .v3-brand strong{max-width:185px;font-size:10px}
  .member-portal-mobilebar{padding:6px 10px;gap:8px}
  .portal-mobile-menu-button{width:42px;padding:0;justify-content:center}
  .portal-mobile-menu-button>span:last-child{display:none}
  .portal-mobile-current strong{font-size:12px}
  .portal-sidebar-head{min-height:64px}
  .portal-sidebar-profile{margin:8px}
  .portal-nav-section>a{min-height:46px}
  .portal-nav-copy strong{font-size:12px}.portal-nav-copy small{font-size:9px!important}
  .member-portal-content .member-shell>.container,
  .member-portal-content .member-shell>.stat-grid,
  .member-portal-content .member-shell>.dashboard-layout{width:min(100% - 18px,1260px)}
  .member-portal-content .member-shell{padding-top:12px}
  .member-portal-content .member-head h1{font-size:25px!important}
  .phase11-dashboard .stat-grid{gap:8px!important}
  .phase11-dashboard .stat-card{min-height:102px!important;padding:11px!important}
  .phase11-dashboard .stat-card small{font-size:8px!important}.phase11-dashboard .stat-card strong{font-size:20px!important}.phase11-dashboard .stat-card span{font-size:8px!important}
  .member-profile-page .community-cards>a{padding:13px!important}
  .member-profile-page .community-cards h3{font-size:14px!important}
}

/* ------------------------------------------------------------
   7. Compact member-only footer. Public site footer remains unchanged.
   ------------------------------------------------------------ */
.member-portal-footer{border-top:1px solid var(--p392-border);background:#fff;color:#667085}
.member-portal-footer-inner{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:12px;padding-bottom:12px;font-size:11px}
.member-portal-footer-links{display:flex;align-items:center;gap:13px;flex-wrap:wrap}
.member-portal-footer a{color:#087bbd;font-weight:800}
@media(max-width:600px){.member-portal-footer-inner{min-height:0;display:grid;gap:7px;padding:14px 0}.member-portal-footer-links{gap:10px}}

/* Short laptop screens: keep the navigation compact without losing destinations. */
@media(min-width:1051px) and (max-height:820px){
  .portal-sidebar-profile{padding:9px 11px}.portal-profile-avatar{width:40px;height:40px}
  .portal-nav-section{padding:7px 0}.portal-nav-heading{padding-bottom:3px}
  .portal-nav-section>a{min-height:41px}.portal-nav-copy small{display:none}
  .portal-sidebar-footer>a{min-height:36px}
}

/* ------------------------------------------------------------
   8. Cross-portal card consistency: Events, notifications,
      resources, sermons, accountability and community pages.
   ------------------------------------------------------------ */
.member-portal-content .notification-summary-grid,
.member-portal-content .member-activity-stats,
.member-portal-content .member-finance-stats,
.member-portal-content .community-engagement-grid,
.member-portal-content .workspace-content-grid,
.member-portal-content .modern-resource-grid,
.member-portal-content .modern-sermon-grid{gap:14px!important}

.member-portal-content .notification-stat-card,
.member-portal-content .member-event-card,
.member-portal-content .modern-resource-card,
.member-portal-content .modern-sermon-card,
.member-portal-content .member-governance-card,
.member-portal-content .member-finance-card,
.member-portal-content .community-feature-card,
.member-portal-content .formation-overview-card,
.member-portal-content .formation-service-card{
  border:1px solid var(--p392-border)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(31,41,55,.04)!important;
}
.member-portal-content .member-event-card,
.member-portal-content .modern-resource-card,
.member-portal-content .modern-sermon-card{overflow:hidden}
.member-portal-content .member-event-card:hover,
.member-portal-content .modern-resource-card:hover,
.member-portal-content .modern-sermon-card:hover{
  border-color:#bfe6fb!important;box-shadow:0 10px 24px rgba(0,153,255,.08)!important
}
.member-portal-content .notification-centre-layout,
.member-portal-content .request-detail-grid,
.member-portal-content .leadership-workspace-grid{gap:16px!important}
.member-portal-content .empty-state,
.member-portal-content .empty-mini{border-radius:15px}
.member-portal-sidebar,.portal-sidebar-nav{scrollbar-width:thin;scrollbar-color:#d9e2ea transparent}

@media(max-width:700px){
  /* Compact summary cards stay two-across on phones. */
  .member-portal-content .notification-summary-grid,
  .member-portal-content .member-activity-stats,
  .member-portal-content .member-finance-stats,
  .member-portal-content .community-engagement-grid,
  .member-portal-content .modern-resource-grid,
  .member-portal-content .modern-sermon-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important
  }
  .member-portal-content .notification-stat-card,
  .member-portal-content .modern-resource-card,
  .member-portal-content .modern-sermon-card{min-width:0}
  .member-portal-content .modern-resource-body,
  .member-portal-content .modern-sermon-card{padding:12px!important}
  .member-portal-content .modern-resource-body h3,
  .member-portal-content .modern-sermon-card h3{font-size:14px!important;line-height:1.25}
  .member-portal-content .resource-description,
  .member-portal-content .modern-sermon-card p{font-size:10px!important;line-height:1.45}
  .member-portal-content .member-events-list{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .member-portal-content .member-event-card{border-radius:15px!important}
  .member-portal-content .notification-centre-layout,
  .member-portal-content .request-detail-grid,
  .member-portal-content .leadership-workspace-grid{grid-template-columns:1fr!important}
  .member-portal-content .form-grid,
  .member-portal-content .profile-form-grid{grid-template-columns:1fr!important}
}
