/* Style all links inside PMPro sections and the logout page */
.pmpro a,
.pmpro_section a,
.pmpro_card_actions a,
.pmpro_actions_nav a,
.pmpro_account .pmpro_actions a,
.page-membership-logout a {
    color: #C0C0C0 !important; /* Light grey link color */
    font-size: 1.05em;
    text-decoration: underline;
    transition: all 0.3s ease;
}

/* Hover effect for all these links */
.pmpro a:hover,
.pmpro_section a:hover,
.pmpro_card_actions a:hover,
.pmpro_actions_nav a:hover,
.pmpro_account .pmpro_actions a:hover,
.page-membership-logout a:hover {
    color: #DDCAA0 !important; /* Light gold on hover */
    text-decoration: underline;
}
