/* Between the Spins Authors — designed to inherit Apex typography and content width. */
.btsa-author-compact,
.btsa-author-card {
  color: #6B6B6B;
  font-family: inherit;
}

.btsa-author-compact {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 2.25em;
  padding: 14px 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

.btsa-author-photo {
  display: block;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  background: #F3F3F3;
  aspect-ratio: 1 / 1;
  max-width: none;
}

.btsa-author-compact-photo,
.btsa-author-card-photo {
  flex: 0 0 auto;
  line-height: 0;
}

.btsa-author-photo-compact {
  width: 56px;
  height: 56px;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
}

.btsa-author-photo-extended {
  width: 88px;
  height: 88px;
  min-width: 88px;
  max-width: 88px;
  min-height: 88px;
  max-height: 88px;
}

.btsa-author-photo-placeholder {
  border: 1px solid #D8D8D8;
}

.btsa-author-compact-body {
  min-width: 0;
}

.btsa-author-eyebrow,
.btsa-author-card-label {
  margin: 0 0 3px;
  font-size: 0.75em;
  line-height: 1.5;
  color: #767676;
  letter-spacing: .02em;
}

.btsa-author-identity,
.btsa-author-card-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
}

.btsa-author-name,
.btsa-author-card-name {
  color: #333333;
  font-weight: 700;
  line-height: 1.35;
}

.singular .post-content .btsa-author-name-link,
.singular .post-content .btsa-author-card-more a {
  color: #333333;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.singular .post-content .btsa-author-name-link:hover,
.singular .post-content .btsa-author-name-link:focus,
.singular .post-content .btsa-author-card-more a:hover,
.singular .post-content .btsa-author-card-more a:focus {
  color: #6B6B6B;
}

.btsa-author-role {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.5;
  color: #6B6B6B;
  font-weight: 400;
}

.btsa-author-role::before {
  content: "·";
  margin-right: 7px;
  color: #A1A1A1;
}

.btsa-author-credential {
  margin-top: 3px;
  font-size: 0.8125em;
  line-height: 1.5;
  color: #6B6B6B;
}

.btsa-author-card {
  margin: 3em 0 1.5em;
  padding: 22px 24px 24px;
  border: 1px solid #D8D8D8;
  background: #FAFAFA;
}

.btsa-author-card-label {
  margin-bottom: 14px;
  color: #555555;
  font-weight: 700;
}

.btsa-author-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.btsa-author-card-body {
  min-width: 0;
  flex: 1 1 auto;
}

.btsa-author-card-name {
  font-size: 1.125em;
}

.btsa-author-card-credentials,
.btsa-author-card-bio,
.btsa-author-card-more {
  margin: 0;
}

.btsa-author-card-credentials {
  margin-top: 6px;
  color: #555555;
  font-size: 0.8125em;
  line-height: 1.55;
  font-weight: 700;
}

.btsa-author-card-bio {
  margin-top: 10px;
  font-size: 0.9375em;
  line-height: 1.7;
}

.btsa-author-card-more {
  margin-top: 11px;
  font-size: 0.8125em;
  font-weight: 700;
}

@media (max-width: 37.49em) {
  .btsa-author-compact {
    gap: 12px;
  }

  .btsa-author-photo-compact {
    width: 52px;
    height: 52px;
    min-width: 52px;
    max-width: 52px;
    min-height: 52px;
    max-height: 52px;
  }

  .btsa-author-card {
    padding: 20px;
  }

  .btsa-author-card-inner {
    gap: 15px;
  }

  .btsa-author-photo-extended {
    width: 72px;
    height: 72px;
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
  }
}

@media (max-width: 27em) {
  .btsa-author-card-inner {
    display: block;
  }

  .btsa-author-card-photo {
    margin-bottom: 13px;
  }
}
