/* Fix for core values section card body text color */
.about__core-value .card__body {
    color: #000000 !important; /* Dark gray text for readability */
}

.about__core-value .card__body p {
    color: #000000 !important;
}

/* Fix for contact page map iframe to fill container height */
.contact-us__map .container {
    height: 100% !important;
}

.contact-us__map iframe {
    height: 100% !important;
}

/* News Detail Content Links */
.description a,
.description a:link,
.description a:visited {
    color: #007bff !important; /* High-visibility Blue */
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-weight: 600 !important;
}

.description a:hover {
    color: #0056b3 !important;
    text-decoration: none !important;
}
