@charset "UTF-8";
#page section.list-posts {
  background: var(--gradient-off-white);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#page section.list-posts .inner-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}
#page section.list-posts .inner-wrapper .header-module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  gap: 50px;
}
#page section.list-posts .inner-wrapper .header-module h2 {
  font-size: 1rem;
  color: var(--brand-primary);
  margin-bottom: 0;
  display: inline-flex;
}
#page section.list-posts .inner-wrapper .header-module h2::before {
  content: "•";
  color: var(--brand-primary);
  margin-right: 10px;
  height: 6px;
  width: 6px;
}
#page section.list-posts .inner-wrapper .header-module .arrow-link {
  white-space: nowrap;
}
#page section.list-posts .inner-wrapper .posts-wrapper ul {
  padding: 0;
}
#page section.list-posts .inner-wrapper .posts-wrapper ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  position: relative;
}
#page section.list-posts .inner-wrapper .posts-wrapper ul li .post-thumbnail {
  width: 100%;
  max-width: 160px;
  flex-shrink: 0;
}
#page section.list-posts .inner-wrapper .posts-wrapper ul li .post-thumbnail img {
  min-height: 90px;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
#page section.list-posts .inner-wrapper .posts-wrapper ul li .content .clamp-2 .post-title {
  color: var(--brand-primary);
  text-transform: capitalize;
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 600;
}
#page section.list-posts .inner-wrapper .posts-wrapper ul li .content .clamp-2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#page section.list-posts .inner-wrapper .posts-wrapper ul li .content .post-date {
  font-size: 0.5rem;
  font-family: var(--toa-font-family-mono);
  color: var(--brand-primary);
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
#page section.list-posts .inner-wrapper .posts-wrapper ul li .content .post-date .date-separator {
  margin: 0 4px;
}

@media (min-width: 992px) {
  #page section.list-posts {
    width: auto;
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
  #page section.list-posts .inner-wrapper .header-module h2 {
    font-size: 1.25rem;
  }
  #page section.list-posts .inner-wrapper .posts-wrapper ul li {
    padding: 15px 0;
  }
  #page section.list-posts .inner-wrapper .posts-wrapper ul li .post-thumbnail {
    max-width: 195px;
  }
  #page section.list-posts .inner-wrapper .posts-wrapper ul li .post-thumbnail img {
    min-height: 109px;
  }
  #page section.list-posts .inner-wrapper .posts-wrapper ul li .content .clamp-2 .post-title {
    font-size: 1.125rem;
    font-weight: 700;
    padding-right: 100px;
  }
  #page section.list-posts .inner-wrapper .posts-wrapper ul li .content .post-date {
    font-size: 0.75rem;
  }
}

/*# sourceMappingURL=toa-homepage.min.css.map */
