/* 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 */
    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 {
	display: grid; 
	grid-template-columns: auto 10px auto 10px auto 10px 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/3;
	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";
height: 25px;
	
}

.search_loop_filled {
    grid-column: 1/3;
    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";
	height: 25px;
}



.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";
}

.job_created_date {
	grid-column: 1/-1;
	grid-row: 8;
    font-size: 0.9em;
    color: #555;
    margin-bottom: 6px;
}


.company_name {
	grid-column: 1/-1;
	grid-row: 10; 
	    --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: 12; 
    --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: 14; 
    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: 16; 
    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: 1;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    position: relative;
}

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

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

/* 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: 20% !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 */
/* Job Details Grid */
.job-details-grid {

    width: 60%;
    display: grid;
    grid-template-columns: auto 5px auto 5px auto 5px auto 5px auto;
    grid-template-rows: 10px auto 20px auto 5px auto 30px auto 20px auto 20px auto 20px auto 20px;
    margin: 0 auto;
    padding: 2rem;
    background-color: rgb(255, 255, 255);
    border-radius: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    animation: fade-in 0.3s ease-out;
}

@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; 
}

.back-link {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: rgb(107, 114, 128); /* Tailwind's text-gray-500 */
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.back-link:hover {
    color: rgb(55, 65, 81); /* Tailwind's text-gray-700 */
}

.icon {
    width: 1rem;
    height: 1rem;
    margin-right: 8px;
}

.job_detail_action {
    grid-column: 2 / -1; /* Spans the full width of the grid */
    grid-row: 2;
    display: flex; /* Use flexbox for horizontal alignment */
    justify-content: flex-end; /* Align items to the right */
    align-items: center; /* Vertically align items */
    gap: 1rem; /* Space between icons */
}

.detail_favorite_icon
{
	display:none;
}

.detail_share_icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.25rem; /* Icon size */
    color: rgb(107, 114, 128); /* Tailwind's text-gray-500 equivalent */
    transition: color 0.2s ease-in-out;
}

.detail_favorite_icon:hover,
.detail_share_icon:hover {
    color: rgb(55, 65, 81); /* Tailwind's text-gray-700 equivalent */
}

.detail_share_dropdown {
    position: relative; /* Ensure the dropdown menu is positioned relative to the share icon */
}

.detail_share_links {
    display: none; /* Initially hide the dropdown menu */
    position: absolute;
    top: 100%; /* Position directly below the share icon */
    right: 0; /* Align to the right edge of the share icon */
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    z-index: 10; /* Ensure it appears above other elements */
}

.detail_share_dropdown:hover .detail_share_links,
.detail_share_icon:hover + .detail_share_links {
    display: block; /* Show the dropdown menu when hovering over the share icon or menu */
}

.detail_share_links a {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* Space between icon and text */
    color: rgb(107, 114, 128); /* Tailwind's text-gray-500 equivalent */
    font-size: 0.875rem; /* Tailwind's text-sm equivalent */
    text-decoration: none;
}

.detail_share_links a:hover {
    color: rgb(55, 65, 81); /* Tailwind's text-gray-700 equivalent */
}







/* Header Section */

.job-details-grid {
	grid-column: 1/-1; 
	grid-row: 2/3; 
	grid-template-columns: auto 5px auto 5px auto 5px auto 5px auto; 
	grid-template-rows: auto auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px; 
	width: 60%;
	margin: 0 auto; 
	
	
	
}

.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-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;
}

.job_detail_open
{
	grid-column: 1/-1;
	grid-row: 1; 
    display: inline-block;
    padding: 4px 10px;
    background-color: rgba(0, 128, 0, 0.1); /* light green */
    color: green;
    font-weight: bold;
    font-size: 30px;
    border: 1px solid green;
   border-radius: 6px; 
   height: 120px;
    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";
	margin-bottom: 30px; 
	text-align: center; 
	
}

.job_detail_filled {
 	grid-column: 1/-1;
	grid-row: 1; 
    display: inline-block;
    padding: 4px 10px;
    background-color: rgba(255, 0, 0, 0.1); /* light red */
    color: green;
    font-weight: bold;
    font-size: 30px;
   border: 1px solid red;
   border-radius: 6px; 
   height: 120px;
    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";
	margin-bottom: 30px; 
	text-align: center; 
}

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

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

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

.status_subtext_filled
{
	  color: #b02a37;
    font-weight: bold;
    font-size: 18px;
	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;
}


.job-type {
    display: inline-block;
    background-color: #e0e7ff;
    color: #4338ca;
    padding: 5px 10px;

	--tw-bg-opacity: 1;
    background-color: rgb(241 240 251 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
    color: rgb(155 135 245 / var(--tw-text-opacity));
	font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .75rem;
    padding-right: .75rem;
border-radius: 9999px;
	
}

.job-title {
	font-size: 1.875rem;
    line-height: 2.25rem;
	font-weight: 700;
	margin-top: .75rem;
	margin-bottom: .5rem;	
	--tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
	
	
}




.job-header  {
	grid-column: 1/-1; 
	grid-row: 4/5; 
    font-size: 28px;
    font-weight: bold;
	width: 100%;
}

.company_details {
    grid-column: 1 / -1; /* Spans the full width of the grid */
    grid-row: 6 / 7;
    display: flex; /* Use flexbox for horizontal alignment */
    justify-content: space-between; /* Distribute items across the row */
    align-items: center; /* Vertically align items */
    gap: 1rem; /* Space between company name and job meta */
}

.company-name,
.job-meta span {
    display: flex;
    align-items: center;
    color: rgb(75, 85, 99); /* Tailwind's text-gray-600 equivalent */
    font-size: 0.875rem; /* Tailwind's text-sm equivalent */
}

.company-name img,
.job-meta span img {
    width: 16px; /* Icon size */
    height: 16px;
    margin-right: 0.5rem; /* Space between icon and text */
}

.job-meta {
    display: flex;
    gap: 2rem; /* Space between metadata items like location and posted date */
}

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

/* Summary Section */
.job-summary {
		grid-column: 1/-1; 
	grid-row: 8/9;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.summary-item {
    --tw-bg-opacity: 1;
    background-color: rgb(241 240 251 / var(--tw-bg-opacity));
	padding: 1rem;
	border-radius: .75rem;
	
}

.summary-item h3 {
    font-size: 16px; /* Matches the text size in the design */
    color: rgb(126, 105, 171); /* Matches the purple text color */
    display: flex; /* Ensures alignment of text and icons */
    align-items: center; /* Vertically centers items */
    gap: 0.5rem; /* Adds spacing between the icon and text */
    margin-bottom: 0.25rem; /* Adds space below the header */
    font-weight: 500; /* Makes the text slightly bold */
}

.summary-item p {
    font-size: 14px; /* Base font size */
    font-weight: 500; /* Medium weight for emphasis */
    color: rgb(17, 24, 39); /* Dark gray text color */
    margin: 0; /* Remove default margins */
    display: flex; /* Align text with icons or other elements */
    align-items: center; /* Vertically center elements */
    gap: 0.5rem; /* Add spacing between text and icons */
}

/* Description Section */
.job-description-title {
		grid-column: 1/-1; 
	grid-row: 10/11;
	
}

/* Description Section */
h2.job-description-title {
		grid-column: 1/-1; 
	grid-row: 12/13;
	
}

.job-description {
	grid-column: 1/-1; 
	grid-row: 14/15;
    font-size: 16px;
}

.job-requirements {
			grid-column: 1/-1; 
	grid-row: 16/17;
	
}

h2.job-contact-title {
		grid-column: 1/-1; 
	grid-row: 18/19;
}

.job-description h2,
.job-requirements h2,
.job-contact h2 {
    font-size: 20px;
}

.job-contact-email {
    font-size: 16px;
		grid-column: 1/-1; 
	grid-row: 20/21;
	
}

.job-contact-phone {
		grid-column: 1/-1; 
	grid-row: 22/23;
	
	
	
}

.job-contact-link {
	    font-size: 16px;
			grid-column: 1/-1; 
	grid-row: 24/25;
	
	
	
}

.job-requirements ul {
    font-size: 16px;
}

/* Requirements List */
.job-requirements ul {
    list-style-type: disc;
    margin-left: 20px;
}

.job-requirements li {
    margin-bottom: 5px;
}


