/* Footer Contact Information Styling - Three Lines */

/* Style the contact column paragraphs */
.footer-column:last-child p {
    margin: 0.5rem 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    white-space: nowrap !important;
}

/* Ensure proper spacing between lines */
.footer-column:last-child h3 {
    margin-bottom: 1rem !important;
}

/* Make contact info more readable */
.footer-column:last-child p a {
    color: #ecf0f1 !important;
    text-decoration: none !important;
}

.footer-column:last-child p a:hover {
    color: var(--gold) !important;
}