.author-teaser-tile {
  position: relative; }
  .author-teaser-tile * {
    transition: all 0.4s ease; }
  .author-teaser-tile:has(.author-teaser-tile-link:hover) .author-teaser-tile-name {
    color: #E94E24;
    transition: all 0.4s ease; }
  .author-teaser-tile-image {
    margin-bottom: 1.43em; }
    .author-teaser-tile-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .author-teaser-tile-name {
    font-size: clamp(1.357rem, 1.317rem + 0.116vw, 1.443rem);
    line-height: 1.2;
    margin-bottom: .715rem; }
  .author-teaser-tile-desc {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: .715rem;
    z-index: 1; }
  .author-teaser-tile-link {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 1em 1em 0;
    padding-bottom: 2px;
    color: #000000;
    background-color: transparent;
    position: initial; }
    .author-teaser-tile-link:after {
      content: '';
      display: inline-block;
      margin-left: 0.5em;
      width: 0.5em;
      height: 0.5em;
      transform: rotate(45deg) translateX(1px);
      transform-origin: center;
      border-style: solid;
      border-color: #000000;
      border-width: 2px 2px 0 0;
      transition: all 0.4s ease; }
    .author-teaser-tile-link:hover {
      color: #E94E24; }
      .author-teaser-tile-link:hover:after {
        border-color: #E94E24; }
    .author-teaser-tile-link:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .author-teaser-tile-link:before {
      content: '';
      position: absolute;
      inset: 0; }

/*# sourceMappingURL=author-teaser-tile.css.map */
