* {
	color: #222;
}
h2 { font-weight: bold; }
.brand-logo {
    margin-left: 0;
    margin-right: 15px;
    max-height: 75px;
    max-width: 300px;
}
footer.sticky-footer {
    border-top: 1px solid rgb(204 204 204 / 50%);
    margin-top: 10px;
}
.header-logo-container { margin: 30px 0; }
.profile-switcher-content { background: #BCB9B9;padding: 1rem 2rem;color: #222; }
.profile-switcher-content h3 { font-weight: bold; }
.wc-main-container { 
    max-width: 1920px;
    margin: 0 auto;
    padding: 3rem 6rem;
    font-size: 18px;
}
.wc-main-container a { color: blue; }
.mb-6 { margin-bottom: 10px; }
.hide { display: none; }
.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
  margin-right: 1em;
}

.separator:not(:empty)::after {
  margin-left: 1em;
}
.bold { font-weight: bold; }