.guestTab .divider {
  border: 1px solid #dddddd;
  margin: 2rem 0rem; }

.guestTab h3 {
  color: #b3b3b3; }

.guestTab .guest-row-info--wrapper {
  max-width: unset !important; }

.resources-wrapper h3 {
  color: #b3b3b3; }

.resources-wrapper .resources .pages-related-resource {
  padding-bottom: 1em; }
  .resources-wrapper .resources .pages-related-resource a {
    display: flex;
    flex-direction: row; }
  .resources-wrapper .resources .pages-related-resource p {
    padding-left: 1em;
    font-weight: 600;
    font-style: normal;
    color: #f8fafb; }
  .resources-wrapper .resources .pages-related-resource .image {
    width: 100px;
    height: 100px;
    border: 2px solid #f8fafb; }
  .resources-wrapper .resources .pages-related-resource .no-thumbnail {
    border: unset; }

.showNotes-tab-wrapper {
  color: #f8fafb; }

.subscribe-tab-wrapper {
  display: flex;
  flex-direction: row; }
  .subscribe-tab-wrapper .pod-button {
    background-color: #fff;
    border-radius: 5px;
    color: black;
    padding: 0.75em 1em;
    text-decoration: none;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 15px;
    min-width: 12em; }
    .subscribe-tab-wrapper .pod-button img {
      width: 48px;
      height: 48px; }
    .subscribe-tab-wrapper .pod-button .pod-button-text {
      margin: 0;
      color: black !important;
      font-size: 14px;
      font-weight: 700;
      padding-left: 1rem;
      line-height: 1rem; }
      .subscribe-tab-wrapper .pod-button .pod-button-text.super {
        font-size: 8px;
        font-weight: 600;
        letter-spacing: 1px; }


.transcript-tab-wrapper {
  max-height: 600px; }
  .transcript-tab-wrapper .transcript-warning {
    font-style: italic;
    margin-top: 1em;
    line-height: 2em;
    padding-bottom: 1em; }
  .transcript-tab-wrapper .transcript {
    color: #f8fafb; }

