/* Kontakt Page Specific Styles */

/* Remove hover effects from non-link contact info (like Radno vrijeme) */
p.contact-info-value {
    cursor: default;
}

p.contact-info-value::before {
    display: none !important;
}

p.contact-info-value:hover .btn-letter-inner {
    transform: none !important;
}

p.contact-info-value .hover-reveal {
    display: none !important;
}

/* Remove orange background from contact links, keep only letter animation and text color change */
a.contact-info-value::before {
    display: none !important;
}

a.contact-info-value .hover-reveal {
    display: none !important;
}

/* Keep letter animation and orange text color on hover */
a.contact-info-value:hover {
    color: #ff4d00;
}
