.resource-card__text { display:block !important; }


.resource-card__text .btn:last-child { margin-top:16px; }

.resources__grid a:is(:hover,:focus-visible) .resource-card__text .btn { 

background-color: #122a2c;
    color: #fff;
    border: 1px solid #6ddb99;
	}
	
.resources__grid a:is(:hover,:focus-visible) .resource-card__text .btn:after {
    background-color: #00cd78;
}

.resources__grid a[href*="//"]:not([href*="//codema.ie"]):not([href*="//www.codema.ie"]):not([href^="mailto:"]) .resource-card__text .btn::after {
    transform: rotate(-45deg);
}

.resources__grid a:is([href$=".pdf"], [href$=".doc"], [href$=".docx"], [href$=".xls"], [href$=".xlsx"], [href$=".csv"], [href$=".txt"]) .resource-card__text .btn::after {
  transform: rotate(90deg);
}