@charset "UTF-8";
/*
    - Name: "rss-news.scss"
    - Description: "Estilos para el bloque de suscripción RSS de noticias/notas de prensa."
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.noticias-rss-block__heading {
  margin-bottom: 12px;
  color: var(--text-color);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}

.noticias-rss-block p {
  margin-bottom: 24px;
  margin-left: 12px;
}

.noticias-rss-block p::before {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.125rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  position: relative;
  top: 1px;
  color: var(--primary-complementary);
}

.noticias-rss-block__link {
  display: inline-block;
  color: var(--primary-complementary-link);
  text-decoration: none;
  transition: var(--base-trans);
}

.noticias-rss-block__link:hover, .noticias-rss-block__link:focus {
  color: var(--accent-dark);
  text-decoration: underline;
}

.noticias-rss-block__topics {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.noticias-rss-block li {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 12px;
}

.noticias-rss-block li::before {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.125rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  position: relative;
  top: -1px;
  color: var(--primary-complementary);
}
/*# sourceMappingURL=rss-news.css.map */
