.member-only-message__header {
  border-bottom: 1px solid var(--color-grey-2);
  color: var(--color-dark-grey);
  margin-bottom: 16px;
  padding-bottom: 8px;
}

.member-only-message__heading {
  margin-bottom: 16px;
  text-transform: uppercase;
}

.member-only-message__body {
  margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
  .member-only-message__body {
    max-width: 768px;
  }
}
