/* DGA link styles with high specificity */

.dga-link {
  color: #1b8354 !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
  transition: all 0.2s ease-in-out !important;
}

.dga-link:hover {
  color: #145f3b !important;
  text-decoration: none !important;
}

.dga-link:active {
  color: #0f4a2d !important;
  transform: scale(0.98) !important;
}


.a-inline .dga-link {
  display: inline !important;
}




.list-hover .list-hover-item:hover ,
.text-hover-item:hover
{
    color: #32bd82 !important; 
    text-decoration: underline;
    text-underline-offset: 2px;
}

.social-icon-hover svg:hover {
  stroke: #1b8354 !important;
}