.phone-column {
    display: inline-block; /* Keep the column inline with the image */
    vertical-align: middle; /* Align with the image */
    font-size: 20px; /* Adjust font size as needed */
}

.phone-column span.click-to-copy {
    cursor: pointer;
    color: #ffffff; /* Light blue for clickable phone numbers */
    text-decoration: underline;
}

.phone-column span.click-to-copy:hover {
    color: #ffffff; /* Brighter blue on hover */
}

a.click-to-copy {
    color: #ffffff; /* Green for email link */
    text-decoration: underline;
}

a.click-to-copy:hover {
    color: #ffffff; /* Brighter green on hover */
}