:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7d045b5 *//* Target the main container */
.BambooHR-ATS-board {
    font-size: 1.125em !important; /* Increase the base font size to scale with parent font */
    line-height: 1.5 !important; /* Adjust line spacing */
    text-align: left; /* Align text to the left */
}

/* Target the headings */
.BambooHR-ATS-board h2 {
    font-size: 2.5em !important; /* Increase heading font size */
    font-weight: 600 !important; /* Make the font weight bolder */
    color: #333 !important; /* Darken the color for better visibility */
}

/* Target the job list items */
.BambooHR-ATS-board li {
    font-size: 1.5em !important; /* Increase font size for list items */
    color: #444 !important; /* Darken the font color */
}

/* Target the links */
.BambooHR-ATS-board a {
    font-size: 1.25em !important; /* Make links larger */
    font-weight: 400 !important; /* Bolden the links */
    line-height: 1.8 !important; /* Adjust line height for links */
    text-decoration: none !important; /* Remove underline */
    color: #0066cc !important; /* Change link color */
}

/* Add an icon after each link */
.BambooHR-ATS-board a::after {
    content: " →"; /* Use a right arrow character or any other symbol */
    margin-left: 0.3em; /* Add some space between the link text and the icon */
    font-size: 0.9em; /* Adjust the size if needed */
    color: #0066cc; /* Match the link color */
}

/* Add an icon after each link */
.BambooHR-ATS-board a::after {
    content: ''; /* Clear content */
    display: inline-block; /* Make sure it behaves like an element */
    background-image: url('https://www.hputx.edu/wp-content/uploads/2024/09/External-Link-Icon.png');
    background-size: contain; /* Make sure the image scales within its container */
    background-repeat: no-repeat; /* Avoid repeating the background image */
    width: 0.85em; /* Set the desired width */
    height: 0.85em; /* Set the desired height */
    margin-left: 0.3em; /* Add spacing between the text and the image */
    vertical-align: middle; /* Align the image with the text */
}/* End custom CSS */