:root{ --americom-red:#a12b2f; --gray2:#d0cfce; --ink:#0b1220; --font-sans:"Franklin Gothic", Arial, sans-serif; }
body .lp-profile, body #learn-press-user-profile, body .lp-user-profile{ font-family:var(--font-sans); color:var(--ink); }

/* --- Custom Fixes 2025-11-12 --- */

/* 1. Add whitespace above the Explore All Course Offerings button */
.explore-courses-button, .americom-explore-btn {
    margin-top: 10px !important;
}

/* 2. Remove all bold text globally within plugin scope */
.americom-lp-profile-tweaks, .lp-profile, .lp-user-profile {
    font-weight: normal !important;
}

/* 3. Add bottom spacing under certificate previews so titles are not cut off */
.americom-certificate-preview img, 
.lp-certificate-item img,
.lp-certificates img {
    margin-bottom: 20px !important;
    display: block;
}

