.rz-apply-form{display:flex;flex-direction:column;gap:16px;background:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05);}
.rz-form-title{font-size:24px;color:#b45309;margin-bottom:8px;}
.rz-form-input{padding:10px 14px;border-radius:6px;border:1px solid #d1d5db;transition:.2s;}
.rz-form-input:focus{border-color:#fbbf24;box-shadow:0 0 0 3px rgba(251,191,36,.2);}
.rz-form-button{background:#fbbf24;color:#fff;padding:12px;border-radius:6px;border:none;cursor:pointer;}
.rz-form-button:hover{background:#f59e0b;}
.rz-form-input, .rz-textarea {padding:10px;border-radius:6px;border:1px solid #d1d5db;width:100%;resize:vertical;}
 .rz-form-button{background:#fbbf24;color:#fff;padding:10px;border-radius:6px;border:none;cursor:pointer;position:relative;}
 .rz-btn-loader {
          border:3px solid #fff;border-top:3px solid transparent;
          border-radius:50%;width:16px;height:16px;
          animation:spin .6s linear infinite;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
        }
        @keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg);}}

/*========ARCHIVE JOB WIDGET========*/

.rz-job-list { display:grid; gap:16px; }
.rz-job-list.grid, .rz-job-list.grid-left, .rz-job-list.grid-right { grid-template-columns:repeat(2,1fr); }
.rz-job-list.list, .rz-job-list.list-left, .rz-job-list.list-right, .rz-job-list.compact { grid-template-columns:1fr; }
.rz-job-card {border:1px solid #d1d5db; border-radius:8px; transition:.2s;display:flex; flex-direction:column; gap:12px; text-decoration:none; color:inherit;}
.rz-job-card:hover { box-shadow:0 4px 8px rgba(0,0,0,.1); }
.rz-job-thumbnail { width:100%; height:150px; object-fit:cover; }
.rz-job-content { padding:8px 0; display:flex; flex-direction:column; justify-content:space-between; }
.rz-job-card-header { display:flex; justify-content:space-between; margin-bottom:8px; align-items:center; }
.rz-job-title { font-weight:600; }
.rz-apply-btn { color:#000000; font-weight:600; }
.rz-job-count {margin-bottom: 15px;}
.rz-job-tags span {background:#f3f4f6; padding:4px 8px; border-radius:4px; font-size:13px;}
@media(max-width:768px){.rz-job-list { grid-template-columns:1fr!important; }}

/*========BREADCRUMD========*/
.rz-breadcrumb {display: flex;flex-wrap: wrap;gap: 8px;font-size: 12px;font-weight: 600;color: #6b7280;margin-bottom: 8px;}
.rz-breadcrumb a {text-decoration: none;color: inherit;transition: color 0.2s ease;}
.rz-breadcrumb a:hover {color: #111827;}

/*========FILLER========*/
.rz-search-form {background-color: #fff;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);border-radius: 6px;padding: 24px;display: flex;gap: 12px;align-items: end;}@media (max-width: 768px) {
.rz-search-form {flex-wrap: wrap;}
.rz-search-form .rz-input-wrapper,
.rz-search-form .rz-select {flex: 1 1 calc(50% - 12px);}
.rz-search-form .rz-filter-submit,
.rz-search-form .rz-reset-filter {width: 100%;}}
.rz-input, .rz-select {width: 100%;border: 1px solid #d1d5db;border-radius: 6px;padding: 8px 12px;font-size: 14px;outline: none;}
.rz-input-wrapper {position: relative;flex: 4;}
.rz-select {flex: 1;}
.rz-icon-search {position: absolute;left: 10px;top: 50%;transform: translateY(-50%);color: #9ca3af;}
.rz-filter-submit, .rz-reset-filter {background-color: #000000!important;border: none;border-radius: 5px!important;color: #fff!important;font-weight: 600;padding: 10px 24px;border-radius: 6px;cursor: pointer;text-decoration: none;text-align: center;}
.rz-filter-submit:hover, .rz-reset-filter:hover {background-color: #810000!important;}
.rz-reset-filter {background-color: #6b7280!important;}
.rz-reset-filter:hover {background-color: #4b5563!important;}

/*========HEADER========*/
.rz-header-bg {position: relative;background-size: cover;background-position: center;background-repeat: no-repeat;}
.rz-header-overlay {background-color: rgba(0,0,0,0.4);padding: 40px 16px;text-align: center;}
.rz-header-title {color: #ffffff;font-weight: 700;font-size: 12px;text-transform: uppercase;margin: 0;line-height: 1.2;}
.rz-header-subtitle {color: #ffffff;font-weight: 600;font-size: 14px;margin-top: 4px;line-height: 1.2;}

/*========JOB CARD========*/
.rz-job-list { display: grid; gap:16px; }
.rz-job-list.grid, .rz-job-list.grid-left, .rz-job-list.grid-right { grid-template-columns: repeat(3,1fr); }
.rz-job-list.list, .rz-job-list.list-left, .rz-job-list.list-right, .rz-job-list.compact { grid-template-columns: 1fr; }
.rz-job-card {display:flex; gap:12px; border:1px solid #d1d5db; border-radius:8px;text-decoration:none; color:inherit; transition:.2s; flex-direction:column;}
.rz-job-card:hover { box-shadow:0 4px 8px rgba(0,0,0,.1); }
.rz-job-thumbnail { width:100%; height:150px; object-fit:cover; }
.rz-job-content { flex:1; padding:8px 0; }
.rz-job-card-header { display:flex; justify-content:space-between; margin-bottom:8px; align-items:center; }
.rz-job-title { font-weight:600; }
.rz-apply-btn { color: #ffffff;font-weight:600;background-color: #000000;padding: 5px 10px;border-radius: 5px;font-size: 15px;}
.rz-apply-btn:hover {background-color: #810000;}
.rz-job-tags span { background:#f3f4f6; padding:4px 8px; border-radius:4px; font-size:13px; }
/* Grid Image Left & Right */
.grid-left .rz-job-card, .grid-right .rz-job-card { flex-direction:row; }
.grid-left .rz-job-thumbnail, .grid-right .rz-job-thumbnail { width:120px; height:auto; }
.grid-left .rz-job-thumbnail { margin-right:12px; }
.grid-right .rz-job-thumbnail { order:2; margin-left:12px; }
@media(max-width:768px){
.rz-job-list { grid-template-columns:1fr!important; }
.rz-job-thumbnail { width:100%; height:150px; margin-bottom:12px; }
.grid-left .rz-job-card, .grid-right .rz-job-card { flex-direction:column; }}

/*========job-detail========*/
.rz-job-detail {margin-bottom: 40px;}.rz-section {margin-bottom: 40px;}.rz-section-title {font-weight: 700;font-size: 18px;color: #b45309;margin-bottom: 12px;}
.rz-section-content p,
.rz-section-content ul,
.rz-section-content ol {font-size: 14px;color: #374151;margin: 0 0 12px;}
.rz-section-content ul,
.rz-section-content ol {padding-left: 20px;}
.rz-section-content ul li,
.rz-section-content ol li {margin-bottom: 8px;}

/*========job-INFO========*/
.rz-info-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;margin-bottom: 40px;}@media (max-width: 768px) {.rz-info-grid {grid-template-columns: repeat(2, 1fr);}}
@media (max-width: 640px) {
.rz-info-grid {grid-template-columns: 1fr;}}
.rz-info-item {display: flex;gap: 12px;align-items: center;}
.rz-info-number {width: 28px;height: 28px;background-color: #fbbf24;color: #fff;font-weight: 700;border-radius: 50%;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}
.rz-info-label {font-weight: 600;font-size: 14px;color: #b45309;}
.rz-info-value {font-size: 14px;color: #374151;}

/*========REALATE========*/

.arz-job-list {
display: grid;
gap: 16px;
}
.arz-job-list.grid {
grid-template-columns: repeat(2, 1fr);
}
.arz-job-list.list {
grid-template-columns: 1fr;
}
.arz-job-list.grid-left, .arz-job-list.grid-right {
grid-template-columns: repeat(2, 1fr);
}
.arz-job-card {
border: 1px solid #d1d5db;
border-radius: 8px;
padding: 16px;
display: flex;
flex-direction: column;
gap: 12px;
transition: box-shadow 0.2s;
}
.arz-job-card:hover {
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.arz-job-thumbnail {
width: 100%;
height: 150px;
object-fit: cover;
}
.arz-job-card-header {
display: flex;
justify-content: space-between;
margin-bottom: 8px;
}
.arz-job-title a {
font-weight: 600;
color: #111827;
text-decoration: none;
}
.arz-apply-btn {
color: #f97316;
font-weight: 600;
text-decoration: none;
white-space: nowrap;
}
.arz-job-tags span {
background: #f3f4f6;
padding: 4px 8px;
border-radius: 4px;
font-size: 13px;
margin-right: 4px;
}

/* Grid Image Left & Right */
.arz-job-list.grid-left .arz-job-card,
.arz-job-list.grid-right .arz-job-card {
    flex-direction: row;}
.arz-job-list.grid-left .arz-job-thumbnail,
.arz-job-list.grid-right .arz-job-thumbnail {
    width: 120px;
    height: 100%;
    flex-shrink: 0;}
.arz-job-list.grid-left .arz-job-thumbnail {
    margin-right: 12px;}
.arz-job-list.grid-right .arz-job-thumbnail {
    order: 2;
    margin-left: 12px;}
.arz-job-list.grid-left .arz-job-content,
.arz-job-list.grid-right .arz-job-content {
    flex: 1;
    display: flex;
    flex-direction: column;}
@media(max-width:768px){
.arz-job-list.grid, .arz-job-list.grid-left, .arz-job-list.grid-right {
    grid-template-columns: 1fr;}
.arz-job-list.grid-left .arz-job-card,
.arz-job-list.grid-right .arz-job-card {
    flex-direction: column;}
.arz-job-thumbnail {
    width: 100%;
    height: 150px;
    margin: 0 0 12px 0;}}

/*============ARCHIVE-JOB===============*/
    .arz-header-bg {
        background: url('https://placehold.co/1200x300?text=TUYEN+DUNG+YODY') center/cover no-repeat;
        text-align: center;
        color: #fff;
        position: relative;
    }
    .arz-header-overlay {
        background-color: rgba(0,0,0,0.4);
        padding: 40px 16px;
    }
    .arz-container {
        width: 100%;
        margin: 0 auto;
        padding: 16px;
    }
    .arz-search-form {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        padding: 24px;
        border-radius: 8px;
    }
    .arz-search-form input, .arz-search-form select {
        padding: 8px;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        width: 100%;
    }
    .arz-filter-submit, .arz-reset-filter {
        background-color: #f97316;
        color: #fff;
        font-weight: 600;
        padding: 8px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
    }
    .arz-reset-filter {
        background-color: #6b7280;
    }
    .arz-job-count {
        margin: 20px 0;
        font-weight: bold;
    }
    .arz-job-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .arz-job-card {
        border: 1px solid #d1d5db;
        padding: 16px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .arz-job-card-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .arz-job-title a {
        font-weight: 600;
        text-decoration: none;
        color: #111827;
    }
    .arz-apply-btn {
        color: #f97316;
        font-weight: 600;
        text-decoration: none;
    }
    .arz-job-tags span {
        background-color: #f3f4f6;
        padding: 4px 8px;
        border-radius: 4px;
        margin-right: 4px;
    }
    .arz-pagination {
        text-align: center;
        margin-top: 20px;
    }
    .arz-pagination .page-numbers {
        padding: 8px 12px;
        border: 1px solid #d1d5db;
        margin: 0 4px;
        text-decoration: none;
        color: #111827;
    }
    .arz-pagination .current {
        background-color: #f97316;
        color: white;
    }
    @media(max-width:768px) {
        .arz-search-form, .arz-job-list {
            grid-template-columns: 1fr;
        }
    }

/*============SINGLE-JOB===============*/
.arz-container { width:100%; margin:auto; padding:32px 16px; display:flex; gap:48px; flex-wrap:wrap; }
.arz-main { flex:1; }
.arz-sidebar { width:500px; flex-shrink:0; position: sticky; top: 150px;}
.arz-title { background:#111827; color:#fff; padding:10px 20px; border-radius:6px; font-size:28px; margin-bottom:24px; }
.arz-thumbnail { width:100%; border-radius:8px; object-fit:cover; margin-bottom:24px; }
.rz-apply-form { display:flex; flex-direction:column; gap:16px; background:#fff; padding:24px; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,.05); }
.rz-form-input { padding:10px 14px; border:1px solid #d1d5db; border-radius:6px; transition:.2s; }
.rz-form-input:focus { border-color:#fbbf24; box-shadow:0 0 0 3px rgba(251,191,36,.2); }
.rz-form-button { background:#fbbf24; color:#fff; padding:12px; border-radius:6px; cursor:pointer; transition:.2s; }
.rz-form-button:hover { background:#f59e0b; }


/* .arz-container{max-width:1200px;margin:auto;padding:32px 16px;display:flex;gap:48px;flex-wrap:wrap;}
.arz-main{flex:1;}
.arz-sidebar{width:320px;}
.arz-title{background:#111827;color:#fff;padding:12px;border-radius:6px;margin-bottom:24px;}
.arz-thumbnail{width:100%;border-radius:8px;object-fit:cover;margin-bottom:24px;}
.rz-apply-form{display:flex;flex-direction:column;gap:16px;background:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05);}
.rz-form-input,.rz-form-textarea{padding:10px;border:1px solid #d1d5db;border-radius:6px;width:100%;resize:vertical;}
.rz-form-button{padding:12px;border-radius:6px;background:#fbbf24;color:#fff;cursor:pointer;border:none;position:relative;}
.loader{width:16px;height:16px;border:3px solid #fff;border-top-color:transparent;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:spin 0.6s infinite linear;}
@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg);}}
@media(max-width:768px){.arz-container{flex-direction:column;}.arz-sidebar{width:100%;}} */

/* Related Jobs (Grid Image Left) */
.arz-job-list.grid-left { display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; }
.arz-job-card { border:1px solid #d1d5db; border-radius:8px; padding:16px; display:flex; gap:12px; transition:box-shadow .2s; }
.arz-job-card:hover { box-shadow:0 4px 8px rgba(0,0,0,.1); }
.arz-job-thumbnail { width:120px; height:auto; border-radius:6px; flex-shrink:0; }
.arz-job-content { display:flex; flex-direction:column; flex:1; }
.arz-job-card-header { display:flex; justify-content:space-between; margin-bottom:8px; }
.arz-job-title a { font-weight:600; color:#111827; text-decoration:none; }
.arz-apply-btn { color:#f97316; font-weight:600; text-decoration:none; }
.arz-job-tags span { background-color:#f3f4f6; padding:4px 8px; border-radius:4px; font-size:13px; margin-right:4px; }
.arz-related-section { margin-top:80px; width:100%; margin:auto; padding:0 16px; }
.arz-related-title { font-size:18px; color:#374151; text-align:center; margin-bottom:24px; }

@media(max-width:768px){
    .arz-container { flex-direction:column; }
    .arz-sidebar { width:100%; }
    .arz-job-list.grid-left { grid-template-columns:1fr; }
    .arz-job-thumbnail { width:100%; height:150px; margin-bottom:12px; }
    .arz-job-card { flex-direction:column; }
}