.jb-suite-search-detail {
    border: 1px solid #e5e1d9;
    padding: 16px;
    background: #fff;
    max-height: 800px;
    min-height: 200px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

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

.jb-suite-search-placeholder {
    color: #6b7280;
    font-size: 14px;
}

.jb-suite-search-detail-card h2 {
    margin: 0 0 6px;
    font-size: 22px;
}

.jb-suite-search-description {
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
}

.jb-suite-search-company-section {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e5e1d9;
}

.jb-suite-search-company-section h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.jb-suite-search-description h3,
.jb-suite-related-jobs h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.jb-suite-search-company-name {
    font-weight: 600;
    margin: 0 0 6px;
}

.jb-suite-search-company-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #6b7280;
}

.jb-suite-search-company-meta li {
    position: relative;
    padding-right: 12px;
}

.jb-suite-search-company-meta li::after {
    content: "•";
    position: absolute;
    right: 0;
    top: 0;
    color: #9ca3af;
}

.jb-suite-search-company-meta li:last-child {
    padding-right: 0;
}

.jb-suite-search-company-meta li:last-child::after {
    content: "";
}

.jb-suite-search-company-description {
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
}

.jb-suite-search-actions {
    display: flex;
    gap: 10px;
    margin: 16px 0;
    flex-wrap: wrap;
}

.jb-suite-search-apply {
    background: #0056d2;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.jb-suite-search-apply[data-apply-url] {
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    background: #0056d2;
    cursor: pointer;
    border: none;
}

.jb-suite-search-apply-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jb-suite-search-expired-notice {
    margin-top: 8px;
    color: #b91c1c;
    font-weight: 600;
}
