/* =============================================================
   ANMI Recruitment Page Styles
   Plugin : AnMi News Styling
   Scope  : .job-wrap  (wrapper div dán vào WordPress post)
   ============================================================= */

/* ── Outer layout ───────────────────────────────────────────── */
.job-wrap {
    font-size: 1rem;
    color: #212529;
    line-height: 1.75;
}

/* ── Headings ────────────────────────────────────────────────── */
.job-wrap h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a3c6e;
    border-left: 4px solid #2563b0;
    padding-left: .75rem;
    margin-top: 2.25rem;
    margin-bottom: 1rem;
}

.job-wrap h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2563b0;
    margin-top: 1.5rem;
    margin-bottom: .6rem;
}

/* ── Paragraphs & lists ──────────────────────────────────────── */
.job-wrap p {
    line-height: 1.75;
    margin-bottom: .9rem;
}

.job-wrap ul,
.job-wrap ol {
    padding-left: 1.5rem;
    margin-bottom: .9rem;
}

.job-wrap li {
    margin-bottom: .4rem;
    line-height: 1.7;
}

/* ── Figure / image ──────────────────────────────────────────── */
.job-wrap figure {
    margin: 1.5rem 0;
    text-align: center;
}

.job-wrap figure img {
    max-width: 100%;
    height: auto;
    border-radius: .5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.job-wrap figcaption {
    font-size: .85rem;
    color: #6c757d;
    margin-top: .5rem;
}

/* ── Tables ──────────────────────────────────────────────────── */
.job-wrap .table-responsive {
    margin-top: .75rem;
    margin-bottom: 1rem;
}

.job-wrap table {
    width: 100%;
    border-collapse: collapse;
    font-size: .95rem;
}

.job-wrap table th,
.job-wrap table td {
    padding: .6rem .85rem;
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.job-wrap table thead th {
    background-color: #1a3c6e;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.job-wrap table tbody tr:nth-child(even) {
    background-color: #f6f9ff;
}

.job-wrap table tbody tr:hover {
    background-color: #eef3fb;
}

/* ── CTA / application box ────────────────────────────────────── */
.cta-box {
    background-color: rgba(37, 99, 176, .07);
    border: 2px solid #2563b0 !important;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 2.5rem;
}

.cta-box h2 {
    border-left: none !important;
    padding-left: 0 !important;
    color: #1a3c6e !important;
    margin-top: 0 !important;
    font-size: 1.2rem;
}

.cta-box .contact-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .75rem;
    padding: 1rem 1.25rem;
    height: 100%;
}

.cta-box .contact-card .region-label {
    font-weight: 700;
    color: #2563b0;
    margin-bottom: .35rem;
}

.cta-box .contact-card .region-cities {
    font-size: .82rem;
    color: #555;
    margin-bottom: .5rem;
}

.cta-box .contact-card a[href^="tel"] {
    font-weight: 600;
    font-size: 1.05rem;
    color: #1a3c6e;
    text-decoration: none;
}

.cta-box .contact-card a[href^="tel"]:hover {
    color: #2563b0;
    text-decoration: underline;
}

.cta-box .contact-card .email-hint {
    font-size: .78rem;
    color: #6c757d;
    margin-top: .4rem;
}

.cta-box .form-label-small {
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: .35rem;
    display: block;
}

.cta-box .deadline {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 575.98px) {
    .job-wrap h2 {
        font-size: 1.1rem;
    }

    .job-wrap h3 {
        font-size: 1rem;
    }

    .cta-box {
        padding: 1.25rem;
    }
}