.jd-page {
    background: #f0f4f8;
    min-height: calc(100vh - 60px);
    padding: 24px 0 60px;
}

.jd-header {
    background: #1a1d2e;
    padding: 20px 0;
    margin-bottom: 24px;
}

.jd-header h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.jd-header .breadcrumb-link {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    text-decoration: none;
}

.jd-header .breadcrumb-link:hover {
    color: #fff;
}

.jd-header .separator {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 8px;
}

/* Main Card */
.jd-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #d0d0d0;
    padding: 28px;
    margin-bottom: 16px;
}

.jd-card-sm {
    padding: 20px;
}

/* Job Header */
.jd-company-icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #d0d0d0;
}

.jd-company-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 6px;
}

.jd-company-icon i {
    font-size: 24px;
    color: #2563eb;
}

.jd-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px;
    line-height: 1.3;
}

.jd-company {
    font-size: 14px;
    color: #2563eb;
    font-weight: 600;
    margin: 0 0 8px;
}

.jd-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 12px 0 0;
}

.jd-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #333333;
    font-weight: 500;
}

.jd-meta-item i {
    font-size: 14px;
    color: #94a3b8;
}

/* Tags */
.jd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.jd-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: #f5f5f5;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    white-space: nowrap;
}

.jd-tag i {
    font-size: 12px;
    color: #94a3b8;
}

/* Actions */
.jd-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.jd-btn-apply {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    flex: 1;
    max-width: 200px;
}

.jd-btn-apply:hover:not(:disabled) {
    background: #1d4ed8;
}

.jd-btn-apply:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.jd-btn-save {
    background: #fff;
    color: #2563eb;
    border: 1.5px solid #2563eb;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.jd-btn-save:hover {
    background: #f5f3ff;
}

/* Sections */
.jd-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.jd-section-body {
    font-size: 14px;
    color: #475569;
    line-height: 1.8;
}

.jd-section-body ul {
    padding-left: 20px;
    margin: 0;
}

.jd-section-body li {
    margin-bottom: 6px;
}

/* Recruiter */
.jd-recruiter {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
}

.jd-recruiter-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #2563eb;
    flex-shrink: 0;
}

.jd-recruiter-name {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.jd-recruiter-role {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
}

/* Quick Info Sidebar */
.jd-info-row {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jd-info-row:last-child {
    border-bottom: none;
}

.jd-info-label {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

.jd-info-value {
    font-size: 13px;
    color: #1e293b;
    font-weight: 600;
    text-align: right;
}

/* Similar Job Card (like apna) */
.jd-similar-card {
    display: flex;
    gap: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    position: relative;
}

.jd-similar-card:hover {
    border-color: #c7d2fe;
    background: #fafbff;
}

.jd-similar-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #d0d0d0;
}

.jd-similar-icon i {
    font-size: 18px;
    color: #2563eb;
}

.jd-similar-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 2px;
}

.jd-similar-company {
    font-size: 12px;
    color: #94a3b8;
    margin: 0 0 6px;
}

.jd-similar-meta {
    font-size: 11px;
    color: #333333;
}

.jd-similar-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #c7d2fe;
    font-size: 16px;
}

.jd-similar-card:hover .jd-similar-arrow {
    color: #2563eb;
}

/* Promo Card */
.jd-promo {
    background: linear-gradient(135deg, #eff6ff, #eff6ff);
    border: 1px solid #93c5fd;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.jd-promo h5 {
    color: #166534;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
}

.jd-promo ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    text-align: left;
}

.jd-promo li {
    font-size: 13px;
    color: #475569;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.jd-promo li i {
    color: #1d4ed8;
    font-size: 14px;
}

.jd-promo-btn {
    display: inline-block;
    background: #1d4ed8;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.jd-promo-btn:hover {
    background: #15803d;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .jd-page {
        padding: 16px 0 40px;
    }

    .jd-header {
        padding: 14px 0;
        margin-bottom: 16px;
    }

    .jd-card {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .jd-title {
        font-size: 18px;
    }

    .jd-card {
        padding: 16px;
        border-radius: 10px;
    }

    .jd-actions {
        flex-direction: column;
    }

    .jd-btn-apply {
        max-width: 100%;
    }

    .jd-meta {
        gap: 10px;
    }

    .jd-header h1 {
        font-size: 18px;
    }
}


