*, *::before, *::after {
    box-sizing: border-box;
}

body.post-type-archive-dpwc_career,
body.single-dpwc_career {
    background: #ebe9e0;
    color: #112127;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* Listing hero: match standalone design height and look */
body.post-type-archive-dpwc_career .hero.internal {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 60px 24px 52px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.post-type-archive-dpwc_career .hero.internal::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 118, 143, 0.4), rgba(0, 118, 143, 0.4));
    z-index: 1;
}

body.post-type-archive-dpwc_career .hero.internal .inner.wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
}

body.post-type-archive-dpwc_career .hero.internal .hero-eyebrow {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

body.post-type-archive-dpwc_career .hero.internal .title.white {
    color: #fff;
    font-size: clamp(28px, 5vw, 46px);
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0 0 10px;
}

body.post-type-archive-dpwc_career .hero.internal .hero-tagline {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    font-style: italic;
    letter-spacing: 0.2px;
}

body.post-type-archive-dpwc_career .hero.internal .bg.cover {
    position: absolute;
    inset: 0;
    z-index: 0;
}

body.post-type-archive-dpwc_career .hero.internal .bg.cover img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dpwc-career-topbar {
    background: #08558b;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.dpwc-career-brand {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.dpwc-career-topbar-link {
    color: #bfdbfe;
    font-size: 13px;
    text-decoration: none;
}

.dpwc-career-topbar-link:hover,
.dpwc-career-brand:hover {
    color: #fff;
}

.dpwc-career-hero {
    background: linear-gradient(rgba(0, 118, 143, .45), rgba(0, 118, 143, .45));
    color: #fff;
    text-align: center;
    padding: 58px 24px 50px;
    background-size: cover;
    background-position: center;
}

.dpwc-career-hero-single {
    padding-bottom: 46px;
}

.dpwc-career-hero-eyebrow {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.dpwc-career-hero h1 {
    font-size: clamp(28px, 5vw, 44px);
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}

.dpwc-career-hero-tagline {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-style: italic;
}

.dpwc-career-page-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.dpwc-career-section-label {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.dpwc-career-job-list {
    display: grid;
    gap: 18px;
}

.dpwc-career-job-card {
    background: #fff;
    border-radius: 20px 0 20px 0;
    padding: 24px 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    border-left: 4px solid transparent;
    transition: transform 0.18s, box-shadow 0.18s;
}

.dpwc-career-job-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(8, 85, 139, 0.12);
    border-left-color: #08558b;
}

.dpwc-career-job-left {
    flex: 1;
    min-width: 240px;
}

.dpwc-career-job-top {
    margin-bottom: 8px;
}

.dpwc-career-job-new {
    background: #dcfce7;
    color: #16a34a;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px;
    text-transform: uppercase;
}

.dpwc-career-job-title {
    margin: 0 0 10px;
    font-size: 19px;
    color: #0f172a;
}

.dpwc-career-job-company {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 12px;
}

.dpwc-career-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 13px;
    color: #475569;
}

.dpwc-career-job-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dpwc-career-job-meta i {
    color: #08558b;
    font-size: 12px;
}

.dpwc-career-job-right {
    text-align: right;
    flex-shrink: 0;
}

.dpwc-career-job-salary {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.dpwc-career-job-salary span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.dpwc-career-btn-view {
    background: #08558b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dpwc-career-btn-view:hover {
    color: #FFF;

}

.dpwc-career-end-note,
.dpwc-career-footer-note,
.dpwc-career-empty {
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
    margin-top: 32px;
}

.dpwc-career-end-note a,
.dpwc-career-footer-note a {
    color: #08558b;
    text-decoration: none;
}

.dpwc-career-end-note a:hover,
.dpwc-career-footer-note a:hover {
    text-decoration: underline;
}

.dpwc-career-hero-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin-bottom: 18px;
}

.dpwc-career-hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
}

.dpwc-career-hero-meta-item i {
    color: rgba(255, 255, 255, 0.72);
}

.dpwc-career-hero-actions {
    margin-top: 8px;
}

.dpwc-career-btn-primary {
    background: #fff;
    color: #08558b;
    padding: 13px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.dpwc-career-btn-primary:hover {
    background: #e0f0ff;
}

.dpwc-career-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 36px;
}

.dpwc-career-info-card {
    background: #fff;
    border-radius: 20px 0 20px 0;
    padding: 24px 20px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.dpwc-career-ic-icon-wrap {
    width: 48px;
    height: 48px;
    background: #e0f0ff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 20px;
    color: #08558b;
}

.dpwc-career-ic-label {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.dpwc-career-ic-value {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.dpwc-career-card {
    background: #fff;
    border-radius: 20px 0 20px 0;
    padding: 32px 36px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    margin-bottom: 24px;
}

.dpwc-career-card h2 {
    font-size: 19px;
    color: #08558b;
    margin-top: 0;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2ecf5;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dpwc-career-card h2 .icon {
    width: 28px;
    height: 28px;
    background: #e0f0ff;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.dpwc-career-about-content {
    color: #334155;
    font-size: 16px;
}

.dpwc-career-about-content p:last-child {
    margin-bottom: 0;
}

.dpwc-career-styled-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dpwc-career-styled-list li {
    padding: 9px 0 9px 28px;
    position: relative;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    font-size: 16px;
}

.dpwc-career-styled-list li:last-child {
    border-bottom: none;
}

.dpwc-career-styled-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: #08558b;
    border-radius: 50%;
}

.dpwc-career-benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.dpwc-career-benefit-item {
    background: #f0f9ff;
    border-radius: 20px 0 20px 0;
    padding: 14px 16px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 500;
}

.dpwc-career-bi-text {
    line-height: 1.5;
}

.dpwc-career-apply-section {
    background: #fff;
    border-radius: 20px 0 20px 0;
    padding: 40px 36px;
    color: #112127;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.dpwc-career-apply-section h2 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #000;
}

.dpwc-career-apply-section p {
    color: #475569;
    margin: 0 0 24px;
    font-size: 16px;
}

.dpwc-career-apply-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.dpwc-career-apply-email {
    display: inline-flex;
    align-items: center;
    background: #e8e7df;
    border: 1px solid #d0cfc7;
    border-radius: 8px;
    padding: 12px 20px;
    color: #08558b;
    text-decoration: none;
    font-weight: 600;
}

.dpwc-career-apply-btn-main {
    background: #08558b;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.dpwc-career-apply-btn-main:hover {
    color: #FFF;
}

@media (max-width: 680px) {
    .dpwc-career-job-card {
        padding: 20px;
    }

    .dpwc-career-job-right {
        width: 100%;
        text-align: left;
    }

    .dpwc-career-card,
    .dpwc-career-apply-section {
        padding: 24px 18px;
    }

    .dpwc-career-topbar {
        flex-direction: column;
        align-items: flex-start;
    }
}
