/* Public careers board — iframe-friendly, no ERP chrome */
.careers-body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f7fb;
    color: #0f172a;
    min-height: 100vh;
}

.careers-header {
    background: linear-gradient(135deg, #0b2540 0%, #1e3a5f 100%);
    color: #fff;
    padding: 20px 24px;
}

.careers-header-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Override Bootstrap img { max-width: 100% } inside the public careers header */
.careers-body .careers-header img.careers-logo {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.careers-logo-wrap {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    max-width: 52px;
    max-height: 52px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
    box-sizing: border-box;
}

.careers-logo {
    display: block;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.careers-header-text {
    min-width: 0;
}

.careers-brand {
    font-size: 22px;
    font-weight: 800;
}

.careers-tagline {
    font-size: 14px;
    opacity: 0.85;
}

.careers-main {
    max-width: 960px;
    margin: 0 auto;
    padding: 24px 20px 48px;
}

.careers-footer {
    text-align: center;
    padding: 16px;
    border-top: 1px solid #e2e8f0;
    background: #fff;
}

.careers-alert {
    border-radius: 12px;
    margin-bottom: 16px;
}

.careers-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
    margin-bottom: 16px;
}

.careers-card:hover {
    border-color: #93c5fd;
}

.careers-card-title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 8px;
    color: #0f172a;
}

.careers-card-meta {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
}

.careers-job-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #334155;
}

.careers-apply-banner {
    background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    padding: 18px 20px;
    margin-bottom: 20px;
}

.careers-embed-hint {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 13px;
    color: #475569;
    word-break: break-all;
}

.careers-form-shell .crm-form-panel {
    margin-bottom: 16px;
}

.careers-form-shell .crm-form-actions {
    margin-top: 8px;
}

.careers-honeypot {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}
