/* ==========================================================================
   Minimal Professional Styles - Light touch, clean defaults
   ========================================================================== */

/* Fix faded subtitle */
.subtitle, .lead, p.subtitle {
    color: #495057 !important;
    opacity: 1 !important;
}

/* Remove arrow from all links */
a:after {
    content: none;
}

/* Slightly tighter line height */
body {
    line-height: 1.5;
}

/* Clean heading borders */
h2 {
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #dee2e6;
    margin-top: 2rem;
}

/* Job listing cards - simple and clean */
#current-opportunities a[href$=".qmd"],
#current-opportunities a[href$=".html"] {
    display: block;
    padding: 1rem 1.25rem;
    margin: 0.5rem 0;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-left: 3px solid #0d6efd;
    border-radius: 4px;
    font-weight: 600;
    color: #212529;
    text-decoration: none;
    transition: all 0.15s ease;
}

#current-opportunities a[href$=".qmd"]:hover,
#current-opportunities a[href$=".html"]:hover {
    background: #f8f9fa;
    border-left-color: #0a58ca;
    text-decoration: none;
}

#current-opportunities a:after {
    content: none;
}

/* Navigation cleanup */
.nav-link:after {
    content: none;
}

footer a:after {
    content: none;
}
