/* Søg Job */

h1.sg_overskrift
	{
	grid-column: 1/-1;
	text-align: center;
	grid-row: 2/3;
	font-size: 3rem;
    line-height: 1;
	font-weight: 700;
		color: rgb(64 62 67 / var(--tw-text-opacity));
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-top: 0;
		margin-bottom: 0;
		
	}
	
	
h1.sg_job_overskrift
	{
	grid-column: 1/-1;
	text-align: center;
	grid-row: 2/3;
	font-size: 3rem;
    line-height: 1;
	font-weight: 900;
		color: rgb(64 62 67 / var(--tw-text-opacity));
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-top: 0;
		margin-bottom: 0;
		
	}
	
h1.sg_employee_overskrift
	{
	grid-column: 1/-1;
	text-align: center;
	grid-row: 2/3;
	font-size: 3rem;
    line-height: 1;
	font-weight: 700;
		color: rgb(64 62 67 / var(--tw-text-opacity));
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-top: 0;
		margin-bottom: 0;
		
	}
	
	
.search_loop_container {
    grid-column: 1/-1; 
    grid-row: 6/7;  
    width: 95%;
    margin: 0 auto;
    display: flex;  
    flex-wrap: wrap;  /* Allows items to wrap when needed */
    justify-content: space-between; /* Space elements evenly */
    align-items: stretch; /* Ensures all cards take the same height */
    gap: 10px; /* Adds spacing */
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}






.employee_search_loop {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}




@media (max-width: 768px) {
    .employee_search_loop {
        flex: 1 1 100%; /* Stack elements on smaller screens */
        max-width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.job_card {
	grid-column: 1/-1;
	grid-row: 2; 
	display: grid; 
	grid-template-columns: auto 5px auto 5px auto 5px auto; 
	grid-template-rows: 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px; 
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 24px;
    width: 340px;
    position: relative;
    transition: 0.3s;
    min-height: 250px;
    margin-bottom: 10px;

    /* Apply animation */
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards;
}




.job_card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.job_type_loop {
    grid-column: 1/-1;
    grid-row: 4; 
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center; /* Ensures all items align vertically */
}

.job_tag {
    background: #e0e0ff;
    color: #5a5aad;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: bold;
    line-height: 1; /* Ensures consistent line height */
}

.fulltime { background: #ece1ff; color: #5a5aad; }
.parttime { background: #ffe0e0; color: #ad5a5a; }
.remote { background: #e0f7ff; color: #007acc; }
.hybrid { background: #e5ffe0; color: #4caf50; }


.search_loop_open
{
	grid-column: 1/-1;
	grid-row: 2; 
    display: inline-block;
    padding: 4px 10px;
    /*background-color: rgba(0, 128, 0, 0.1);  light green */
    color: green;
    font-weight: bold;
    font-size: 14px;
   /* border: 1px solid green; */
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
width: 60%;

	
}

.search_loop_filled {
    grid-column: 1/-1;
    grid-row: 2;
    display: inline-block;
    padding: 4px 10px;
    /* background-color: rgba(255, 0, 0, 0.1); light red */
    color: red;
    font-weight: bold;
    font-size: 14px;
    /*border: 1px solid red;*/
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	width: 60%;
}




.job_title {
	grid-column: 1/-1;
	grid-row: 6; 
    font-size: 1.125rem;
	line-height: 1.75rem;
    font-weight: 600;
	--tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    margin-bottom: 5px;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.company_name {
	grid-column: 1/-1;
	grid-row: 8; 
	    --tw-text-opacity: 1;
color: rgb(126 105 171 / var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
	margin-top: 0.25rem;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.job_description {
	grid-column: 1/-1;
	grid-row: 10; 
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
	margin-bottom: 1rem;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.job_details {
    grid-column: 1/-1;
    grid-row: 12; 
    display: flex;
    gap: 0.5rem;
    justify-content: space-between; /* Ensures spacing between items */
    align-items: center;
    flex-wrap: wrap; /* Allows items to wrap to the next line */
    color: rgb(107 114 128 / var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: ui-sans-serif, system-ui, sans-serif, 
                 "Apple Color Emoji", "Segoe UI Emoji", 
                 "Segoe UI Symbol", "Noto Color Emoji";
}

.job_details span {
    display: flex;
    align-items: center;
}

.location {
    order: 1; /* Location is always first */
	margin-right: 30px; 
}

.salary {
    order: 2; /* Salary comes second */
	margin-right: 30px; 
	
}

.post_time {
    order: 3; /* Date comes last */
}

.job_details span i {
    margin-right: 5px;
}

.job_details > :not(.location) {
    margin-right: auto; /* Push salary and date to the right when location is missing */
}



.view_details {
		grid-column: 1/-1;
	grid-row: 14; 
    display: inline-block;
    text-decoration: none;
    --tw-text-opacity: 1;
    color: rgb(155 135 245 / var(--tw-text-opacity));
font-weight: 500;
gap: 0.5rem;
    transition: 0.3s;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		margin-top: 20px;

}

.view_details:hover {
    color: #4b49ac;
}

/* General Styling for Action Icons */
/* Action Icons Container */
.action_icons {
    grid-column: 7;
    grid-row: 2;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    position: relative;
}

/* Favorite Icon */
.favorite_icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
	display: none; 
}

.favorite_icon i {
    color: #6c757d; /* Neutral gray */
}

/* Hover Effect for Favorite Icon */
.favorite_icon:hover i {
    color: #007bff; /* Blue on hover */
}

/* Share Icon */
.share_icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.share_icon i {
    color: #6c757d; /* Neutral gray */
}

/* Hover Effect for Share Icon */
.share_icon:hover i {
    color: #007bff; /* Blue on hover */
}

/* Share Dropdown */
.share_dropdown {
    position: relative;
}

.share_links {
    display: none;
    position: absolute;
    top: 20px; /* Moves dropdown to overlap halfway with the share icon */
    right: 0; /* Aligns dropdown to the right edge of the share icon */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Ensure Dropdown Stays Visible When Hovering Over It */
.share_dropdown:hover .share_links {
    display: block;
}

.share_links a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

/* Hover Effect for Share Links */
.share_links a:hover {
    color: #007bff; /* Blue on hover */
}

.share_links a i {
    font-size: 16px;
}


	
h3.loop_duration_title {
        grid-column: 5 / 20;
        grid-row: 9 / 10;
        font-size: 18px;
        margin-top: 15px;
		display: none; 
    }
	
.loop_duration {
        grid-column: 7 / 20;
        grid-row: 9 / 10;
        font-size: 18px;
        margin-top: 15px;
		display:none;
    }
	
h3.loop_deadline_title {
        grid-column: 5 / 20;
        grid-row: 10 / 11;
        font-size: 18px;
        margin-top: 15px;
		display:none; 
    }

.loop_deadline {
        grid-column: 9 / 20;
        grid-row: 10 / 11;
        font-size: 18px;
        margin-top: 15px;
		display:none; 
    }
	
	
a.sgresultat_knap1_profile {
        grid-column: 17 / 22;
        grid-row: 5 / 6;
        margin: 2px 0px 2px 0px;
		display:none;
    }
	
a.sgresultat_knap2_profile {
        grid-column: 17 / 22;
        grid-row: 6 / 7;
        margin: 2px 0px 2px 0px;
		display:none; 
    }
	
.sgresultatfoldud_profile
{
	grid-column: 2/22;
	grid-row: 15/16;
	margin-top:15px;
	font-size: 20px;
	display: none; 
	}

.knap_sg_top
{
	grid-column: 1/-1;
	grid-row: 4/5;
        display: inline-flex;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 50% !important;
        padding: 0.5rem 1rem !important;
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
        font-weight: 500 !important;
        color: rgb(255, 255, 255) !important;
        background-color: rgba(64, 62, 67, 1) !important;
        border-radius: 15px !important;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
        cursor: pointer !important;
        transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
		margin: 0 auto; 
	}

.knap_sg_bund
{
	grid-column: 1/-1;
	grid-row: 8/9;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 50% !important;
        padding: 0.5rem 1rem !important;
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
        font-weight: 500 !important;
        color: rgb(255, 255, 255) !important;
        background-color: rgba(64, 62, 67, 1) !important;
        border-radius: 15px !important;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
        cursor: pointer !important;
        transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
		margin: 0 auto; 
	

	}
	
	
.sgresultat
{
	grid-column: 1/-1;
	grid-row: 10/11;
	}
	
	
a.search_results_more {
    color: #5a5aad;
    font-size: 18px; /* Slightly larger size for visibility */
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 5px;
}

a.search_results_more:hover {
    color: white;
    background-color: #5a5aad;
    border-radius: 5px;
    padding: 5px 10px;
    transform: scale(1.1);
}

a.search_results_more::before {

    font-size: 16px;
}

/* Centering in the grid */
.sgresultat_more {
    grid-column: 1/-1;
    grid-row: 12/13;
    text-align: center;
}



/* Job details */

/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Job Details Page - Mobile Version */

/* Job Details Grid */
.job-details-grid {
	grid-column: 1/-1; 
	grid-row: 2; 
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px;
    margin: 0 auto;
    padding: 1rem;
    background-color: rgb(255, 255, 255);
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    animation: fade-in 0.3s ease-out;

}

.job_detail_status {
    grid-column: 1/-1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 12px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";

    text-align: center;
	margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.job_detail_status.filled {
    background-color: rgba(255, 0, 0, 0.05);
    border: 1px solid #f5c2c7;
    color: #b02a37;
}

.job_detail_status.open {
    background-color: rgba(0, 128, 0, 0.05);
    border: 1px solid #98d498;
    color: #2f8f2f;
}


.status_title
{
	  color: green;
    font-weight: bold;
    font-size: 25px;
	
	
}

.status_title_filled
{
	  color: #b02a37;
    font-weight: bold;
    font-size: 25px;
	
	
}

.status_subtext
{
	  color: green;
    font-weight: bold;
    font-size: 14px;
	margin-bottom: 40px; 
	
	
}

.status_subtext_filled
{
	  color: #b02a37;
    font-weight: bold;
    font-size: 14px;
	margin-bottom: 40px; 
	
	
}

.status_title_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
	margin-top: 20px; 
}

.status_icon {
    width: 35px;
    height: 35px;
}


@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.back-to-jobs {
    grid-column: 1/-1;
    grid-row: 2;
	width: 90%;
	margin: 0 auto;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(75, 85, 99);
    text-decoration: inherit;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.back-link:hover {
    color: rgb(55, 65, 81);
}

.icon {
    width: 0.875rem;
    height: 0.875rem;
}


.job_detail_action {
		grid-column: 1/-1;
	grid-row: 8; 
    display: flex;
    align-items: center;
    gap: 0.5rem;
	width: 90%;
	margin: 0 auto;
}

.detail_favorite_icon,
.detail_share_icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.125rem;
    color: rgb(107, 114, 128);
    transition: color 0.2s ease-in-out;
}

.detail_favorite_icon:hover,
.detail_share_icon:hover {
    color: rgb(55, 65, 81);
}

.detail_share_dropdown {
    position: relative;
}

.detail_share_links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    z-index: 10;
}

.detail_share_dropdown:hover .detail_share_links,
.detail_share_icon:hover + .detail_share_links {
    display: block;
}

.detail_share_links a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(107, 114, 128);
    font-size: 0.75rem;
    text-decoration: none;
    padding: 0.25rem 0;
}

.detail_share_links a:hover {
    color: rgb(55, 65, 81);
}

/* Header Section */
.job-header {
		grid-column: 1/-1;
	grid-row: 6; 
    text-align: left;
    margin-bottom: 1rem;
	width: 90%;
	margin: 0 auto;
}

.job-type {
 
    display: inline-block;
    background-color: rgb(241 240 251);
    color: rgb(155 135 245);
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    margin-bottom: 0.5rem;
}

.job-title {
	
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: rgb(17 24 39);
}

.company_details {
		grid-column: 1/-1;
	grid-row: 10; 
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
	width: 90%;
margin: 0 auto; 	


}

.company-name,
.job-meta span {
    display: flex;
    align-items: center;
    color: rgb(75, 85, 99);
    font-size: 1rem;
	width: 70%;
}

.company-name img,
.job-meta span img {
    width: 14px;
    height: 14px;
    margin-right: 0.375rem;
}

.job-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Summary Section */
.job-summary {
    grid-column: 1/-1;
    grid-row: 12; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
	width: 90%; 
	margin: 0 auto; 
}

.summary-item {
    background-color: rgb(241, 240, 251);
    padding: 1rem;
    border-radius: 0.75rem;
    width: 90%;
    display: flex;
    flex-direction: column;
}

.summary-item h3 {
    font-size: 0.75rem;
    color: rgb(126, 105, 171);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.summary-item p {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(17, 24, 39);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
 font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}



/* Description, Requirements, and Contact Sections */
h2.job-description-title
{
    grid-column: 1/-1; 
	grid-row: 14; 
	width: 90%;
	margin: 0 auto; 
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
	    font-weight: 600;
		font-size: 1.25rem;
    line-height: 1.75rem;
	margin-bottom: 1rem;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.job-description
{
    grid-column: 1/-1; 
	grid-row: 16; 
	width: 90%;
	margin: 0 auto; 
	font-sieze: 16px; 
}


.job-requirements
{
    grid-column: 1/-1; 
	grid-row: 18; 
	width: 90%;
	margin: 0 auto; 

}

h2.job-contact-title {
    grid-column: 1/-1; 
	grid-row: 20; 
	width: 90%;
	margin: 0 auto; 
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
	    font-weight: 600;
		font-size: 1.25rem;
    line-height: 1.75rem;
	margin-bottom: 1rem;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.job-contact-email {
    grid-column: 1/-1; 
	grid-row: 22; 
	width: 90%;
	margin: 0 auto; 
	font-size: 16px; 

}

.job-contact-phone {
    grid-column: 1/-1; 
	grid-row: 24; 
	width: 90%;
	margin: 0 auto; 
	font-size: 16px; 

}

.job-contact-link {
    grid-column: 1/-1; 
	grid-row: 26; 
	width: 90%; 
	margin: 0 auto; 
	font-size: 16px; 
	

}


.job-description h2,
.job-requirements h2,
.job-contact h2 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
	    font-weight: 600;
		font-size: 1.25rem;
    line-height: 1.75rem;
	margin-bottom: 1rem;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	
	
		
}

.job-description p,
.job-contact p,
.job-requirements ul {
    font-size: 0.875rem;
    line-height: 1.5;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Requirements List */
.job-requirements ul {
    list-style-type: disc;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.job-requirements li {
    margin-bottom: 0.25rem;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
