/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1769534707
Updated: 2026-01-27 17:25:07

*/

/*
  MyPEPlaybook – Ultimate Member profile redesign
  Scoped to UM profile pages using the body class added in functions.php.
*/

:root{
  --mypep-blue: #0b5fa5;
  --mypep-blue-dark: #084a82;
  --mypep-green: #2ea44f;
  --mypep-text: #1f2937;
  --mypep-muted: #6b7280;
  --mypep-border: #e5e7eb;
  --mypep-radius: 18px;
}

/* Site header logo – 50% size (clipboard + myPEPlaybook text), far left */
.site-header .site-branding {
  transform: scale(0.5);
  transform-origin: left center;
}
.site-header .header-inner {
  justify-content: flex-start;
  align-items: center;
}
.site-header .site-branding {
  margin-right: auto;
}
/* Elementor header template: site logo (widget 732a57a) */
.elementor-element-732a57a .elementor-widget-container {
  transform: none;
  max-width: none;
}
#mypep-header-logo {
  width: 250px;
  max-width: 250px;
  height: auto;
}
/* Other header images that mention logo in alt text */
.elementor-widget-image .elementor-widget-container img[alt*="logo" i],
.elementor-widget-image .elementor-widget-container img[alt*="myPE" i] {
  max-width: 50%;
  height: auto;
}

/* Account page background (Ultimate Member) — match Playbook Templates shell */
body.mypep-um-account{
  background: #F8FAFC;
  position: relative;
}
body.mypep-um-account::before{
  display: none;
}

/* ==========================================================================
   Account Settings — Playbook Templates visual language
   ========================================================================== */
body.mypep-um-account .um.um-account{
  max-width: 1280px;
  margin: 32px auto 48px;
  padding: 0 20px;
  box-sizing: border-box;
}

body.mypep-um-account .um.um-account > .um-form{
  margin: 0;
}

body.mypep-um-account .mypep-account-shell{
  background: #fff;
  border-radius: 16px;
  padding: 32px 36px 40px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.04);
  box-sizing: border-box;
}

body.mypep-um-account .mypep-account-layout{
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

body.mypep-um-account .um-account-side,
body.mypep-um-account .um-account-main{
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}

body.mypep-um-account .um-account-meta{
  margin-bottom: 24px;
}

body.mypep-um-account .um-account-meta img{
  border-radius: 9999px !important;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.10);
}

body.mypep-um-account .um-account-name a{
  font-size: 1.125rem;
  font-weight: 700;
  color: #0F172A !important;
  letter-spacing: -0.015em;
}

body.mypep-um-account .um-account-side ul{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.mypep-um-account .um-account-side li{
  margin-bottom: 0 !important;
  background: transparent !important;
  border-radius: 12px;
}

body.mypep-um-account .um-account-side li a{
  display: flex !important;
  align-items: center;
  gap: 12px;
  float: none !important;
  height: auto !important;
  line-height: 1.35 !important;
  padding: 12px 14px !important;
  border-radius: 12px;
  color: #64748B !important;
  text-decoration: none !important;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

body.mypep-um-account .um-account-side li a:hover{
  background: rgba(241, 245, 249, 0.95) !important;
  color: #334155 !important;
}

body.mypep-um-account .um-account-side li a span.um-account-icon,
body.mypep-um-account .um-account-side li a span.um-account-icontip{
  float: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border-right: none !important;
  box-sizing: border-box;
  color: #64748B !important;
}

body.mypep-um-account .um-account-side li a span.um-account-icon i,
body.mypep-um-account .um-account-side li a span.um-account-icontip i{
  display: block;
  height: auto;
  line-height: 1;
  font-size: 16px !important;
}

body.mypep-um-account .um-account-side li a span.um-account-title{
  float: none !important;
  height: auto !important;
  line-height: 1.35 !important;
  padding-left: 0 !important;
  font-size: 14px;
  font-weight: 600;
  color: inherit !important;
}

body.mypep-um-account .um-account-side li a span.um-account-arrow{
  position: static !important;
  margin-left: auto;
  font-size: 14px !important;
  opacity: 0.45;
  top: auto !important;
}

body.mypep-um-account .um-account-side li a.current,
body.mypep-um-account .um-account-side li a.current:hover{
  background: #fff !important;
  color: #0F172A !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
  font-weight: 600;
}

body.mypep-um-account .um-account-side li a.current span.um-account-title{
  color: #0F172A !important;
  font-weight: 700;
}

body.mypep-um-account .um-account-side li a.current span.um-account-icon,
body.mypep-um-account .um-account-side li a.current span.um-account-icontip,
body.mypep-um-account .um-account-side li a.current span.um-account-icon i,
body.mypep-um-account .um-account-side li a.current span.um-account-icontip i{
  color: #2B47D8 !important;
}

body.mypep-um-account .um-account-main div.um-account-heading{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px !important;
  font-size: 1.75rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0F172A;
}

body.mypep-um-account .um-account-main div.um-account-heading i{
  display: none;
}

body.mypep-um-account .mypep-account-tab-subtitle{
  margin: 0 0 24px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #475569;
}

body.mypep-um-account .um-account-main .um-field{
  margin-bottom: 18px;
}

body.mypep-um-account .um-account-main .um-field-label label{
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

body.mypep-um-account .um-account-main .um-form input[type="text"],
body.mypep-um-account .um-account-main .um-form input[type="email"],
body.mypep-um-account .um-account-main .um-form input[type="password"],
body.mypep-um-account .um-account-main .um-form input[type="number"],
body.mypep-um-account .um-account-main .um-form input[type="tel"],
body.mypep-um-account .um-account-main .um-form input[type="url"],
body.mypep-um-account .um-account-main .um-form select,
body.mypep-um-account .um-account-main .um-form textarea{
  width: 100%;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  color: #0F172A !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.mypep-um-account .um-account-main .um-form input:focus,
body.mypep-um-account .um-account-main .um-form select:focus,
body.mypep-um-account .um-account-main .um-form textarea:focus{
  border-color: #93C5FD !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(43, 71, 216, 0.12) !important;
}

body.mypep-um-account .um-account-main .um-form input[readonly],
body.mypep-um-account .um-account-main .um-form input:disabled{
  background: #F8FAFC !important;
  color: #64748B !important;
}

body.mypep-um-account .um-account-main p{
  margin: 0 0 16px !important;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
}

body.mypep-um-account .um-account-main .um-col-alt,
body.mypep-um-account .um-account-main .um-col-alt-b{
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(226, 232, 240, 0.85);
}

body.mypep-um-account .um-account-main .um-button,
body.mypep-um-account .um-account-main input[type="submit"].um-button{
  border-radius: 12px !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
}

body.mypep-um-account .um-account-nav{
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

body.mypep-um-account .um-account-nav a{
  border-bottom: none !important;
  padding: 14px 16px !important;
  height: auto !important;
  line-height: 1.35 !important;
  font-weight: 600;
  color: #334155 !important;
}

body.mypep-um-account .um-account-nav a.current{
  background: rgba(43, 71, 216, 0.06);
  color: #2B47D8 !important;
}

body.mypep-um-account .um-account-nav span.arr{
  top: 50% !important;
  transform: translateY(-50%);
  font-size: 18px !important;
}

body.mypep-um-account .mypep-um-account-logout-nav a.um-account-link-logout{
  color: #64748B !important;
}

@media (max-width: 900px){
  body.mypep-um-account .mypep-account-shell{
    padding: 24px 20px 28px;
  }

  body.mypep-um-account .mypep-account-layout{
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ==========================================================================
   Login / Register / Password — Playbook Templates visual language
   ========================================================================== */
body.mypep-um-auth {
  background: #F8FAFC;
  min-height: 100vh;
}

body.mypep-um-auth .elementor-widget-theme-post-title,
body.mypep-um-auth .page-header,
body.mypep-um-auth .entry-title {
  display: none !important;
}

body.mypep-um-auth .site-main,
body.mypep-um-auth .elementor-location-single,
body.mypep-um-auth .elementor-widget-shortcode,
body.mypep-um-auth .elementor-widget-container {
  max-width: none !important;
}

body.mypep-um-auth .mypep-auth-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 120px);
  padding: 32px 20px 48px;
  box-sizing: border-box;
}

body.mypep-um-auth .mypep-auth-shell {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 32px 36px 40px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.04);
  box-sizing: border-box;
}

body.mypep-um-auth .mypep-auth-shell--wide {
  max-width: 560px;
}

body.mypep-um-auth .mypep-auth-header {
  margin-bottom: 28px;
}

body.mypep-um-auth .mypep-auth-title {
  margin: 0 0 6px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0F172A;
  line-height: 1.15;
}

body.mypep-um-auth .mypep-auth-subtitle {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #475569;
}

body.mypep-um-auth .mypep-auth-message {
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  padding: 12px 14px;
  background: #F8FAFC;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 12px;
}

body.mypep-um-auth .mypep-auth-message--success {
  background: #F0FDF4;
  border-color: #BBF7D0;
  color: #166534;
}

body.mypep-um-auth .mypep-auth-message--hint {
  background: transparent;
  border: none;
  padding: 0 0 8px;
}

body.mypep-um-auth .um.um-login,
body.mypep-um-auth .um.um-register,
body.mypep-um-auth .um.um-password {
  margin: 0 !important;
  opacity: 1 !important;
  max-width: none !important;
}

body.mypep-um-auth .um-form {
  margin: 0;
}

body.mypep-um-auth .um-field {
  margin-bottom: 18px;
}

body.mypep-um-auth .um-field-label label {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

body.mypep-um-auth .um-form input[type="text"],
body.mypep-um-auth .um-form input[type="email"],
body.mypep-um-auth .um-form input[type="password"],
body.mypep-um-auth .um-form input[type="search"],
body.mypep-um-auth .um-form select,
body.mypep-um-auth .um-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  color: #0F172A !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  box-sizing: border-box !important;
}

body.mypep-um-auth .um-form input:focus,
body.mypep-um-auth .um-form select:focus,
body.mypep-um-auth .um-form textarea:focus {
  border-color: #93C5FD !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(43, 71, 216, 0.12) !important;
}

body.mypep-um-auth .um-field-checkbox {
  margin: 4px 0 0;
}

body.mypep-um-auth .um-field-checkbox-option {
  font-size: 14px;
  color: #64748B;
}

body.mypep-um-auth .um-col-alt {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

body.mypep-um-auth .um-col-alt .um-left,
body.mypep-um-auth .um-col-alt .um-right,
body.mypep-um-auth .um-col-alt .um-center,
body.mypep-um-auth .um-col-alt .um-half {
  float: none !important;
  width: auto !important;
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
}

body.mypep-um-auth .um-col-alt .um-center {
  flex: 1 1 100%;
}

body.mypep-um-auth .um-col-alt-b {
  margin-top: 16px !important;
  padding-top: 0 !important;
  text-align: center;
}

body.mypep-um-auth .um-button,
body.mypep-um-auth input[type="submit"].um-button,
body.mypep-um-auth input[type="submit"]#um-submit-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-width: 0 !important;
  padding: 12px 18px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
  box-sizing: border-box !important;
}

body.mypep-um-auth input[type="submit"].um-button,
body.mypep-um-auth input[type="submit"]#um-submit-btn {
  background: #2B47D8 !important;
  border: 1px solid #2B47D8 !important;
  color: #fff !important;
}

body.mypep-um-auth input[type="submit"].um-button:hover,
body.mypep-um-auth input[type="submit"]#um-submit-btn:hover,
body.mypep-um-auth input[type="submit"].um-button:focus,
body.mypep-um-auth input[type="submit"]#um-submit-btn:focus {
  background: #2340c4 !important;
  border-color: #2340c4 !important;
  color: #fff !important;
}

body.mypep-um-auth a.um-button.um-alt {
  background: #fff !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  color: #334155 !important;
}

body.mypep-um-auth a.um-button.um-alt:hover,
body.mypep-um-auth a.um-button.um-alt:focus {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}

body.mypep-um-auth .um-link-alt {
  font-size: 14px;
  font-weight: 600;
  color: #2B47D8 !important;
  text-decoration: none !important;
}

body.mypep-um-auth .um-link-alt:hover {
  color: #2340c4 !important;
  text-decoration: underline !important;
}

body.mypep-um-auth .um-notice,
body.mypep-um-auth .um-field-error {
  border-radius: 12px !important;
  font-size: 14px !important;
}

@media (max-width: 540px) {
  body.mypep-um-auth .mypep-auth-shell {
    padding: 24px 20px 28px;
  }

  body.mypep-um-auth .um-col-alt .um-left,
  body.mypep-um-auth .um-col-alt .um-right,
  body.mypep-um-auth .um-col-alt .um-half {
    flex: 1 1 100%;
  }
}

/* Outer shell injected via UM hooks */
.mypep-profile-shell{
  max-width: 1180px;
  margin: 42px auto;
  padding: 0 18px;
  position: relative;
  z-index: 1;
}

/* Topbar */
.mypep-profile-topbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(9, 61, 108, 0.65);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
}
.mypep-brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.mypep-brand-logo{
  height: 28px;
  width: auto;
  display: block;
}
.mypep-topbar-user{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.mypep-topbar-greeting{ opacity: 0.95; }

/* Main card */
.mypep-profile-card{
  margin-top: 18px;
  background: rgba(255,255,255,0.94);
  border-radius: var(--mypep-radius);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 18px 60px rgba(0,0,0,0.28);
  overflow: hidden;

  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 22px;
  padding: 26px;
}

.mypep-profile-card .um{
  margin: 0 !important;
  max-width: none !important;
}

/* Remove UM cover */
.mypep-profile-card .um-cover,
.mypep-profile-card .um-profile-cover{
  display: none !important;
}

/* UM header as full-width card */
.mypep-profile-card .um-profile-header,
.mypep-profile-card .um-header{
  grid-column: 1 / -1;
  background: #fff;
  border: 1px solid var(--mypep-border);
  border-radius: 16px;
  padding: 18px 18px;
}

/* Hide UM action bar */
.mypep-profile-card .um-profile-navbar{
  display: none !important;
}

/* Sidebar nav */
.mypep-profile-card .um-profile-nav{
  grid-column: 1 / 2;
  align-self: start;
  background: linear-gradient(180deg, #f8fbff, #f1f6fd);
  border: 1px solid var(--mypep-border);
  border-radius: 16px;
  padding: 10px;
}

.mypep-profile-card .um-profile-nav-item a{
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 12px;
  text-decoration: none !important;
  color: var(--mypep-text) !important;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 120ms ease, background-color 120ms ease, color 120ms ease;
}
.mypep-profile-card .um-profile-nav-item a i{
  color: var(--mypep-blue);
  font-size: 18px;
  width: 22px;
  text-align: center;
}
.mypep-profile-card .um-profile-nav-item a:hover{
  background: rgba(11,95,165,0.08);
  transform: translateY(-1px);
}
.mypep-profile-card .um-profile-nav-item.active a,
.mypep-profile-card .um-profile-nav-item.active a:hover{
  background: var(--mypep-blue) !important;
  color: #fff !important;
  transform: none;
}
.mypep-profile-card .um-profile-nav-item.active a i{
  color: #fff !important;
}

/* Subnav (right column) */
.mypep-profile-card .um-profile-subnav{
  grid-column: 2 / 3;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: -6px 0 0;
  padding: 6px 2px 0;
}
.mypep-profile-card .um-profile-subnav a{
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--mypep-border);
  background: #fff;
  color: var(--mypep-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.mypep-profile-card .um-profile-subnav a.active{
  background: rgba(11,95,165,0.10);
  border-color: rgba(11,95,165,0.30);
}

/* Main content */
.mypep-profile-card .um-profile-body{
  grid-column: 2 / 3;
  background: #fff;
  border: 1px solid var(--mypep-border);
  border-radius: 16px;
  padding: 18px;
}

/* Buttons + inputs */
.mypep-profile-card .um-button,
.mypep-profile-card input[type=submit].um-button,
.mypep-profile-card button.um-button{
  border-radius: 12px !important;
  font-weight: 800 !important;
}
.mypep-profile-card .um-button.um-alt{
  background: #eef2f7 !important;
  color: var(--mypep-text) !important;
}
.mypep-profile-card .um-form input[type=text],
.mypep-profile-card .um-form input[type=email],
.mypep-profile-card .um-form input[type=password],
.mypep-profile-card .um-form input[type=number],
.mypep-profile-card .um-form select,
.mypep-profile-card .um-form textarea{
  border-radius: 10px !important;
  border-color: var(--mypep-border) !important;
}

/* Hide WordPress admin bar */
#wpadminbar {
  display: none !important;
}
html {
  margin-top: 0 !important;
}
body.admin-bar {
  margin-top: 0 !important;
}

/* Mobile */
@media (max-width: 900px){
  .mypep-profile-card{ grid-template-columns: 1fr; }
  .mypep-profile-card .um-profile-nav,
  .mypep-profile-card .um-profile-subnav,
  .mypep-profile-card .um-profile-body{
    grid-column: 1 / -1;
  }
}

/* Hide profile topbar and subnav */
.mypep-profile-topbar {
    display: none;
}

.um-profile-subnav {
    display: none;
}

/* ==========================================================================
   Account tab: "Your Inventory Lists" and "Your PE Standards" (match sidebar)
   ========================================================================== */
.um-account-extras {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--mypep-border, #e5e7eb);
}

.um-account-extras__item {
  margin-bottom: 12px;
}

.um-account-extras__item:last-child {
  margin-bottom: 0;
}

.um-account-extras__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid var(--mypep-border, #e5e7eb);
  color: var(--mypep-text, #1f2937);
  text-decoration: none;
  font-weight: 600;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.um-account-extras__link:hover {
  background: #f1f5f9;
  border-color: rgba(11, 95, 165, 0.25);
  color: var(--mypep-blue, #0b5fa5);
}

.um-account-extras__icon {
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  color: var(--mypep-muted, #6b7280);
}

.um-account-extras__link:hover .um-account-extras__icon {
  color: var(--mypep-blue, #0b5fa5);
}

.um-account-extras__label {
  flex: 1;
}

.um-account-extras__arrow {
  flex-shrink: 0;
  color: #cbd5e1;
}

.um-account-extras__link:hover .um-account-extras__arrow {
  color: var(--mypep-blue, #0b5fa5);
}

.um-account-extras__desc {
  margin: 6px 0 0;
  padding-left: 36px;
  font-size: 13px;
  color: var(--mypep-muted, #6b7280);
  line-height: 1.4;
}

/* Elementor sticky header: force top 0 (override Elementor's top: 32px for admin bar) */
.elementor-element[data-id="3fe6f12d"].elementor-sticky--active {
  top: 0 !important;
}

.um-account-profile-link {
  display: none;
}

.um-account-extras {
  display: none;
}

/* Account settings: Log Out row (sidebar + mobile nav) */
body.mypep-um-account .um-account-side li.um-account-logout-item a.um-account-link-logout:hover {
  color: #334155 !important;
  background: rgba(241, 245, 249, 0.95) !important;
}

body.mypep-um-account .mypep-um-account-logout-nav a.um-account-link-logout {
  cursor: pointer;
}

.mypep-menu-icon {
  margin-right: 0.45em;
  min-width: 1em;
  text-align: center;
}

/* Elementor kit button hover/focus override */
.elementor-kit-63 button:hover,
.elementor-kit-63 button:focus,
.elementor-kit-63 input[type="button"]:hover,
.elementor-kit-63 input[type="button"]:focus,
.elementor-kit-63 input[type="submit"]:hover,
.elementor-kit-63 input[type="submit"]:focus,
.elementor-kit-63 .elementor-button:hover,
.elementor-kit-63 .elementor-button:focus {
  background-color: #2B47D8 !important;
  border-style: none !important;
}

/* Profile top menu: use highlighted active item instead of underline */
body.mypep-um-account .elementor-nav-menu .current-menu-item > a,
body.mypep-um-account .elementor-nav-menu .current_page_item > a,
body.mypep-um-account .elementor-nav-menu .current-menu-ancestor > a {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background: rgba(43, 71, 216, 0.12) !important;
  color: #2B47D8 !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
}

body.mypep-um-account .elementor-nav-menu .menu-item > a:hover {
  text-decoration: none !important;
}

/* Ultimate Member account page buttons: use brand blue */
.um.um-account .um-button,
.um.um-account input[type="submit"].um-button,
.um.um-account button.um-button,
.um.um-account input[type="submit"] {
  background-color: #2B47D8 !important;
  border-color: #2B47D8 !important;
  color: #fff !important;
}

.um.um-account .um-button:hover,
.um.um-account input[type="submit"].um-button:hover,
.um.um-account button.um-button:hover,
.um.um-account input[type="submit"]:hover,
.um.um-account .um-button:focus,
.um.um-account input[type="submit"].um-button:focus,
.um.um-account button.um-button:focus,
.um.um-account input[type="submit"]:focus {
  background-color: #2B47D8 !important;
  border-color: #2B47D8 !important;
  color: #fff !important;
}

/* Ultimate Member account menu: active icon should use brand blue */
.um.um-account .um-account-side ul li a.current i,
.um.um-account .um-account-side ul li a.current .um-account-icon i,
.um.um-account .um-account-side ul li a.current .um-account-icontip i {
  color: #2B47D8 !important;
}

.um.um-account .um-account-side ul li a.current span.um-account-icon,
.um.um-account .um-account-side ul li a.current span.um-account-icontip,
.um.um-account .um-account-side ul li a.current:hover span.um-account-icon,
.um.um-account .um-account-side ul li a.current:hover span.um-account-icontip {
  color: #2B47D8 !important;
}

input#um-submit-btn {
  background: #2B47D8 !important;
}

/* ==========================================================================
   Site footer (Elementor Theme Builder) – mobile cleanup
   Aligns “Quick Links” and brand block to one column, left-aligned, with
   calmer spacing (template lives in Elementor; this is presentation-only).
   ========================================================================== */
@media (max-width: 768px) {
  footer.elementor-location-footer {
    box-sizing: border-box;
    padding: 1.5rem 1.25rem 2.5rem;
    text-align: left;
    color: var(--mypep-text, #1f2937);
  }

  footer.elementor-location-footer .e-con,
  footer.elementor-location-footer .e-con > .e-con-inner,
  footer.elementor-location-footer .elementor-container {
    max-width: 100% !important;
  }

  /* Headings (e.g. “Quick Links”) */
  footer.elementor-location-footer .elementor-heading-title,
  footer.elementor-location-footer h1,
  footer.elementor-location-footer h2,
  footer.elementor-location-footer h3,
  footer.elementor-location-footer h4,
  footer.elementor-location-footer h5,
  footer.elementor-location-footer h6 {
    text-align: left !important;
    margin-bottom: 0.65rem;
  }

  /* Tagline / description (often set to center in the editor) */
  footer.elementor-location-footer .elementor-widget-text-editor,
  footer.elementor-location-footer .elementor-widget-text-editor p,
  footer.elementor-location-footer .elementor-text-editor,
  footer.elementor-location-footer .elementor-text-editor p,
  footer.elementor-location-footer .elementor-widget-text-editor * {
    text-align: left !important;
  }

  footer.elementor-location-footer .elementor-widget-text-editor p {
    color: var(--mypep-muted, #6b7280) !important;
    line-height: 1.55;
    max-width: 40rem;
  }

  /* Site title line (e.g. “MyPEPlaybook.com”) */
  footer.elementor-location-footer .elementor-theme-site-title a,
  footer.elementor-location-footer .elementor-headline,
  footer.elementor-location-footer .site-title a {
    text-align: left !important;
  }

  /* Brand / logo — left edge, not centered */
  footer.elementor-location-footer .elementor-widget-image,
  footer.elementor-location-footer .elementor-widget-image .elementor-widget-container {
    text-align: left !important;
  }
  footer.elementor-location-footer .elementor-widget-image img {
    display: block;
    width: auto;
    max-width: 220px;
    height: auto;
    margin: 0 0 0.5rem 0 !important;
  }

  /* Separator + breathing room between the links block and the brand block */
  footer.elementor-location-footer .elementor-section.elementor-top-section
    + .elementor-section.elementor-top-section,
  footer.elementor-location-footer .e-con.e-parent + .e-con.e-parent {
    margin-top: 1.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--mypep-border, #e5e7eb);
  }

  /* Nav: vertical list, full width, icons in a clean row with label */
  footer.elementor-location-footer .elementor-nav-menu--main,
  footer.elementor-location-footer .elementor-nav-menu {
    width: 100% !important;
  }
  footer.elementor-location-footer .elementor-nav-menu--layout-horizontal,
  footer.elementor-location-footer .elementor-nav-menu--main ul.elementor-nav-menu {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 0.1rem;
  }
  footer.elementor-location-footer .elementor-nav-menu a.elementor-item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    padding: 0.5rem 0 !important;
    min-height: 2.75rem;
    font-weight: 500;
  }

  /* Sub-menus in footer (e.g. Profile) — indent, no float */
  footer.elementor-location-footer .sub-menu,
  footer.elementor-location-footer .submenu {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0.25rem 0 0 1.1rem !important;
    margin: 0 0 0.25rem 0 !important;
  }
  footer.elementor-location-footer .sub-menu .menu-item a,
  footer.elementor-location-footer .submenu .menu-item a {
    padding: 0.4rem 0 !important;
    min-height: auto;
    font-size: 0.95em;
  }

  /* Columns: stack at full width */
  footer.elementor-location-footer .elementor-column,
  footer.elementor-location-footer .e-con,
  footer.elementor-location-footer .e-child {
    min-width: 0 !important;
  }
  footer.elementor-location-footer [class*="elementor-col-"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

