/* ==========================================================================
   Job Fair - Perusahaan Detail Styling (CDC Itenas)
   ========================================================================== */

/* Card Lowongan */
.jf-detail-company .card-job {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
}

.jf-detail-company .card-job:hover {
    border-color: #f97316 !important;
    box-shadow: 0 12px 24px -6px rgba(249, 115, 22, 0.15), 0 4px 8px -4px rgba(249, 115, 22, 0.1) !important;
    transform: translateY(-3px);
}

.jf-detail-company .card-job-top--info-heading a {
    transition: color 0.2s ease;
}

.jf-detail-company .card-job-top--info-heading a:hover {
    color: #ea580c !important;
}

.jf-detail-company .btn-border {
    border: 1px solid #fed7aa !important;
    color: #ea580c !important;
    background-color: #fff7ed !important;
    font-weight: 600;
    transition: all 0.2s ease;
}

.jf-detail-company .btn-border:hover {
    background-color: #ea580c !important;
    border-color: #ea580c !important;
    color: #ffffff !important;
}

/* Link Perusahaan Lain */
.jf-company-item-link {
    transition: color 0.2s ease;
}

.jf-company-item-link:hover {
    color: #ea580c !important;
}

/* CTA Card: Cari Lowongan Lainnya */
.jf-cta-card {
    background-color: #ffffff;
    border: 1px solid rgba(6, 18, 36, 0.1);
    box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
}

.jf-cta-icon {
    width: 48px;
    height: 48px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #f26522;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/* Badge Event Job Fair */
.jf-badge-event {
    background-color: #fff7ed;
    color: #c2410c;
    border: 1px solid #fed7aa;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

.jf-badge-event-sm {
    background-color: #fff7ed;
    color: #c2410c;
    border: 1px solid #fed7aa;
    font-size: 10.5px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
}

.jf-other-company-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 4px;
    background: #ffffff;
}

.jf-gallery-img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.jf-empty-state {
    background: #f8fafc;
    border-radius: 14px;
    border: 1px dashed #cbd5e1;
}

.jf-company-logo {
    height: 80px;
    width: 80px;
    object-fit: contain;
    border-radius: 8px !important;
}

.jf-detail-company .heading-image-rd figure img {
    border-radius: 8px !important;
}

.jf-job-logo {
    height: 50px;
    width: 50px;
    object-fit: contain;
    border-radius: 8px !important;
}

.jf-event-title-highlight {
    color: #ea580c !important;
}

.jf-event-icon-highlight {
    color: #ea580c !important;
}

.jf-job-count-highlight {
    color: #ea580c !important;
}

/* Responsiveness adjustments */
@media (max-width: 767.98px) {
    .sidebar-shadow {
        padding: 22px 18px !important;
    }

    .employers-header-2 {
        padding: 20px 15px !important;
    }

    .employers-header-2 .heading-image-rd {
        margin: 0 auto 15px auto !important;
        display: block;
        text-align: center;
    }

    .employers-header-2 .heading-main-info {
        text-align: center;
        padding-left: 0 !important;
    }

    .employers-header-2 .head-info-profile {
        justify-content: center;
    }

    .employers-header-2 .head-info-profile span {
        display: inline-block;
        margin: 4px 8px !important;
    }

    .jf-header-actions {
        text-align: center !important;
        margin-top: 15px;
    }

    .jf-btn-mobile-full {
        width: 100% !important;
    }

    .jf-card-job-actions {
        width: 100% !important;
        margin-top: 10px;
    }

    .jf-card-job-actions .btn {
        width: 100% !important;
        display: block;
    }
}
