.quick-links-view {
  --text-color: var(--white);
  --text-hover-color: var(--yellow-1);
  --row-border-color: var(--yellow-1);
}

.quick-link-title a {
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.quick-link-title a:hover {
  color: var(--text-hover-color);
}

.quick-link-title a::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('/themes/custom/uneg/components/blocks/about-quick_links/quicklinks/css/../img/quick-link-arrow.svg');
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  margin-left: 10px;
}

.quick-link-title a:hover::after {
  background-image: url('/themes/custom/uneg/components/blocks/about-quick_links/quicklinks/css/../img/quick-link-hover.svg');
}

.quick-links-view .view-content .views-row {
  padding: 20px 0;
  min-height: 56px;
  border-bottom: 1px solid var(--row-border-color);
}

.quick-links-view .view-content .views-row:first-child {
  padding-top: 0;
}

.quick-link-heading .heading-style-1 {
  font-family: var(--secondary-font) !important;
}
