a.domai-product-link {
color: #1250dc;
text-decoration: none;
font-weight: bold;
transition: color 0.2s ease, text-decoration 0.2s ease;
} a.domai-product-link:hover {
color: #1250dc;
font-weight: bold;
transition: color 0.2s ease, text-decoration 0.2s ease;
} a.domai-product-link:active {
color: #000000;
} a.domai-product-link:visited {
color: #000000;
} a.domai-product-link:focus {
outline: 2px solid #000000;
outline-offset: 2px;
border-radius: 2px;
} @media screen and (max-width: 768px) {
a.domai-product-link {
font-weight: bold;
}
}