/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.single-company-news-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-light);
}
.single-company-news-topbar__back {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  text-decoration: none;
  color: var(--wp--preset--color--txt-black);
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
}
.single-company-news-topbar__back {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .single-company-news-topbar__back {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-company-news-topbar__back {
    font-size: 0.875rem;
  }
}
.single-company-news-topbar__back svg {
  width: 0.625rem;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .single-company-news-topbar__back > * {
    transform: translateX(-0.9375rem);
    transition: transform 0.3s, color 0.3s;
  }
  .single-company-news-topbar__back path {
    fill: currentColor;
    transition: fill 0.3s;
  }
  .single-company-news-topbar__back:hover {
    color: var(--wp--preset--color--txt-pale-sky-dark);
  }
  .single-company-news-topbar__back:hover > * {
    transform: translateX(0);
  }
  .single-company-news-topbar__back:hover path {
    fill: currentColor;
  }
}
.single-company-news-topbar__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.single-company-news-topbar__action {
  color: var(--wp--preset--color--txt-pale-sky-dark);
  text-decoration: none;
  font-weight: 400;
  line-height: 1;
}
.single-company-news-topbar__action {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .single-company-news-topbar__action {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-company-news-topbar__action {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .single-company-news-topbar {
    padding-bottom: 0.75rem;
  }
}