#enroll-hero::after {
    content: "To access without enrolling, navigate directly from the course description.";
    display: block; /* Moves text to a new line; use inline-block to keep it next to the button */
    margin-top: 10px;
    font-weight: bold;
    color: #0054A6; /* Adjust to match the site's branding */
    /*text-decoration: underline; /* Optional: makes it look more like an action item */
    cursor: default;
}