/* BP Reset Community Portal */
#bpc-portal-root {
  min-height: 100vh;
  background: #07120d;
}

/* Hide the standard WordPress theme wrapper on portal pages */
.bpc-portal-page #site-nav,
.bpc-portal-page .site-footer,
.bpc-portal-page #footer,
.bpc-portal-page #float-cta {
  display: none !important;
}

.bpc-portal-page body,
.bpc-portal-page html {
  background: #07120d !important;
  overflow-x: hidden;
}

/* Fix iOS rubber-banding */
.bpc-portal-page {
  overscroll-behavior: none;
}

/* Meal plan content from WordPress editor */
#bpc-portal-root h2 { font-family: 'Playfair Display', serif; font-size: 18px; color: #dde9e2; margin: 20px 0 10px; }
#bpc-portal-root h3 { font-family: 'Playfair Display', serif; font-size: 15px; color: #dde9e2; margin: 16px 0 8px; }
#bpc-portal-root p  { font-size: 14px; line-height: 1.75; color: rgba(220,235,225,.78); margin-bottom: 12px; }
#bpc-portal-root ul { padding-left: 20px; margin-bottom: 12px; }
#bpc-portal-root li { font-size: 14px; line-height: 1.75; color: rgba(220,235,225,.72); margin-bottom: 4px; }
#bpc-portal-root strong { color: #dde9e2; }
