.article-small {
  position: relative;
  padding-block: 1.43em;
  margin-top: 1.43em;
  border-top: 1px solid #EBECF0; }
  .article-small:last-child {
    padding-bottom: 0; }
  .article-small * {
    transition: all 0.4s ease; }
  .article-small:has(.article--small__link:hover) h3 {
    color: #E94E24;
    transition: all 0.4s ease; }
  .article-small .doz-badge {
    margin-bottom: .715em; }
  .article-small h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.43rem; }
  .article-small span {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 1em 1em 0;
    padding-bottom: 2px;
    color: #000000;
    background-color: transparent;
    font-weight: 600;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    text-decoration-color: #E94E24; }
    .article-small span: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; }
    .article-small span:hover {
      color: #E94E24; }
      .article-small span:hover:after {
        border-color: #E94E24; }
    .article-small span:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .article-small a {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 1em 1em 0;
    padding-bottom: 2px;
    color: #000000;
    background-color: transparent;
    position: initial; }
    .article-small a: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; }
    .article-small a:hover {
      color: #E94E24; }
      .article-small a:hover:after {
        border-color: #E94E24; }
    .article-small a:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .article-small a:before {
      content: '';
      position: absolute;
      inset: 0;
      display: block; }

/*# sourceMappingURL=latest-article-small.css.map */
