.dl-job-hero {
    background:
        radial-gradient(circle at top right, rgba(0, 167, 225, 0.12), transparent 30%),
        linear-gradient(135deg, #eef7ff 0%, #ffffff 72%);
    padding: 44px 0 30px;
}

.dl-job-hero-inner {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e4edf6;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 18px 55px rgba(0, 39, 83, 0.10);
    display: grid;
    grid-template-columns: 86px 1fr auto;
    align-items: center;
    gap: 22px;
}

.dl-job-company-logo,
.dl-company-logo {
    background: #ffffff;
    border: 1px solid #e4edf6;
    box-shadow: 0 12px 30px rgba(0, 39, 83, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dl-job-company-logo { width: 86px; height: 86px; border-radius: 26px; padding: 10px; }
.dl-company-logo { width: 64px; min-width: 64px; height: 64px; border-radius: 18px; padding: 8px; }

.dl-job-company-logo img,
.dl-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.dl-job-company-logo span,
.dl-company-logo span {
    display: none;
    color: #005baa;
    font-weight: 900;
    font-size: 22px;
}

.dl-job-company-logo.no-logo span,
.dl-company-logo.no-logo span,
.logo-fallback-active span {
    display: block;
}

.logo-fallback-active {
    background: linear-gradient(135deg, rgba(0, 91, 170, 0.10), rgba(0, 167, 225, 0.13));
}

.dl-job-badge {
    display: inline-block;
    background: rgba(0, 91, 170, 0.10);
    color: #005baa;
    border: 1px solid rgba(0, 91, 170, 0.12);
    font-size: 12px;
    font-weight: 900;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.dl-job-hero-content h1 {
    color: #111827;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -0.8px;
    line-height: 1.15;
    margin-bottom: 13px;
}

.dl-job-meta { display: flex; flex-wrap: wrap; gap: 14px; color: #6b7280; font-size: 14px; }
.dl-job-meta span { display: inline-flex; align-items: center; gap: 7px; }
.dl-job-meta i { color: #005baa; }

.dl-job-hero-action { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }

.dl-job-section { background: #ffffff; padding: 38px 0 72px; }

.dl-job-card,
.dl-sidebar-card {
    background: #ffffff;
    border: 1px solid #e4edf6;
    border-radius: 26px;
    box-shadow: 0 14px 42px rgba(0, 39, 83, 0.07);
    padding: 28px;
    margin-bottom: 24px;
}

.dl-card-heading {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef2f6;
}

.dl-card-heading span { color: #005baa; font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.dl-card-heading h4,
.dl-sidebar-card h5 { color: #111827; font-weight: 900; margin: 3px 0 0; }

.dl-job-description { color: #4b5563; line-height: 1.9; font-size: 15px; }

.dl-job-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.dl-job-tags span {
    display: inline-flex;
    align-items: center;
    background: #eef7ff;
    color: #005baa;
    border: 1px solid #d8ebff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.dl-job-card .form-label { color: #111827; font-size: 14px; font-weight: 800; }

.dl-job-card .form-control,
.dl-job-card .form-select {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid #d8e6f2;
    font-size: 14px;
}

.dl-job-card textarea.form-control { min-height: 120px; }

.dl-alert { border-radius: 16px; }

.dl-additional-title {
    background: #f8fbff;
    border: 1px solid #e4edf6;
    border-radius: 18px;
    padding: 16px 18px;
    margin-top: 8px;
}

.dl-additional-title h5 { margin: 0 0 3px; font-weight: 900; color: #111827; }
.dl-additional-title p { margin: 0; color: #6b7280; font-size: 14px; }

.dl-option-list { display: grid; gap: 8px; }

.dl-option-item {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #f8fbff;
    border: 1px solid #e4edf6;
    border-radius: 14px;
    padding: 10px 12px;
    cursor: pointer;
}

.dl-option-item span { color: #374151; font-weight: 600; }

.dl-sticky-sidebar { position: sticky; top: 96px; }

.dl-overview-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #eef2f6;
}

.dl-overview-item:last-of-type { border-bottom: none; }

.dl-overview-item i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 15px;
    background: rgba(0, 91, 170, 0.10);
    color: #005baa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dl-overview-item span { display: block; color: #6b7280; font-size: 13px; margin-bottom: 3px; }
.dl-overview-item strong { display: block; color: #111827; font-size: 14px; line-height: 1.35; }

.dl-company-box { display: flex; align-items: center; gap: 14px; }
.dl-company-box strong { color: #111827; display: block; font-size: 15px; }
.dl-company-box p { color: #6b7280; margin: 4px 0 0; font-size: 13px; line-height: 1.45; }

@media (max-width: 991.98px) {
    .dl-job-hero-inner { grid-template-columns: 72px 1fr; }
    .dl-job-hero-action { grid-column: 1 / -1; justify-content: flex-start; }
    .dl-job-company-logo { width: 72px; height: 72px; border-radius: 22px; }
    .dl-job-hero-content h1 { font-size: 30px; }
    .dl-sticky-sidebar { position: static; }
}

@media (max-width: 575.98px) {
    .dl-job-hero { padding: 28px 0 18px; }
    .dl-job-hero-inner { grid-template-columns: 1fr; padding: 22px; border-radius: 24px; }
    .dl-job-company-logo { width: 70px; height: 70px; }
    .dl-job-hero-content h1 { font-size: 26px; }
    .dl-job-meta { gap: 8px; }
    .dl-job-card, .dl-sidebar-card { padding: 22px; border-radius: 22px; }
}
