.TrendRelated .title {
  color: var(--real-black);
  font-family: var(--font-secondary);
  font-size: 25px;
  line-height: 1;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1.25px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 45px; }
  @media (min-width: 1200px) {
    .TrendRelated .title {
      font-size: 35px;
      line-height: 1;
      letter-spacing: 2.25px;
      margin-bottom: 64px; } }
  @media (min-width: 1850px) {
    .TrendRelated .title {
      font-size: 60px;
      line-height: 1;
      letter-spacing: 3px;
      margin-bottom: 88px; } }

@media (min-width: 768px) {
  .TrendRelated .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px; } }

@media (min-width: 1200px) {
  .TrendRelated .posts {
    gap: 44px; } }

.TrendRelated .post {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid var(--border-light-alt);
  background-color: var(--white);
  filter: drop-shadow(0px 4px 12px rgba(98, 98, 98, 0));
  transition: all 0.5s;
  padding: 19px 23px 15px;
  margin-bottom: 15px;
  text-decoration: none; }
  .TrendRelated .post:hover {
    filter: drop-shadow(0px 4px 12px rgba(98, 98, 98, 0.14)); }
  @media (min-width: 768px) {
    .TrendRelated .post {
      width: calc(50% - 7.5px);
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .TrendRelated .post {
      border-radius: 24px;
      width: calc(33.33% - 30px);
      max-width: 515px;
      padding: 35px 26px; } }
  .TrendRelated .post_text {
    display: block;
    order: 0; }
  .TrendRelated .post_media {
    order: -1;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 11px; }
    @media (min-width: 1200px) {
      .TrendRelated .post_media {
        border-radius: 20px;
        margin-bottom: 28px; } }
    .TrendRelated .post_media_image {
      width: 100%;
      height: 147px;
      object-fit: cover;
      object-position: center; }
      @media (min-width: 1200px) {
        .TrendRelated .post_media_image {
          height: 231px; } }
  .TrendRelated .post_meta {
    display: flex;
    align-self: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .TrendRelated .post_meta {
        margin-bottom: 26px; } }
  .TrendRelated .post_tags {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    margin-right: auto; }
    .TrendRelated .post_tags_item {
      overflow: hidden;
      border-radius: 100px;
      border: 0.5px solid var(--red);
      background: rgba(249, 211, 209, 0.3);
      display: flex;
      align-items: center;
      color: var(--real-black);
      font-size: 12px;
      line-height: 1.4;
      font-style: normal;
      font-weight: 400;
      letter-spacing: -0.24px;
      text-align: left;
      text-decoration: none;
      padding: 4px 15px 4px 11px; }
      @media (min-width: 1200px) {
        .TrendRelated .post_tags_item {
          padding-top: 6px;
          padding-bottom: 6px; } }
      .TrendRelated .post_tags_item:hover {
        color: var(--real-black); }
      .TrendRelated .post_tags_item:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background-color: var(--red);
        border-radius: 100%;
        margin-right: 8px; }
  .TrendRelated .post_date {
    display: block;
    width: calc(50% - 10px);
    padding-top: 8px;
    margin-left: auto;
    text-align: right;
    color: var(--black);
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 400; }
    @media (min-width: 1850px) {
      .TrendRelated .post_date {
        font-size: 14px; } }
    .TrendRelated .post_date * {
      color: var(--black);
      font-size: 12px;
      line-height: 1;
      font-style: normal;
      font-weight: 400;
      text-align: right; }
      @media (min-width: 1200px) {
        .TrendRelated .post_date * {
          font-size: 14px; } }
  .TrendRelated .post_title {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    color: var(--black);
    font-size: 16px;
    line-height: 1.35;
    font-style: normal;
    font-weight: 700;
    text-align: left; }
    @media (min-width: 1200px) {
      .TrendRelated .post_title {
        font-size: 26px;
        margin-bottom: 26px; } }
    .TrendRelated .post_title * {
      color: var(--black);
      font-size: 16px;
      line-height: 1.35;
      font-style: normal;
      font-weight: 700;
      text-align: left; }
      @media (min-width: 1200px) {
        .TrendRelated .post_title * {
          font-size: 26px; } }
  .TrendRelated .post_excerpt {
    width: 100%;
    display: block;
    margin-bottom: 22px;
    color: var(--black);
    font-size: 13px;
    line-height: 1.35;
    font-style: normal;
    font-weight: 400;
    text-align: left; }
    @media (min-width: 1200px) {
      .TrendRelated .post_excerpt {
        font-size: 16px;
        line-height: 1.56;
        margin-bottom: 10px; } }
    .TrendRelated .post_excerpt * {
      color: var(--black);
      font-size: 13px;
      line-height: 1.35;
      font-style: normal;
      font-weight: 400;
      text-align: left; }
      @media (min-width: 1200px) {
        .TrendRelated .post_excerpt * {
          font-size: 16px;
          line-height: 1.56; } }
  .TrendRelated .post_read {
    color: var(--red);
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    text-decoration-line: underline;
    display: flex;
    margin-right: auto;
    transition: color 0.5s; }
    .TrendRelated .post_read:hover {
      color: var(--real-black); }
    @media (min-width: 1200px) {
      .TrendRelated .post_read {
        font-size: 18px; } }
  .TrendRelated .post-featured {
    width: 100%;
    max-width: 100%;
    padding: 54px 32px 51px; }
    @media (min-width: 1200px) {
      .TrendRelated .post-featured {
        padding: 39px 65px 39px 39px;
        flex-direction: row;
        margin-bottom: 104px; } }
    .TrendRelated .post-featured .article_text {
      order: -1;
      padding-bottom: 28px; }
      @media (min-width: 1200px) {
        .TrendRelated .post-featured .article_text {
          width: 51%;
          padding-left: 90px;
          padding-bottom: 0;
          display: flex;
          flex-direction: column; } }
    .TrendRelated .post-featured .article_media {
      order: 0;
      margin-bottom: 0; }
      @media (min-width: 1200px) {
        .TrendRelated .post-featured .article_media {
          width: 49%;
          order: -2; } }
      .TrendRelated .post-featured .article_media_image {
        height: 257px; }
        @media (min-width: 1200px) {
          .TrendRelated .post-featured .article_media_image {
            height: 443px; } }
    .TrendRelated .post-featured .article_meta {
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .TrendRelated .post-featured .article_meta {
          margin-bottom: 0; } }
    .TrendRelated .post-featured .article_title {
      margin-bottom: 17px; }
      @media (min-width: 1200px) {
        .TrendRelated .post-featured .article_title {
          margin-top: auto;
          margin-bottom: 26px; } }
      .TrendRelated .post-featured .article_title * {
        font-size: 25px;
        font-weight: 700; }
        @media (min-width: 1200px) {
          .TrendRelated .post-featured .article_title * {
            font-size: 32px; } }
    .TrendRelated .post-featured .article_description {
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        .TrendRelated .post-featured .article_description {
          margin-bottom: 40px; } }
      @media (min-width: 1200px) {
        .TrendRelated .post-featured .article_description * {
          font-size: 22px;
          line-height: 1.13; } }
    .TrendRelated .post-featured .article_button {
      font-size: 13px; }
      @media (min-width: 1200px) {
        .TrendRelated .post-featured .article_button {
          font-size: 18px;
          margin-bottom: auto; } }

.TrendRelated_pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 29px;
  margin-bottom: 95px;
  margin: 29px auto 95px; }
  @media (min-width: 1200px) {
    .TrendRelated_pagination {
      margin-top: 20px; } }
  .TrendRelated_pagination_prev {
    display: block;
    width: 48px;
    height: 48px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../../assets/images/ico-pagination-prev.svg");
    background-position: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-right: 2px; }
    @media (min-width: 1200px) {
      .TrendRelated_pagination_prev {
        background-size: 25px auto; } }
    .TrendRelated_pagination_prev.disabled {
      background-image: url("../../assets/images/ico-pagination-prev-disabled.svg"); }
  .TrendRelated_pagination_next {
    display: block;
    width: 48px;
    height: 48px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../../assets/images/ico-pagination-next.svg");
    background-position: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-left: 2px; }
    @media (min-width: 1200px) {
      .TrendRelated_pagination_next {
        background-size: 25px auto; } }
    .TrendRelated_pagination_next.disabled {
      background-image: url("../../assets/images/ico-pagination-next-disabled.svg"); }
  .TrendRelated_pagination_number {
    color: var(--real-black);
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
    margin-left: 19px;
    margin-right: 19px; }
    @media (min-width: 1200px) {
      .TrendRelated_pagination_number {
        font-size: 22px;
        margin-left: 9px;
        margin-right: 9px; } }
    .TrendRelated_pagination_number:hover {
      color: var(--real-black); }
    .TrendRelated_pagination_number.current {
      color: var(--red);
      font-weight: 700; }
