.fm-bracket-responsive {
  display: table;
}

.fm-bracket-responsive div[style*="border-radius:50%"] {
  box-sizing: content-box !important;
}

.fm-caption-bar,
.fm-subhead-bar {
  height: var(--fm-caption-min-height);
  padding: var(--fm-caption-padding-y) var(--fm-caption-padding-x);
  background: var(--fm-section-color);
  font-family: var(--fm-font-serif);
  font-size: var(--fm-caption-font-size);
  line-height: var(--fm-caption-line-height);
  font-style: italic;
  color: var(--fm-color-white);
  text-align: center;
  vertical-align: middle;
}

.fm-caption-bar--multiline {
  height: auto;
}

@media screen and (max-width: 600px) {
  .fm-bracket-responsive td[width="61"],
  .fm-bracket-responsive table[width="61"] {
    width: 21px !important;
  }

  .fm-bracket-responsive td[width="60"] {
    width: 20px !important;
  }

  .fm-bracket-responsive>tbody>tr>td[height="29"][align="center"] {
    padding: 0 12px !important;
    font-size: 28px !important;
  }

  .fm-virtue .fm-bracket-responsive>tbody>tr>td[height="29"][align="center"] {
    font-size: 22px !important;
    line-height: 29px !important;
    white-space: nowrap !important;
  }

  .fm-body {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }

  .fm-small {
    font-size: 16px !important;
  }

  .fm-pub-text {
    font-size: 11px !important;
    line-height: 1.15 !important;
    letter-spacing: 0.15em !important;
  }

  .fm-pub-bar {
    height: auto !important;
    padding: 8px 20px !important;
    line-height: 1.15 !important;
  }

  .fm-q-headline {
    font-size: 28px !important;
  }

  .fm-q-subhead {
    font-size: 20px !important;
  }

  .fm-humility {
    max-width: 100% !important;
    height: auto !important;
  }

  .fm-button {
    width: 198px !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    text-align: center !important;
    text-indent: 0.2em !important;
  }

  .fm-feedback-options-cell {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .fm-feedback-option-cell {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }

  .fm-feedback-choice {
    height: 44px !important;
    font-size: 10px !important;
    letter-spacing: 0.02em !important;
    line-height: 44px !important;
  }

  .fm-share-actions-cell {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .fm-share-action {
    height: auto !important;
    font-size: 12px !important;
  }

  .fm-scripture-verse {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
