.elementor-741 .elementor-element.elementor-element-69418d0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4d4c200 */body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
    color: #5f6368;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
}
.job-container {
    max-width: 700px;
    margin: 20px auto;
    background-color: #ffffff;
    border: 1px solid #5f6368;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.job-image {
    width: 50%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block; /* Membuat elemen img menjadi block */
    margin-left: auto; /* Mendorong margin kiri secara otomatis */
    margin-right: auto; /* Mendorong margin kanan secara otomatis */
}

.intro-text {
    text-align: center;
}

/* UKURAN FONT BARU UNTUK H1 & H2 */
h1 {
    font-size: 2.5rem; /* Ukuran terbesar untuk judul utama */
    color: #202124;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}
h2 {
    font-size: 1.5rem; /* Ukuran sedang untuk sub-judul */
    color: #202124;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
p {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.small-text {
    font-size: 0.875rem;
    color: #5f6368;
}
.contact-info {
    font-size: 1rem;
    color: #202124;
    font-weight: 500;
}
.link {
    color: #1a73e8;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
.deadline {
    font-weight: bold;
    color: #202124;
}/* End custom CSS */