/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
.author-info {
  margin-bottom: var(--wp--preset--spacing--xl);
  width: 100%;
  padding-inline: 20px;
  padding-top: 32px;
  padding-bottom: 60px;
}
@media (width >= 48rem) {
  .author-info {
    padding-top: 80px;
  }
}
.author-info-container {
  margin-inline: auto;
  display: flex;
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  align-items: center;
  gap: var(--wp--preset--spacing--m);
}
@media (width >= 64rem) {
  .author-info-container {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .author-info-container {
    align-items: flex-start;
  }
}
@media (width >= 64rem) {
  .author-info-container {
    gap: var(--wp--preset--spacing--xl);
  }
}
.author-info-avatar {
  height: 180px;
  width: 180px;
  flex-shrink: 0;
}
@media (width >= 48rem) {
  .author-info-avatar {
    height: 240px;
  }
}
@media (width >= 48rem) {
  .author-info-avatar {
    width: 240px;
  }
}
.author-info-avatar img {
  height: 180px;
  width: 180px;
  border-radius: 1000px;
  object-fit: cover;
}
@media (width >= 48rem) {
  .author-info-avatar img {
    height: 240px;
  }
}
@media (width >= 48rem) {
  .author-info-avatar img {
    width: 238px;
  }
}
.author-info-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.author-info-title {
  margin-bottom: var(--wp--preset--spacing--2-xs);
  text-align: left;
  font-size: var(--wp--preset--font-size--heading-lg);
  --tw-leading: 1.1;
  line-height: 1.1;
  --tw-font-weight: var(--font-weight-light, 300);
  font-weight: var(--font-weight-light, 300);
  color: var(--wp--preset--color--text);
  text-transform: capitalize;
  font-style: normal;
}
.author-info-excerpt {
  margin-bottom: var(--wp--preset--spacing--l) !important;
  font-size: var(--wp--preset--font-size--sm);
  --tw-leading: 1.5;
  line-height: 1.5;
  color: var(--wp--preset--color--tex-secondary);
}
.author-info-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 8);
}
.author-info-buttons {
  margin: calc(var(--spacing, 0.25rem) * 0);
}
.author-info-svgs {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.author-info-svg {
  display: inline-block;
  text-align: left;
}
.author-info-svg .svg-wrapper {
  --svg-fill-color: light-dark(#259D8F, #85d9cf);
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.author-info-svg .svg-wrapper svg {
  display: block;
  height: calc(var(--spacing, 0.25rem) * 3.5);
  width: calc(var(--spacing, 0.25rem) * 3.5);
}
.author-info-svg svg {
  display: block;
}
.author-info-svg a {
  display: flex;
  height: 38px;
  width: 38px;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--wp--preset--color--accent);
  padding: var(--wp--preset--spacing--xs);
  --tw-leading: 0;
  line-height: 0;
  color: var(--wp--preset--color--accent);
  transition: color 0.25s ease, background-color 0.25s ease;
}
.author-info-svg a:hover {
  --tw-bg-opacity: 1;
  background-color: var(--wp--preset--color--accent) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .author-info-svg a:hover {
    background-color: color-mix(in srgb, var(--wp--preset--color--accent) calc(var(--tw-bg-opacity, 1) * 15%), transparent) !important;
  }
}
.author-info-svg a:hover {
  color: var(--wp--preset--color--accent) !important;
}
.author-guest-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: var(--wp--preset--spacing--m);
}
@media (width >= 64rem) {
  .author-guest-container {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .author-guest-container {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .author-guest-container {
    gap: var(--wp--preset--spacing--xl);
  }
}
.author-guest-avatar {
  margin: calc(var(--spacing, 0.25rem) * 0);
  display: flex;
  height: 240px;
  width: 240px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1000px;
  background-color: var(--wp--preset--color--bg-300);
  padding: calc(var(--spacing, 0.25rem) * 0);
  font-size: 4rem;
  --tw-font-weight: var(--font-weight-light, 300);
  font-weight: var(--font-weight-light, 300);
  color: var(--color-white, #fff);
}
.author-guest-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.author-guest-text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.author-guest-name {
  margin-bottom: calc(var(--spacing, 0.25rem) * 0) !important;
  text-align: left;
  font-size: 3rem;
  --tw-font-weight: var(--font-weight-light, 300);
  font-weight: var(--font-weight-light, 300);
  color: var(--wp--preset--color--text);
  text-transform: capitalize;
}
.author-guest-summary {
  margin: calc(var(--spacing, 0.25rem) * 0);
  color: var(--wp--preset--color--text);
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-border-style: solid;
    }
  }
}
