.author-box {
  background-color: #f7f7f7;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 4rem;
  margin-bottom: 2rem; }
  @media (min-width: 640px) {
    .author-box {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  .author-box__content {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem; }
    @media (max-width: 768px) {
      .author-box__content {
        flex-direction: column;
        gap: 0.75rem; } }
  .author-box__avatar {
    flex-shrink: 0; }
  .author-box img {
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 9999px !important;
    margin-bottom: 0 !important; }
  .author-box__info {
    flex: 1 1 0%;
    min-width: 0;
    margin-left: 0; }
  .author-box__name {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.25rem !important;
    padding-top: 0 !important;
    margin-top: 0 !important; }
  .author-box__bio {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
    margin-bottom: 0; }

.page-template-page-info-guides .author-box {
  margin: 16px 0 0 0; }
.page-template-page-info-guides.page-child .author-box {
  margin: 32px 0 0 0; }

/*# sourceMappingURL=authorbox.css.map */
