body.page-id-60174 .entry-title,
body.page-id-60174 .edit-link {
    display: none !important;
}

.bkjobs-page,
.bkjobs-page * {
    box-sizing: border-box;
}

.bkjobs-page {
    --bkjobs-max: 760px;
    --bkjobs-pink: #c9246b;
    --bkjobs-purple: #54398e;
    --bkjobs-ink: #111111;
    --bkjobs-text: #171116;
    --bkjobs-muted: #726a70;
    --bkjobs-border: #eee2e9;
    --bkjobs-soft: #fff5fa;
    --bkjobs-bg: #fffafb;
    --bkjobs-shadow: 0 14px 34px rgba(80, 32, 56, .08), 0 2px 8px rgba(80, 32, 56, .04);
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 92% 0%, rgba(201, 36, 107, .12), transparent 260px),
        radial-gradient(circle at 0% 26%, rgba(84, 57, 142, .08), transparent 240px),
        linear-gradient(180deg, #fff8fb 0%, #ffffff 54%, #fffafb 100%);
    color: var(--bkjobs-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.bkjobs-shell {
    width: min(100%, var(--bkjobs-max));
    margin: 0 auto;
    padding: 10px max(10px, env(safe-area-inset-right)) calc(96px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
}

.bkjobs-card {
    width: 100%;
    background: rgba(255, 255, 255, .98);
    border: 1px solid var(--bkjobs-border);
    border-radius: 22px;
    box-shadow: var(--bkjobs-shadow);
    margin: 0 0 10px;
    overflow: hidden;
}

.bkjobs-hero-card {
    padding: 14px;
    position: relative;
}

.bkjobs-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(201, 36, 107, .09), transparent 34%),
        radial-gradient(circle at 100% 0%, rgba(84, 57, 142, .10), transparent 220px);
}

.bkjobs-hero-card > * {
    position: relative;
    z-index: 1;
}

.bkjobs-brand-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.bkjobs-logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--bkjobs-pink), var(--bkjobs-purple));
    box-shadow: 0 10px 22px rgba(201, 36, 107, .24);
    font-size: 15px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.06em;
}

.bkjobs-brand-row strong,
.bkjobs-brand-row small {
    display: block;
}

.bkjobs-brand-row strong {
    color: #161016;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 930;
    letter-spacing: -.025em;
}

.bkjobs-brand-row small {
    margin-top: 2px;
    color: var(--bkjobs-muted);
    font-size: 11px;
    line-height: 1.1;
    font-weight: 720;
}

.bkjobs-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 999px;
    padding: 0 11px;
    background: rgba(17, 17, 17, .94);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bkjobs-hero-card h1 {
    margin: 10px 0 5px;
    color: var(--bkjobs-text);
    font-size: clamp(19px, 5vw, 25px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.04em;
}

.bkjobs-hero-card p {
    margin: 0 0 12px;
    color: var(--bkjobs-muted);
    font-size: 12px;
    line-height: 1.48;
    font-weight: 650;
}

.bkjobs-trust-row {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 0 0 12px;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
}

.bkjobs-trust-row::-webkit-scrollbar {
    display: none;
}

.bkjobs-trust-row span {
    flex: 0 0 auto;
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #f0dce7;
    background: rgba(255, 255, 255, .86);
    color: #6d233f;
    font-size: 10px;
    line-height: 1;
    font-weight: 850;
    white-space: nowrap;
}

.bkjobs-banner {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #f5edf2;
    border: 1px solid #f0e1e9;
    box-shadow: 0 10px 24px rgba(67, 27, 49, .08);
}

.bkjobs-banner img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.bkjobs-form-card {
    padding: 14px;
}

.bkjobs-form-card h2,
.bkjobs-info-card h2 {
    margin: 0 0 6px;
    color: var(--bkjobs-text);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.025em;
}

.bkjobs-form-note {
    margin: 0 0 12px;
    color: var(--bkjobs-muted);
    font-size: 11px;
    line-height: 1.45;
    font-weight: 650;
}

.bkjobs-form {
    display: grid;
    gap: 10px;
}

.bkjobs-section {
    display: grid;
    gap: 9px;
    min-width: 0;
    padding: 11px;
    border: 1px solid #f1e5ec;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,253,.92)),
        radial-gradient(circle at 100% 0%, rgba(201, 36, 107, .055), transparent 150px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 6px 18px rgba(60, 24, 42, .035);
}

.bkjobs-section-head {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    margin: 0 0 1px;
}

.bkjobs-section-icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bkjobs-ink);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
}

.bkjobs-section-head strong,
.bkjobs-section-head small {
    display: block;
    min-width: 0;
}

.bkjobs-section-head strong {
    color: var(--bkjobs-text);
    font-size: 13px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.025em;
}

.bkjobs-section-head small {
    margin-top: 2px;
    color: var(--bkjobs-muted);
    font-size: 10px;
    line-height: 1.15;
    font-weight: 700;
}

.bkjobs-field {
    display: grid;
    gap: 4px;
}

.bkjobs-field label,
.bkjobs-choice-group legend {
    margin: 0;
    padding: 0;
    color: #463940;
    font-size: 10.5px !important;
    line-height: 1.2 !important;
    font-weight: 820;
    letter-spacing: .015em;
}

.bkjobs-field input,
.bkjobs-field select {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    border: 1px solid #eadde5 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(65, 24, 45, .035) !important;
    color: var(--bkjobs-text) !important;
    /* Keep 16px on actual controls to prevent iOS focus zoom. */
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 650 !important;
    letter-spacing: -.028em !important;
    outline: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.bkjobs-field select {
    padding-right: 34px !important;
    background-image:
        linear-gradient(45deg, transparent 50%, #776a72 50%),
        linear-gradient(135deg, #776a72 50%, transparent 50%) !important;
    background-position:
        calc(100% - 19px) 50%,
        calc(100% - 14px) 50% !important;
    background-size: 5px 5px, 5px 5px !important;
    background-repeat: no-repeat !important;
}

.bkjobs-field input::placeholder {
    color: #aaa1a8;
    font-weight: 520;
    letter-spacing: -.015em;
}

.bkjobs-field input:focus,
.bkjobs-field select:focus {
    border-color: var(--bkjobs-pink) !important;
    box-shadow: 0 0 0 3px rgba(201, 36, 107, .10), 0 4px 16px rgba(65, 24, 45, .04) !important;
}

.bkjobs-field-error,
.bkjobs-field-error input,
.bkjobs-field-error select,
.bkjobs-choice-group.bkjobs-field-error label {
    border-color: #d93025 !important;
    background-color: #fff7f6 !important;
}

.bkjobs-mini-grid {
    display: grid;
    gap: 9px;
}

.bkjobs-choice-group {
    min-width: 0;
    margin: 2px 0 0;
    padding: 0;
    border: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.bkjobs-choice-group legend {
    grid-column: 1 / -1;
}

.bkjobs-choice-group label {
    position: relative;
    display: grid !important;
    place-items: center !important;
    height: 42px;
    min-height: 42px;
    padding: 8px 8px;
    border: 1px solid #eadde5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(65, 24, 45, .035);
    color: #322a30;
    cursor: pointer;
    user-select: none;
    text-align: center;
    overflow: hidden;
}

.bkjobs-choice-group input {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.bkjobs-choice-group span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    height: 100%;
    font-size: 12px !important;
    line-height: 1.05 !important;
    font-weight: 820 !important;
    letter-spacing: -.015em;
    white-space: nowrap;
}

.bkjobs-choice-group label:has(input:checked),
.bkjobs-choice-group label.bkjobs-choice-selected {
    border-color: rgba(201, 36, 107, .58);
    background: linear-gradient(180deg, #fff2f8 0%, #fff 100%);
    color: var(--bkjobs-pink);
    box-shadow: 0 0 0 3px rgba(201, 36, 107, .08), 0 8px 18px rgba(201, 36, 107, .08);
}

.bkjobs-choice-group label:has(input:checked)::after,
.bkjobs-choice-group label.bkjobs-choice-selected::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--bkjobs-pink);
    box-shadow: 0 0 0 3px rgba(201, 36, 107, .10);
}

.bkjobs-submit,
.bkjobs-secondary-link {
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.bkjobs-submit {
    width: 100%;
    margin-top: 2px;
    color: #fff;
    background: linear-gradient(135deg, var(--bkjobs-pink), var(--bkjobs-purple));
    box-shadow: 0 11px 24px rgba(201, 36, 107, .25);
    letter-spacing: -.015em;
    transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.bkjobs-submit:active {
    transform: translateY(1px) scale(.995);
}

.bkjobs-submit svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bkjobs-submit:disabled {
    opacity: .68;
    cursor: wait;
}

.bkjobs-info-card {
    padding: 14px;
}

.bkjobs-info-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.bkjobs-info-card li {
    position: relative;
    min-height: 32px;
    padding: 8px 10px 8px 34px;
    border: 1px solid #f0e5eb;
    border-radius: 14px;
    background: #fff;
    color: #2a2228;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 760;
}

.bkjobs-info-card li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--bkjobs-pink), var(--bkjobs-purple));
    box-shadow: inset 0 0 0 5px #fff;
}

.bkjobs-info-card p {
    margin: 12px 0;
    color: var(--bkjobs-muted);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 650;
}

.bkjobs-secondary-link {
    width: 100%;
    color: #111 !important;
    background: #fff;
    border: 1px solid #dfd2da;
}

.bkjobs-toast {
    position: fixed;
    left: 50%;
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 999999;
    width: min(calc(100% - 28px), 420px);
    padding: 13px 16px;
    border-radius: 16px;
    background: #111;
    color: #fff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 18px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.bkjobs-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.bkjobs-toast.success {
    background: #13865c;
}

.bkjobs-toast.error {
    background: #d93025;
}

@media (min-width: 641px) {
    .bkjobs-shell {
        padding-top: 18px;
    }

    .bkjobs-card {
        border-radius: 24px;
        margin-bottom: 14px;
    }

    .bkjobs-hero-card,
    .bkjobs-form-card,
    .bkjobs-info-card {
        padding: 20px;
    }

    .bkjobs-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .bkjobs-shell {
        padding-top: 22px;
        padding-bottom: 110px;
    }

    .bkjobs-hero-card h1 {
        font-size: 30px;
    }
}
