.career-arrow {
    text-align: center;
    font-size: 2em;
    margin: 0.5em 0;
    color: #888;
}

/* Light Mode: Set secondary to a nice gray (RGB format) */
html[data-theme="light"] {
    --pst-color-secondary: 108, 117, 125;
}

/* Dark Mode: Adjust gray for better contrast on dark backgrounds */
html[data-theme="dark"] {
    --pst-color-secondary: 150, 150, 150;
}

/* Hide h1 ONLY on the index page (landing page) */
body.index h1 {
    display: none !important;
}

/* Optional: Adjust padding/margin for the hero image if needed */
body.index .bd-article {
    padding-top: 0;
}