.elementor-1574 .elementor-element.elementor-element-4d423b0{--display:flex;--min-height:88vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-1574 .elementor-element.elementor-element-4d423b0:not(.elementor-motion-effects-element-type-background), .elementor-1574 .elementor-element.elementor-element-4d423b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://hosanamedica-lippocikarang.com/wp-content/uploads/2025/08/dr-wilsen-and-nurse-2-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1574 .elementor-element.elementor-element-0e2bc82{text-align:center;}.elementor-1574 .elementor-element.elementor-element-d6af6d1{width:var( --container-widget-width, 560px );max-width:560px;--container-widget-width:560px;--container-widget-flex-grow:0;text-align:center;}.elementor-1574 .elementor-element.elementor-element-d6af6d1.elementor-element{--align-self:center;}.elementor-1574 .elementor-element.elementor-element-7c4d31e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-1574 .elementor-element.elementor-element-4d423b0{--min-height:0vh;--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-5cda7b8 */.lowongan-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lowongan-item {
    display: flex;
    gap: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.lowongan-content{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.lowongan-foto {
    flex-shrink: 0; /* Agar gambar tidak mengecil */
    width: 290px;   /* Lebar gambar */
    height: 520px;  /* Tinggi gambar */
    overflow: hidden;
    border-radius: 5px;
}

.lowongan-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lowongan-text {
    flex-grow: 1; /* Agar teks mengisi ruang sisa */
}

.lowongan-item h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.lowongan-item p {
    margin-bottom: 10px;
}

.lowongan-item strong {
    font-weight: bold;
}
/* Media Queries untuk Responsif */

/* Tablet (min-width: 768px) */
@media (max-width: 768px) {
    .lowongan-item {
        flex-direction: column; /* Menjadikan konten vertikal pada layar tablet */
        padding: 15px;
    }

    .lowongan-foto {
        height: 520px; /* Menjaga aspek rasio gambar */
    }

    .lowongan-content {
        flex-direction: row; /* Konten menjadi kolom pada layar lebih kecil */
        gap: 10px;
    }

    .lowongan-item h2 {
        font-size: 1.3em;
    }

    .lowongan-item p,
    .lowongan-item strong {
        font-size: 1em;
    }
}

/* Handphone (max-width: 480px) */
@media (max-width: 480px) {
    .lowongan-item {
        padding: 10px; /* Mengurangi padding pada layar handphone */
    }

    .lowongan-foto {
        width: 100%; /* Gambar mengisi lebar layar */
        height: auto; /* Ukuran gambar lebih kecil untuk layar handphone */
    }

    .lowongan-content {
        flex-direction: column; /* Konten menjadi kolom untuk layar lebih kecil */
        gap: 5px;
    }

    .lowongan-item h2 {
        font-size: 1.1em;
    }

    .lowongan-item p,
    .lowongan-item strong {
        font-size: 0.9em;
    }
}/* End custom CSS */