﻿
.Imageheader {
    background-color: #ff8200;
    margin-bottom:14px;
}



.job-wrapper {
    max-width: 900px;
    margin: 40px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

h1 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #1f2933;
}

h2 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #1f2933;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

p {
    margin-bottom: 15px;
}
.job-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 30px;
    padding: 20px;
    background: #f0f4f8;
    border-radius: 6px;
}

    .job-meta div {
        font-weight: bold;
    }

ul {
    padding-left: 20px;
    margin-top: 10px;
}

    ul li {
        margin-bottom: 8px;
    }

.apply-box {
    margin-top: 40px;
    padding: 25px;
    background: #ff8200;
 
    color: #ffffff;
    border-radius: 6px;
    text-align: center;
}

    .apply-box a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

        .apply-box a:hover {
            text-decoration: underline;
        }

@media (max-width: 600px) {
    .job-wrapper {
        padding: 25px;
    }

    h1 {
        font-size: 26px;
    }
}
.AD_2026Image {
    width: 100%;
    margin-top: 10px;
}