.blast-jobs-page {
    background: #fff;
}

/* Buscador superior */
.jobs-search-banner {
    background: #050000;
    padding: 35px 0;
    border-bottom: 5px solid #c00000;
}

.jobs-search-banner label {
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
}

.jobs-search-banner .form-control {
    border-radius: 6px;
    height: 42px;
    border: none;
}

.more-options,
.clear-search {
    display: inline-block;
    color: #f7d7d8;
    text-decoration: none;
    margin-top: 8px;
    font-size: 14px;
}

.more-options:hover,
.clear-search:hover {
    color: #fff;
}

.btn-search-jobs {
    background: #c00000;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    transition: 0.3s ease;
}

.btn-search-jobs:hover {
    background: #ed090d;
}

.clear-search {
    display: block;
}

/* Título */
.jobs-title-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 25px;
    gap: 20px;
}

.jobs-title-row h1 {
    font-size: 34px;
    font-weight: 800;
    color: #050000;
    margin-bottom: 5px;
}

.jobs-title-row p {
    color: #666;
    margin: 0;
}

.jobs-results {
    color: #555;
    font-size: 15px;
}

/* Tabla */
.jobs-table-wrapper {
    overflow-x: auto;
}

.blast-jobs-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.blast-jobs-table thead tr:first-child {
    border-bottom: 2px solid #ddd;
}

.blast-jobs-table th {
    color: #c00000;
    font-size: 15px;
    font-weight: 800;
    padding: 13px 10px;
    text-align: left;
}

.filter-row td {
    padding: 10px;
    background: #fff;
}

.filter-row input {
    width: 100%;
    height: 34px;
    border: 1px solid #bbb;
    padding: 6px 9px;
    font-size: 14px;
}

.filter-row button {
    background: #c00000;
    color: #fff;
    border: none;
    padding: 7px 14px;
    border-radius: 5px;
    font-weight: 600;
}

.filter-row a {
    display: block;
    margin-top: 6px;
    color: #c00000;
    text-decoration: none;
    font-size: 13px;
}

.blast-jobs-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.blast-jobs-table tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

.blast-jobs-table tbody tr:nth-child(even) {
    background: #fff;
}

.blast-jobs-table tbody tr:hover {
    background: #f7d7d8;
}

.blast-jobs-table td {
    padding: 14px 10px;
    color: #333;
    font-size: 15px;
    vertical-align: top;
}

.blast-jobs-table td a {
    color: #c00000;
    text-decoration: none;
    font-weight: 600;
}

.blast-jobs-table td a:hover {
    color: #ed090d;
    text-decoration: underline;
}

.btn-detail-small {
    background: #050000;
    color: #fff !important;
    padding: 7px 13px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none !important;
    display: inline-block;
}

.btn-detail-small:hover {
    background: #c00000;
}

.jobs-bottom-results {
    text-align: right;
    color: #555;
    font-size: 15px;
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .jobs-title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .jobs-title-row h1 {
        font-size: 28px;
    }

    .jobs-search-banner {
        padding: 28px 0;
    }

    .btn-search-jobs {
        width: 100%;
        margin-top: 10px;
    }
}


/* OFERTA DETALLES */

.job-detail-page {
    background: #f6f6f6;
}

.job-detail-hero {
    background: linear-gradient(135deg, #3b0000, #8b0000, #c00000);
    color: #fff;
    padding: 40px 0 45px; /* antes 60 / 70 */
}

.job-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 35px;
    opacity: 0.9;
}

.job-back-link:hover {
    color: #fff;
    opacity: 1;
}

.job-area-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.job-hero-content h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 18px;
}

.job-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 15px;
}

.job-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.job-main-card,
.job-side-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.job-main-card h3,
.job-side-card h4 {
    color: #4b0000;
    font-weight: 800;
    margin-bottom: 18px;
}

.job-main-card p {
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.job-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.job-highlight-item {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 18px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.job-highlight-item i {
    color: #c00000;
    font-size: 24px;
}

.job-highlight-item strong {
    display: block;
    color: #222;
    font-size: 14px;
}

.job-highlight-item span {
    color: #666;
    font-size: 14px;
}

.job-side-card {
    position: sticky;
    top: 100px;
}

.job-side-info {
    border-bottom: 1px solid #eee;
    padding: 16px 0;
}

.job-side-info span {
    display: block;
    color: #777;
    font-size: 13px;
    margin-bottom: 4px;
}

.job-side-info strong {
    color: #222;
    font-size: 15px;
}

.btn-apply-job {
    display: block;
    width: 100%;
    text-align: center;
    background: #c00000;
    color: #fff;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 24px;
    transition: 0.3s ease;
}

.btn-apply-job:hover {
    background: #8b0000;
    color: #fff;
    transform: translateY(-2px);
}

.job-side-note {
    color: #777;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 18px;
}

@media (max-width: 991px) {
    .job-hero-content h1 {
        font-size: 32px;
    }

    .job-highlight-grid {
        grid-template-columns: 1fr;
    }

    .job-side-card {
        position: static;
    }
}