.jobs-public-page,
.jobs-admin-page {
    margin-bottom: 16px;
}

.jobs-hero-panel {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}

.jobs-hero-panel:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), transparent 36%), radial-gradient(circle at bottom left, rgba(34, 197, 94, 0.08), transparent 40%);
    pointer-events: none;
}

.jobs-hero-panel .panel-body {
    position: relative;
    z-index: 1;
}

.jobs-hero-kicker {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid var(--background3);
    background: rgba(255, 255, 255, 0.06);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.jobs-hero-title {
    margin: 0 0 6px;
}

.jobs-hero-intro {
    margin: 0;
    max-width: 860px;
}

.jobs-filter-panel {
    margin-bottom: 14px;
}

.jobs-filter-form .form-group {
    margin-bottom: 10px;
}

.jobs-filter-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.jobs-card-grid {
    margin-top: 4px;
}

.jobs-card-col {
    margin-bottom: 12px;
}

.jobs-card {
    height: 100%;
}

.jobs-card-top {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.jobs-card-title {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 20px;
}

.jobs-card-title a {
    color: inherit;
    text-decoration: none;
}

.jobs-card-title a:hover,
.jobs-card-title a:focus {
    text-decoration: underline;
}

.jobs-card-meta {
    font-size: 13px;
}

.jobs-card-badges {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.jobs-card-taxonomy {
    margin: 10px 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.jobs-tax-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid var(--background3);
    padding: 4px 10px;
    font-size: 12px;
    color: var(--text-color-main);
    background: rgba(255, 255, 255, 0.05);
}

.jobs-tax-pill-muted {
    color: var(--text-color-secondary);
}

.jobs-card-teaser {
    margin-bottom: 12px;
    line-height: 1.5;
}

.jobs-card-actions {
    margin-top: auto;
}

.jobs-pagination-wrap {
    margin-top: 8px;
}

.jobs-results-loader {
    min-height: 72px;
    align-items: center;
    justify-content: center;
}

#jobs-results-content.is-loading {
    opacity: 0.55;
    transition: opacity 0.15s ease-in-out;
}

.jobs-detail-header-panel {
    margin-bottom: 12px;
}

.jobs-detail-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.jobs-detail-title {
    margin: 0;
}

.jobs-detail-short {
    margin-top: 8px;
}

.jobs-detail-panel h4 {
    margin-top: 18px;
    margin-bottom: 8px;
}

.jobs-detail-panel h4:first-child {
    margin-top: 0;
}

.jobs-detail-list {
    padding-left: 20px;
}

.jobs-detail-list li {
    margin-bottom: 4px;
}

.jobs-detail-cta {
    margin-top: 18px;
}

.jobs-apply-header {
    margin-bottom: 12px;
}

.jobs-privacy-box {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid var(--background3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
}

.jobs-privacy-text {
    margin-bottom: 8px;
    color: var(--text-color-secondary);
}

.jobs-form-actions {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.jobs-success-body {
    text-align: left;
}

.jobs-admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.jobs-admin-filter-form {
    margin-bottom: 10px;
}

.jobs-admin-table-wrap {
    margin-top: 6px;
}

.jobs-admin-action-cell {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.jobs-admin-side-card {
    padding: 10px;
    border: 1px solid var(--background3);
    border-radius: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.03);
}

.jobs-admin-side-card h5 {
    margin-top: 0;
}

.jobs-admin-message-box {
    padding: 10px;
    border: 1px solid var(--background3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    min-height: 84px;
}

.jobs-share-media-footer-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    min-width: 0;
}

.jobs-share-media-footer.new-post-design-web-feed-media-footer .new-post-design-web-feed-source {
    flex: 1 1 auto;
    min-width: 0;
}

.jobs-share-media-footer.new-post-design-web-feed-media-footer .new-post-design-web-feed-source-link {
    display: block;
    width: 100%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobs-share-media-footer-actions .new-post-design-web-feed-open {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}

.jobs-share-media-footer-actions .new-post-design-web-feed-open .new-post-design-footer-action-label {
    display: inline-block;
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .jobs-detail-header-top {
        flex-direction: column;
        align-items: stretch;
    }

    .jobs-admin-header {
        flex-direction: column;
        align-items: stretch;
    }

    .jobs-admin-header .btn {
        width: 100%;
    }

    .jobs-form-actions .btn {
        width: 100%;
    }
}
