.rif__container--sava {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  transform: rotate(0);
}

.rif__text--sava {
  text-align: right;
  width: 86%;
  color: var(--gray-light);
  opacity: 0.25;
  font-size: 0.7rem;
  line-height: 0;
}

.logo {
  border: none;
  border-radius: 0;
  width: 100%;
  z-index: 10;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
}

.logo img {
  border-radius: 0;
  aspect-ratio: 16 / 9;
}

.rutaweb-username {
  margin: unset;
}

.notification__container {
  right: 0;
  margin-inline-end: 1rem;
}

.sava-slogan {
  color: var(--red-600);
  margin-block-start: 1rem;
}

.rutaweb-footer__img-container {
  text-decoration: unset;
}

.cont-logo {
  margin-block: unset;
}

.rutaweb-footer {
  margin-block-start: 1rem;
}

.rutaweb-footer__text {
  color: var(--black);
}

/* New classes for updated version */

.news {
  border: var(--rutaweb-default-color) 2px dotted;
  border-radius: 0.5rem;
  padding-inline: 1.25rem;
  padding-block: 1.75rem;
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.2);
}

.news__title {
  font-family: var(--font-montserrat);
  color: var(--yellow-10);
  font-size: 1.4rem;
  margin-block-end: 0.5rem;
}

.news__content {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}

.news__content p {
  font-size: 0.9rem;
}

.news__content a {
  color: var(--rutaweb-default-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;

  transition: all 0.3s ease;

  &:hover {
    color: var(--rutaweb-light-color);
  }
}

.news__content .news__link-primary {
  color: var(--yellow-10);

  transition: all 0.3s ease;

  &:hover {
    color: var(--red-500);
  }
}

.news__list {
  margin: 0;
  padding: 0;

  & p::before {
    content: "•";
    color: var(--black);
    font-weight: bold;
    display: inline-block;
    width: 1em;
  }
}

.news__footer {
  margin-block-start: 1rem;
  text-align: center;
}

.news__footer-text {
  color: var(--rutaweb-default-color);
  opacity: 0.5;
}

.rutaweb-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.rutaweb-container {
  align-items: center;
  justify-content: center;
}

.rutaweb-form__container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .notification__container {
    right: 0;
    left: unset;
  }

  .rif__container--sava {
    top: 0;
  }

  .news {
    margin-block: 4rem;
  }
}
