﻿/* Careers page helpers â€” sits on top of Finris theme sections */

/* Equal vertical rhythm between careers sections */
.careers-page .careers-hero,
.careers-page .why-choose-four,
.careers-page .services-one,
.careers-page .about-three,
.careers-page .careers-jobs,
.careers-page .blog-two,
.careers-page .careers-talent,
.careers-page .cta-three {
    padding-top: 100px;
    padding-bottom: 100px;
}

.careers-page .newsletter-two {
    padding-top: 43px;
    padding-bottom: 43px;
}

.careers-page .about-three {
    padding-bottom: 100px;
}

.careers-page .services-one {
    padding-bottom: 100px;
}

.careers-page .cta-three__title-tagline,
.careers-page .cta-three__title,
.careers-page .cta-three__text,
.careers-page .cta-three__user-sub-title {
    color: #0f172a;
}

.careers-page .cta-three__text,
.careers-page .cta-three__user-sub-title {
    color: #475569;
}

.careers-page .cta-three__left-content:before {
    border-color: rgba(15, 23, 42, 0.25);
}

.careers-page .cta-three__left-content-shape-bg {
    opacity: 0.15;
    filter: grayscale(1);
}

/* Newsletter form: theme expects text input + button inside input wrap */
.careers-page .newsletter-two__input {
    position: relative;
}

.careers-page .newsletter-two__input input[type="text"],
.careers-page .newsletter-two__input input[type="email"] {
    font-size: 18px;
    color: var(--finris-white);
    font-weight: 500;
    height: 80px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--finris-white);
    border-radius: 40px;
    outline: none;
    padding: 0 180px 0 40px;
}

.careers-page .newsletter-two__input input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.careers-page .newsletter-two__btn {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 32px;
    height: auto;
    min-height: 0;
}


.careers-hero {
    position: relative;
    display: block;
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
    color: var(--finris-black, #0f172a);
}

.careers-hero .section-title-two__title,
.careers-hero .section-title-two__title span,
.careers-hero .section-title-two__tagline,
.careers-hero .about-two__text {
    color: inherit;
}

.careers-hero .about-two__text {
    color: #475569;
    max-width: 540px;
}

.careers-hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.careers-hero__btn-outline {
    background: transparent !important;
    color: var(--finris-primary, #2596be) !important;
    border: 1px solid var(--finris-primary, #2596be);
}

.careers-hero__btn-outline::before,
.careers-hero__btn-outline::after {
    display: none !important;
}

.careers-hero__btn-outline:hover {
    background: var(--finris-primary, #2596be) !important;
    color: #fff !important;
}

.careers-hero__collage {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    aspect-ratio: 1 / 1.05;
    min-height: 420px;
}

.careers-hero__photo {
    position: absolute;
    overflow: hidden;
    border-radius: 48px;
    background: #eef2f6;
    border: 10px solid #fff;
    box-shadow: 0 10px 28px rgba(105, 105, 105, 0.08);
}

.careers-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.careers-hero__photo--tl {
    width: 42%;
    height: 48%;
    top: 2%;
    left: 14%;
    z-index: 2;
}

.careers-hero__photo--tr {
    width: 38%;
    height: 46%;
    top: 14%;
    right: 2%;
    z-index: 3;
}

.careers-hero__photo--bl {
    width: 52%;
    height: 38%;
    bottom: 4%;
    left: 4%;
    z-index: 2;
    border-radius: 56px;
}

.careers-hero__dot {
    position: absolute;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    padding: 4px;
    border: 2px dashed var(--finris-primary, #2596be);
    background: #fff;
    z-index: 5;
    box-sizing: border-box;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.careers-hero__dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
    display: block;
    background: #e8eef2;
    border: 4px solid #fff;
    box-sizing: border-box;
}

.careers-hero__dot--1 {
    top: 28%;
    left: 0;
}

.careers-hero__dot--2 {
    top: 0;
    right: 18%;
    width: 64px;
    height: 64px;
}

.careers-hero__dot--3 {
    bottom: 8%;
    right: 10%;
    width: 70px;
    height: 70px;
}

.careers-hero__arrow {
    position: absolute;
    top: 4%;
    left: 52%;
    z-index: 4;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #eceff3;
    border: 4px solid #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 16px;
    transform: rotate(45deg);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.careers-hero__stack {
    position: absolute;
    left: 48%;
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 6;
    display: inline-flex;
    align-items: center;
    padding: 8px 10px 8px 14px;
    border-radius: 999px;
    background: #e9edf2;
    border: 4px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.careers-hero__stack-face {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    margin-left: -10px;
    background: #dbe4ec;
    box-sizing: border-box;
}

.careers-hero__stack-face:first-child {
    margin-left: 0;
}

.careers-hero__stack-face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.careers-hero__stack-count {
    width: 48px;
    height: 48px;
    margin-left: -6px;
    border-radius: 50%;
    background: #0b2a3a;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    box-sizing: border-box;
}

.careers-event {
    position: relative;
    padding: 0 0 80px;
    overflow: hidden;
}

.careers-event__frame {
    border-radius: 20px;
    overflow: hidden;
    max-height: 480px;
}

.careers-event__frame img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

.careers-promise__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.careers-promise__list li {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
}

.careers-promise__num {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--finris-primary, #2596be);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}

.careers-promise__list h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

.careers-promise__list p {
    margin: 0;
    opacity: 0.8;
}

.careers-jobs {
    position: relative;
    padding: 100px 0;
    background: #f6f8fa;
    overflow: hidden;
}

.careers-jobs__toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 40px 0 24px;
}

.careers-jobs__search {
    flex: 1 1 260px;
    position: relative;
}

.careers-jobs__search input {
    width: 100%;
    height: 54px;
    border: 1px solid #dde3e8;
    border-radius: 12px;
    padding: 0 18px 0 44px;
    background: #fff;
}

.careers-jobs__search span {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a97a3;
}

.careers-jobs__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.careers-jobs__filters a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 44px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid #dde3e8;
    background: #fff;
    color: #334155;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease;
}

.careers-jobs__filters a.is-active,
.careers-jobs__filters a:hover {
    background: var(--finris-primary, #2596be);
    border-color: var(--finris-primary, #2596be);
    color: #fff;
}

.careers-jobs__count {
    margin-bottom: 18px;
    font-weight: 600;
    color: #334155;
}

.careers-jobs__card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 14px;
    border: 1px solid #e8eef2;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.careers-jobs__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 10px;
    font-size: 14px;
    color: #64748b;
}

.careers-jobs__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.careers-jobs__tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(37, 150, 190, 0.12);
    color: var(--finris-primary, #2596be);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.careers-jobs__title {
    margin: 0;
    font-size: 22px;
}

.careers-jobs__title a {
    color: inherit;
    text-decoration: none;
}

.careers-jobs__title a:hover {
    color: var(--finris-primary, #2596be);
}

.careers-social__grid .services-one__single {
    min-height: 180px;
}

.careers-social__grid .services-one__icon {
    font-size: 28px;
    color: var(--finris-primary, #2596be);
}

@media (max-width: 991px) {
    .careers-hero__collage {
        margin-top: 40px;
        margin-left: 0;
        max-width: 480px;
    }
}

@media (max-width: 767px) {
    .careers-page .careers-hero,
    .careers-page .why-choose-four,
    .careers-page .services-one,
    .careers-page .about-three,
    .careers-page .careers-jobs,
    .careers-page .blog-two,
    .careers-page .careers-talent,
    .careers-page .cta-three {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .careers-hero {
        padding: 70px 0;
    }

    .careers-hero__collage {
        max-width: 100%;
        min-height: 340px;
    }

    .careers-hero__photo {
        border-radius: 32px;
    }

    .careers-hero__photo--bl {
        border-radius: 36px;
    }

    .careers-hero__dot {
        width: 58px;
        height: 58px;
    }

    .careers-hero__dot--2,
    .careers-hero__dot--3 {
        width: 52px;
        height: 52px;
    }

    .careers-hero__stack-face,
    .careers-hero__stack-count {
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .careers-jobs__card {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* Our Talent constellation */
.careers-talent {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
}

.careers-talent__header {
    max-width: 720px;
    margin: 0 auto 48px;
}

.careers-talent__title {
    margin: 0 0 14px;
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
}

.careers-talent__lead {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.careers-talent__stage {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 40px 0 10px;
}

.careers-talent__orbit {
    position: absolute;
    inset: 0 0 40%;
    pointer-events: none;
    z-index: 1;
}

.careers-talent__orbit-face {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #e8eef2;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.careers-talent__orbit-face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.careers-talent__orbit-face--1 { top: 8%; left: 6%; width: 64px; height: 64px; }
.careers-talent__orbit-face--2 { top: 42%; left: 0; width: 78px; height: 78px; }
.careers-talent__orbit-face--3 { top: 68%; left: 10%; width: 58px; height: 58px; }
.careers-talent__orbit-face--4 { top: 4%; right: 8%; width: 60px; height: 60px; }
.careers-talent__orbit-face--5 { top: 28%; right: 0; width: 76px; height: 76px; }
.careers-talent__orbit-face--6 { top: 55%; right: 6%; width: 66px; height: 66px; }
.careers-talent__orbit-face--7 { top: 78%; right: 14%; width: 54px; height: 54px; }

.careers-talent__slides {
    position: relative;
    z-index: 2;
    min-height: 520px;
}

.careers-talent__slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
    pointer-events: none;
}

.careers-talent__slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    position: relative;
}

.careers-talent__avatar-wrap {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careers-talent__ring {
    position: absolute;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 50%;
    inset: 0;
}

.careers-talent__ring--1 { inset: -10px; }
.careers-talent__ring--2 { inset: -22px; opacity: 0.7; }
.careers-talent__ring--3 { inset: -34px; opacity: 0.45; }

.careers-talent__avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    background: #e8eef2;
    position: relative;
    z-index: 1;
}

.careers-talent__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.careers-talent__card {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 36px 40px 42px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.careers-talent__quote {
    display: block;
    font-size: 72px;
    line-height: 0.8;
    color: var(--finris-primary, #2596be);
    font-family: Georgia, serif;
    margin-bottom: 8px;
}

.careers-talent__text {
    margin: 0 0 22px;
    color: #475569;
    font-size: 16px;
    line-height: 1.75;
}

.careers-talent__name {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.careers-talent__role {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.careers-talent__decor {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 46px;
    height: 46px;
    background-image: radial-gradient(var(--finris-primary, #2596be) 1.4px, transparent 1.5px);
    background-size: 9px 9px;
    opacity: 0.55;
}

.careers-talent__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
    position: relative;
    z-index: 3;
}

.careers-talent__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: #d0d7de;
    cursor: pointer;
    transition: 0.2s ease;
}

.careers-talent__dot.is-active,
.careers-talent__dot:hover {
    background: var(--finris-primary, #2596be);
}

@media (max-width: 991px) {
    .careers-talent__orbit-face--1,
    .careers-talent__orbit-face--3,
    .careers-talent__orbit-face--7 {
        display: none;
    }

    .careers-talent__slides {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .careers-talent__title {
        font-size: 32px;
    }

    .careers-talent__orbit {
        display: none;
    }

    .careers-talent__avatar-wrap {
        width: 140px;
        height: 140px;
    }

    .careers-talent__avatar {
        width: 120px;
        height: 120px;
    }

    .careers-talent__card {
        padding: 28px 22px 34px;
    }

    .careers-talent__quote {
        font-size: 56px;
    }
}

/* Career apply / show page — job posting layout */
.careers-show-page .job-post {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 80px 0 100px;
    background: #f4f6f8;
}

.careers-show-page .job-post > .container {
    position: relative;
    z-index: 2;
}

.job-post__card,
.job-post__action-card,
.job-post__form-card,
.job-post__related {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.job-post__card {
    padding: 36px 40px 44px;
    margin-bottom: 24px;
}

.job-post__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 22px;
    color: var(--finris-primary, #2596be);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.job-post__back:hover {
    color: #0f172a;
}

.job-post__title {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #0b2a3a;
}

.job-post__subtitle {
    margin: 0 0 28px;
    color: #64748b;
    font-size: 15px;
}

.job-post__intro p {
    margin: 0 0 16px;
    color: #475569;
    line-height: 1.75;
    font-size: 15px;
}

.job-post__heading {
    margin: 28px 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.job-post__list {
    margin: 0;
    padding-left: 1.15rem;
    color: #475569;
}

.job-post__list li {
    margin-bottom: 8px;
    line-height: 1.65;
}

.job-post__notes {
    color: #475569;
    line-height: 1.75;
    font-size: 15px;
}

.job-post__aside {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.job-post__action-card {
    padding: 22px;
}

.job-post__apply-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 10px;
    background: #0b2a3a;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.job-post__apply-btn:hover {
    background: var(--finris-primary, #2596be);
    color: #fff !important;
}

.job-post__share {
    margin-top: 20px;
}

.job-post__share-label {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}

.job-post__link-row {
    display: flex;
    gap: 8px;
}

.job-post__link-row input {
    flex: 1;
    min-width: 0;
    height: 42px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 12px;
    color: #475569;
    background: #f8fafc;
}

.job-post__copy {
    height: 42px;
    padding: 0 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
}

.job-post__social {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.job-post__social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #dbe3ea;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b2a3a;
    text-decoration: none;
    transition: 0.2s ease;
}

.job-post__social a:hover {
    border-color: var(--finris-primary, #2596be);
    color: var(--finris-primary, #2596be);
}

.job-post__facts {
    background: transparent;
    padding: 4px 6px 8px;
}

.job-post__fact {
    padding: 14px 4px;
    border-bottom: 1px solid #e8edf2;
}

.job-post__fact:last-child {
    border-bottom: 0;
}

.job-post__fact-label {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.job-post__fact-value {
    display: block;
    font-size: 15px;
    color: #0f172a;
    font-weight: 600;
}

.job-post__form-card {
    padding: 22px;
}

.job-post__form-title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.job-post__form-lead {
    margin: 0 0 16px;
    font-size: 13px;
    color: #64748b;
}

.job-post__field {
    margin-bottom: 12px;
}

.job-post__field input,
.job-post__field textarea {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    background: #fff;
    color: #0f172a;
    outline: none;
}

.job-post__field input:focus,
.job-post__field textarea:focus {
    border-color: var(--finris-primary, #2596be);
}

.job-post__field small {
    display: block;
    margin-top: 6px;
    color: #dc2626;
}

.job-post__flash {
    margin: 0 0 12px;
    color: #15803d;
    font-weight: 600;
    font-size: 13px;
}

.job-post__related {
    padding: 20px 22px;
}

.job-post__related h4 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
}

.job-post__related ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.job-post__related li {
    margin-bottom: 10px;
}

.job-post__related a {
    color: #0b2a3a;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.job-post__related a:hover {
    color: var(--finris-primary, #2596be);
}

@media (max-width: 991px) {
    .job-post__card {
        padding: 28px 22px 32px;
    }

    .job-post__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .careers-show-page .job-post {
        padding: 50px 0 70px;
    }
}

.job-post__file {
    display: block;
    width: 100%;
    border: 1px dashed rgba(37, 150, 190, 0.45);
    border-radius: 14px;
    padding: 16px;
    background: rgba(37, 150, 190, 0.04);
    transition: 0.25s ease;
}

.job-post__file:hover,
.job-post__file:focus-within {
    border-color: var(--finris-primary, #2596be);
    background: rgba(37, 150, 190, 0.08);
}

.job-post__file-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #0b2a3a;
    margin-bottom: 4px;
    font-family: var(--finris-font, inherit);
}

.job-post__file-title em {
    color: #e11d48;
    font-style: normal;
}

.job-post__file-hint {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 12px;
}

.job-post__file-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    margin: 0;
}

.job-post__file-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 14px;
    border-radius: 8px;
    background: #0b2a3a;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    transition: 0.2s ease;
}

.job-post__file-box:hover .job-post__file-btn {
    background: var(--finris-primary, #2596be);
}

.job-post__file-name {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    color: #94a3b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-post__file-name.is-filled {
    color: #0f172a;
    font-weight: 500;
}

.job-post__file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
