nav.main-nav-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d9c0cc;
  background: rgba(255, 250, 252, .97);
  box-shadow: 0 -8px 24px rgba(100, 67, 85, .10);
}

nav.main-nav-four button {
  min-width: 0;
  min-height: 50px;
  color: #765f6c;
  font-size: 20px;
  font-weight: 600;
}

nav.main-nav-four button span {
  color: #765f6c;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
}

nav.main-nav-four button.active {
  border-radius: 14px;
  background: #f6dce6;
  color: #a94f73;
}

nav.main-nav-four button.active span { color: #a94f73; }

.membership .membership-benefits {
  margin: 12px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.membership .membership-benefits li {
  position: relative;
  margin: 8px 0;
  padding-left: 1.5em;
  color: #6f5a66;
  font-size: 12px;
  line-height: 1.65;
}

.membership .membership-benefits li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #c77995;
}

.membership .membership-together {
  display: block;
  margin: 14px 0 2px;
  color: #927b87;
  font-family: serif;
  font-size: 12px;
  line-height: 1.9;
}

@media (max-width: 380px) {
  nav.main-nav-four { padding-inline: 5px; }
  nav.main-nav-four button { font-size: 18px; }
  nav.main-nav-four button span { font-size: 9px; }
}
