/* Footer Menu Styles */
.page-footer-menu {
	display: none;
}

.footer-menu ul {
    text-align: left;
    padding: 0;
}

.footer-menu li {
    list-style: none; 
    padding: 0; 
    font-size: 0.85rem;
}

/* Footer Section Styling */
.footer-section {
    margin-bottom: 1.5rem; /* Spacing between sections */
    padding: 0 1rem !important;
}

/* Section Headers */
.footer-menu h3 {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    color: #6ca663;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.75rem; 
    letter-spacing: 0.03rem;
}

/* Links Styling */
.footer-menu a {
    text-decoration: none; /* Remove default underline */
    color: inherit; /* Text color inherits from parent */
    display: block; /* Makes the entire link area clickable */
    padding: 0.3rem 0; /* Padding between links */
    text-decoration-color: #a3d39c00; /* Green underline */
    text-underline-offset: 3px;
}

/* Link hover and focus states */
.footer-menu a:hover,
.footer-menu a:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #a3d39c; /* Green underline */
    transition: text-decoration-color 0.3s ease; /* Smooth transition */
}

/* Divider Styling for Selected Links */
.divider-before {
    border-top: 1px solid #a3d39c66; 
    margin-top: 0.5rem; 
    padding-top: 0.5rem !important; 
}

/* Offsite Links (External Links) */
.offsite::after {
    content: "\f35d"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    margin-left: 0.4rem; 
    font-size: 0.7em;
    opacity: 0.3;
		display: inline-block;
}
