.jb-suite-single-job {
    padding: 10px 0;
}

.jb-suite-single-grid {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    padding: 0 16px;
}

.jb-suite-single-content .jb-suite-search-detail-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.jb-suite-single-content .jb-suite-search-detail-card > * + * {
    margin-top: 20px;
}

.jb-suite-single-content .jb-suite-search-detail-card > * {
    background: #fff;
    border: 1px solid #e5e1d9;
    border-radius: 12px;
    padding: 24px;
}

.jb-suite-single-content .jb-suite-search-detail-card > .jb-suite-related-jobs {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.jb-suite-single-sidebar {
    position: sticky;
    top: 20px;
    align-self: start;
}

.jb-suite-single-sidebar-empty {
    background: #fff;
    border: 1px solid #e5e1d9;
    border-radius: 12px;
    padding: 16px;
    color: #6b7280;
    font-size: 14px;
}

.jb-suite-back-link {
    display: inline-block;
    margin: 0 0 12px;
    color: #1d4ed8;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.jb-suite-back-link:hover {
    text-decoration: underline;
}

.jb-suite-archive-header {
    margin-bottom: 16px;
}

.jb-suite-archive-header h1 {
    margin: 0;
    font-size: 22px;
}

.jb-suite-archive-breadcrumb {
    margin: 0 0 4px;
    font-size: 12px;
    color: #6b7280;
}

.jb-suite-archive-count {
    margin: 6px 0 0;
    font-size: 14px;
    color: #374151;
}

@media (max-width: 991px) {
    .jb-suite-single-grid {
        grid-template-columns: 1fr;
    }

    .jb-suite-single-sidebar {
        position: static;
    }
}

@media (max-width: 991px) {
    .jb-suite-search-list,
    .jb-suite-search-detail {
        border: 0;
        padding: 0;
        overflow: visible;
        max-height: none;
        background: none;
    }

    .jb-suite-search-detail {
        display: none;
    }

    .jb-suite-search-item.is-active {
        border-color: #e5e1d9;
        box-shadow: none;
    }
}
