/*
    - Name: "pager.scss"
    - Description: "Add custom styles to pager"
*/
/* VARIABLES */
.node--view-mode-search-index .field--name-node-title {
  width: 100%;
}

.node--view-mode-search-index .field--name-node-title p {
  margin: 0;
}

.node--view-mode-search-index .field--name-node-title p a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  text-decoration: none;
  justify-content: space-between;
}

.node--view-mode-search-index .field--name-node-title p a:after {
  content: "";
  margin-left: 1.25rem;
  padding: 0.5rem;
  line-height: 1;
  text-transform: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../../images/icons/arrow-primary.png");
  background-position: center;
  background-size: contain;
}

.node--view-mode-search-index .field--name-node-title p a:hover {
  text-decoration: underline;
}

.node--view-mode-search-index .field--name-node-title p a:hover:after {
  background-image: url("../../images/icons/arrow-turquesa.png");
}
/*# sourceMappingURL=search-index.css.map */
