/*
* This file contains styles related to Careers landing page and individual job pages.
*/

.chapmans-post-info-job .elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
     border-left-width: 6px !important;
    border-radius: 50px !important;
    width: 5px !important;
    height: 5px !important;
    align-items: center;
    margin: 0px 8px !important;
    inset-inline-start: 0px !important;
    inset-inline-end:0px!important;

} 

 .chapmans-post-info-job .elementor-icon-list-item { 
        margin: 0 !important;
    }

@media (max-width: 767px) {
    /* Force the list container to stay as a row and wrap */
    .chapmans-post-info-job .elementor-icon-list-items {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center;
        gap: 8px 0px;
        overflow: display;/* Vertical and Horizontal spacing */
    }

    /* Prevent items from taking up the full width */
    .chapmans-post-info-job .elementor-icon-list-item {
        width: auto !important;
        max-width: 100%;
        margin: 0 !important;
    }

    /* Ensure the text and icons stay together */
    .chapmans-post-info-job .elementor-icon-list-text {
        display: inline-block;
        white-space: nowrap;
    }
}