/* 
Theme Name: Dyalog 26
Author: MikeM
Author URI: https://www.dyalog.com/
Template: hello-elementor
Version: 1.0.0

*/

/* Add your custom styles here */

p a {
  color: #59634A!important; /* The default link color */
  text-decoration: none!important; /* Remove underline */
  border-bottom: 2px solid #59634A!important; /* Add bottom border with the same color */
  transition: border-color 0.2s ease, color 0.2s ease!important; /* Smooth transition effect */

}

p a:hover {
  color: #ff6a13!important; /* Same color on hover */
  border-bottom-color: #ff6a13!important; /* Hide the border on hover */
}