/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.membership-cost {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
@media (min-width: 600px) {
  .membership-cost {
    margin-bottom: 0;
  }
}
.membership-cost .level {
  position: relative;
}
.membership-cost .level:after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  display: none;
  z-index: 1;
  content: "\f061";
  position: absolute;
}
.membership-cost .level svg {
  margin: 0 0.5rem;
}
.membership-cost .level svg path {
  color: #FDBF5B;
}
.membership-cost .level, .membership-cost .price {
  margin-bottom: 0;
}

.editor-styles-wrapper .membership-cost .block-editor-block-list__layout {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
.editor-styles-wrapper .membership-cost .block-editor-block-list__layout svg {
  position: absolute;
  left: 100%;
  top: 0.125rem;
}
.editor-styles-wrapper .membership-cost .block-editor-block-list__layout .price {
  margin-left: 2rem;
}
