/* Membership page and header refinements. */

.txc-membership-callout {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.txc-membership-callout p,
.txc-membership-callout strong {
  color: #ffb141 !important;
}

.txc-membership-callout p {
  font-weight: 700;
}

.txc-membership-review-notice {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #ffb141;
  border-radius: 0.25rem;
  background: rgba(0, 69, 118, 0.08);
}

.txc-membership-review-notice h3 {
  margin-top: 0;
}

.txc-membership-review-notice p {
  margin-bottom: 0;
}

.txc-membership-category-card h3 {
  font-size: clamp(1.05rem, 1.55vw, 1.2rem) !important;
  line-height: 1.2;
}

@media (min-width: 901px) {
  .tx-comu-header-inner {
    flex-wrap: nowrap !important;
  }

  header .wp-block-navigation__container,
  .tx-comu-site-header .wp-block-navigation__container {
    flex-wrap: nowrap !important;
  }

  header .wp-block-navigation-item__content,
  .tx-comu-site-header .wp-block-navigation-item__content,
  .txc-membership-category-card h3 {
    white-space: nowrap;
  }
}
