/* /Components/Common/Carousel/Carousel.razor.rz.scp.css */
.carousel[b-h7s3p4w98c] {
    --carousel-accent: #f5cc74;
    position: relative;
    isolation: isolate;
    width: 100%;
    height: clamp(30rem, min(66vw, calc(100svh - 9rem)), 43rem);
    overflow: hidden;
    border-radius: 8px;
    background: #18322e;
    box-shadow: 0 1.5rem 4rem rgb(27 42 38 / 18%);
    outline: none;
}

.carousel:focus-visible[b-h7s3p4w98c] {
    box-shadow: 0 0 0 3px #f8f5ed, 0 0 0 6px #176b5d;
}

.carousel__viewport[b-h7s3p4w98c],
.carousel__track[b-h7s3p4w98c] {
    position: absolute;
    inset: 0;
}

.carousel__viewport[b-h7s3p4w98c] {
    overflow: hidden;
}

.carousel--swipe-enabled .carousel__viewport[b-h7s3p4w98c] {
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.carousel__viewport--dragging[b-h7s3p4w98c] {
    cursor: grabbing;
}

.carousel__viewport--dragging .carousel__track[b-h7s3p4w98c] {
    transition: none;
}

.carousel__track[b-h7s3p4w98c] {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform var(--carousel-transition-duration, 650ms) cubic-bezier(0.65, 0, 0.35, 1);
}

.carousel__empty[b-h7s3p4w98c] {
    display: grid;
    min-height: 100%;
    padding: 2rem;
    place-items: center;
    color: rgb(255 255 255 / 72%);
    text-align: center;
}

.carousel__slide[b-h7s3p4w98c] {
    position: relative;
    flex: 0 0 calc(100% / var(--visible-cards));
    min-width: 0;
    height: 100%;
    overflow: hidden;
    container-type: inline-size;
}

.carousel__slide img[b-h7s3p4w98c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.025);
    transition: transform 7s ease-out;
}

.carousel__slide--visible img[b-h7s3p4w98c] {
    transform: scale(1);
}

.carousel--multiple .carousel__slide:not(:last-child)[b-h7s3p4w98c] {
    box-shadow: var(--carousel-slide-separator-shadow, inset -3px 0 #f8f5ed);
}

.carousel--multiple .carousel__shade[b-h7s3p4w98c] {
    background: linear-gradient(0deg, rgb(8 27 24 / 88%) 0%, rgb(8 27 24 / 48%) 54%, rgb(8 27 24 / 8%) 100%);
}

.carousel--multiple .carousel__content[b-h7s3p4w98c] {
    right: clamp(1.5rem, 4vw, 3.5rem);
    bottom: 6rem;
    left: clamp(1.5rem, 4vw, 3.5rem);
    width: auto;
}

.carousel--multiple .carousel__content h2[b-h7s3p4w98c] {
    font-size: clamp(2.75rem, 5vw, 4.75rem);
}

.carousel__shade[b-h7s3p4w98c] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(10 29 26 / 86%) 0%, rgb(10 29 26 / 52%) 46%, rgb(10 29 26 / 8%) 78%),
                linear-gradient(0deg, rgb(10 29 26 / 55%) 0%, transparent 38%);
}

.carousel__content[b-h7s3p4w98c] {
    position: absolute;
    left: clamp(2rem, 7vw, 6.5rem);
    bottom: clamp(6rem, 13vw, 9rem);
    width: min(38rem, calc(100% - 8rem));
    color: #fffdf7;
}

.carousel__eyebrow[b-h7s3p4w98c] {
    margin: 0 0 1rem;
    color: var(--carousel-accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.carousel__content h2[b-h7s3p4w98c] {
    margin: 0;
    max-width: 10ch;
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(3rem, 7vw, 6.75rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0.94;
    text-wrap: balance;
}

.carousel__description[b-h7s3p4w98c] {
    max-width: 34rem;
    margin: 1.5rem 0 0;
    color: rgb(255 253 247 / 84%);
    font-size: clamp(0.95rem, 1.4vw, 1.1rem);
    line-height: 1.65;
}

.carousel__autoplay[b-h7s3p4w98c] {
    border: 0;
    cursor: pointer;
}

.carousel__autoplay:hover[b-h7s3p4w98c],
.carousel__autoplay:focus-visible[b-h7s3p4w98c] {
    border-color: white;
    background: rgb(10 29 26 / 64%);
    outline: none;
}

.carousel__footer[b-h7s3p4w98c] {
    position: absolute;
    z-index: 2;
    right: clamp(1.5rem, 4vw, 3rem);
    bottom: 2rem;
    left: clamp(1.5rem, 4vw, 3rem);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.carousel__autoplay[b-h7s3p4w98c] {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 38%);
    border-radius: 50%;
    background: transparent;
    color: white;
    font-size: 0.72rem;
}

@media (max-width: 640px) {
    .carousel[b-h7s3p4w98c] {
        height: min(41rem, calc(100svh - 8.5rem));
        min-height: 32rem;
        border-radius: 0;
    }

    .carousel__shade[b-h7s3p4w98c] {
        background: linear-gradient(0deg, rgb(8 27 24 / 88%) 0%, rgb(8 27 24 / 38%) 62%, rgb(8 27 24 / 10%) 100%);
    }

    .carousel__content[b-h7s3p4w98c] {
        right: 1.5rem;
        bottom: 6.5rem;
        left: 1.5rem;
        width: auto;
    }

    .carousel__content h2[b-h7s3p4w98c] {
        font-size: clamp(2.75rem, 15vw, 4.5rem);
    }

    .carousel__description[b-h7s3p4w98c] {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .carousel__footer[b-h7s3p4w98c] {
        right: 1.5rem;
        bottom: 1.75rem;
        left: 1.5rem;
        justify-content: space-between;
    }

}

@container (max-width: 420px) {
    .carousel__content[b-h7s3p4w98c] {
        right: 1.25rem;
        bottom: 5.75rem;
        left: 1.25rem;
        width: auto;
    }

    .carousel__content h2[b-h7s3p4w98c] {
        font-size: clamp(2rem, 12cqi, 3rem);
    }

    .carousel__description[b-h7s3p4w98c] {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@container (max-width: 260px) {
    .carousel__eyebrow[b-h7s3p4w98c] {
        margin-bottom: 0.7rem;
        font-size: 0.62rem;
    }

    .carousel__content h2[b-h7s3p4w98c] {
        font-size: clamp(1.7rem, 17cqi, 2.3rem);
        line-height: 1;
    }

    .carousel__description[b-h7s3p4w98c] {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel__track[b-h7s3p4w98c],
    .carousel__slide img[b-h7s3p4w98c] {
        transition: none;
    }
}
/* /Components/Common/Carousel/CarouselIndicator.razor.rz.scp.css */
.carousel-indicator[b-net69qdynq] {
    --indicator-color: rgb(255 255 255 / 42%);
    --indicator-active-color: #f5cc74;
    --indicator-size: 0.55rem;
    --indicator-active-size: 0.75rem;
    --indicator-border-width: 2px;
    --indicator-radius: 50%;
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.carousel-indicator__item[b-net69qdynq] {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.carousel-indicator__item[b-net69qdynq]::before {
    width: var(--indicator-size);
    height: var(--indicator-size);
    border-radius: var(--indicator-radius);
    background: var(--indicator-color);
    content: "";
    transition: width 180ms ease, height 180ms ease, background 180ms ease, border-color 180ms ease;
}

.carousel-indicator__item--active[b-net69qdynq]::before {
    width: var(--indicator-active-size);
    height: var(--indicator-active-size);
    background: var(--indicator-active-color);
}

.carousel-indicator__item:focus-visible[b-net69qdynq] {
    outline: 2px solid white;
    outline-offset: -5px;
}

.carousel-indicator--lines[b-net69qdynq] {
    --indicator-radius: 0;
}

.carousel-indicator--lines .carousel-indicator__item[b-net69qdynq]::before {
    width: 2rem;
    height: 0.25rem;
}

.carousel-indicator--lines .carousel-indicator__item--active[b-net69qdynq]::before {
    width: 2.75rem;
    height: 0.25rem;
}

.carousel-indicator--dots[b-net69qdynq] {
    gap: 0;
}

.carousel-indicator--circles[b-net69qdynq] {
    --indicator-size: 0.72rem;
    --indicator-active-size: 0.72rem;
}

.carousel-indicator--circles .carousel-indicator__item[b-net69qdynq]::before {
    border: var(--indicator-border-width) solid var(--indicator-color);
    background: transparent;
}

.carousel-indicator--circles .carousel-indicator__item--active[b-net69qdynq]::before {
    border-color: var(--indicator-active-color);
    background: var(--indicator-active-color);
    box-shadow: inset 0 0 0 2px #173b35;
}

.carousel-indicator--custom .carousel-indicator__item[b-net69qdynq]::before,
.carousel-indicator--templated .carousel-indicator__item[b-net69qdynq]::before {
    content: none;
}

@media (max-width: 640px) {
    .carousel-indicator__item[b-net69qdynq] {
        width: 2rem;
    }

    .carousel-indicator--lines .carousel-indicator__item[b-net69qdynq]::before {
        width: 1.4rem;
    }

    .carousel-indicator--lines .carousel-indicator__item--active[b-net69qdynq]::before {
        width: 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicator__item[b-net69qdynq]::before {
        transition: none;
    }
}
/* /Components/Common/Carousel/CarouselNavigation.razor.rz.scp.css */
.carousel-navigation[b-kjludxw2g1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.carousel-navigation__button[b-kjludxw2g1] {
    display: grid;
    width: 3rem;
    height: 3rem;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 1.25rem;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.carousel-navigation--circles .carousel-navigation__button[b-kjludxw2g1] {
    border: 1px solid rgb(24 50 46 / 34%);
    border-radius: 50%;
    color: #18322e;
}

.carousel-navigation--circles .carousel-navigation__button:hover:not(:disabled)[b-kjludxw2g1],
.carousel-navigation--circles .carousel-navigation__button:focus-visible[b-kjludxw2g1] {
    border-color: #176b5d;
    background: #176b5d;
    color: white;
}

.carousel-navigation--overlay[b-kjludxw2g1] {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
}

.carousel-navigation--overlay .carousel-navigation__button[b-kjludxw2g1] {
    position: absolute;
    top: 50%;
    pointer-events: auto;
    transform: translateY(-50%);
}

.carousel-navigation--circles.carousel-navigation--overlay .carousel-navigation__button[b-kjludxw2g1] {
    border-color: rgb(255 255 255 / 45%);
    background: rgb(10 29 26 / 24%);
    color: white;
}

.carousel-navigation--circles.carousel-navigation--overlay .carousel-navigation__button:hover:not(:disabled)[b-kjludxw2g1],
.carousel-navigation--circles.carousel-navigation--overlay .carousel-navigation__button:focus-visible[b-kjludxw2g1] {
    border-color: white;
    background: rgb(10 29 26 / 64%);
}

.carousel-navigation--overlay .carousel-navigation__button--previous[b-kjludxw2g1] {
    left: 1.25rem;
}

.carousel-navigation--overlay .carousel-navigation__button--next[b-kjludxw2g1] {
    right: 1.25rem;
}

.carousel-navigation--arrows .carousel-navigation__button[b-kjludxw2g1] {
    width: 2.5rem;
    height: 2.5rem;
    border-color: transparent;
    border-radius: 0;
    background: transparent;
    color: #18322e;
    font-size: 1.65rem;
}

.carousel-navigation--arrows .carousel-navigation__button:hover:not(:disabled)[b-kjludxw2g1],
.carousel-navigation--arrows .carousel-navigation__button:focus-visible[b-kjludxw2g1] {
    border-color: transparent;
    background: transparent;
    color: #a25035;
}

.carousel-navigation--arrows.carousel-navigation--overlay .carousel-navigation__button[b-kjludxw2g1] {
    border-color: transparent;
    background: transparent;
    color: white;
    text-shadow: 0 1px 0 rgb(10 29 26 / 60%), 0 0 1rem rgb(10 29 26 / 72%);
}

.carousel-navigation--arrows.carousel-navigation--overlay .carousel-navigation__button:hover:not(:disabled)[b-kjludxw2g1],
.carousel-navigation--arrows.carousel-navigation--overlay .carousel-navigation__button:focus-visible[b-kjludxw2g1] {
    border-color: transparent;
    background: transparent;
    color: #f5cc74;
}

@media (max-width: 640px) {
    .carousel-navigation--overlay .carousel-navigation__button[b-kjludxw2g1] {
        top: 1.25rem;
        width: 2.75rem;
        height: 2.75rem;
        transform: none;
    }

    .carousel-navigation--overlay .carousel-navigation__button--previous[b-kjludxw2g1] {
        right: 4.75rem;
        left: auto;
    }

    .carousel-navigation--overlay .carousel-navigation__button--next[b-kjludxw2g1] {
        right: 1.25rem;
    }
}

.carousel-navigation__button:disabled[b-kjludxw2g1] {
    cursor: not-allowed;
    opacity: 0.35;
}

.carousel-navigation__button:focus-visible[b-kjludxw2g1] {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-navigation__button[b-kjludxw2g1] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-44mjq5hw6h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-44mjq5hw6h] {
    flex: 1;
}




#blazor-error-ui[b-44mjq5hw6h] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-44mjq5hw6h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Job.razor.rz.scp.css */
.job-loading[b-8o9aomqjvs] {
    padding: 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 10px;
    background: var(--finpleo-surface);
    color: var(--finpleo-text-secondary);
    font-size: .85rem;
}

.job-loading > div[b-8o9aomqjvs] {
    display: grid;
    gap: .75rem;
    margin-top: 1rem;
}

.job-detail[b-8o9aomqjvs] {
    display: grid;
    gap: .85rem;
    color: var(--finpleo-text-primary);
}

.job-detail-layout[b-8o9aomqjvs] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 16.5rem);
    gap: .85rem;
    align-items: start;
}

.job-detail-main[b-8o9aomqjvs],
.job-detail-sidebar[b-8o9aomqjvs] {
    display: grid;
    gap: .85rem;
    min-width: 0;
}

.job-description[b-8o9aomqjvs],
.job-detail[b-8o9aomqjvs]  .finpleo-page-card-style,
.job-detail[b-8o9aomqjvs]  .job-item-summary-style {
    padding: 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 10px !important;
    background: var(--finpleo-surface);
    box-shadow: none;
}

.job-description h2[b-8o9aomqjvs] {
    margin: 0 0 .7rem;
    font-size: 1.1rem;
    font-weight: 750;
    letter-spacing: -.025em;
}

.job-description-content[b-8o9aomqjvs] {
    overflow-wrap: anywhere;
}

.job-description-content[b-8o9aomqjvs]  p,
.job-description-content[b-8o9aomqjvs]  li {
    font-size: .875rem !important;
    line-height: 1.5 !important;
    color: var(--finpleo-text-primary);
}

/* Imported descriptions can store individual lines as paragraphs. Keep them
   at normal line spacing; explicit blank lines still separate sections. */
.job-description-content[b-8o9aomqjvs]  p,
.job-description-content[b-8o9aomqjvs]  li {
    margin: 0;
}

.job-description-content[b-8o9aomqjvs]  ul,
.job-description-content[b-8o9aomqjvs]  ol {
    margin: .35rem 0;
}

.job-description-content[b-8o9aomqjvs]  h2,
.job-description-content[b-8o9aomqjvs]  h3,
.job-description-content[b-8o9aomqjvs]  h4 {
    margin-top: 1rem;
    margin-bottom: .4rem;
    line-height: 1.4;
}

.job-detail[b-8o9aomqjvs]  .job-skill-title {
    color: var(--finpleo-text-primary);
    line-height: 1.5;
}

.job-detail[b-8o9aomqjvs]  .job-item-partner-jobs-text-caption-style,
.job-detail[b-8o9aomqjvs]  .job-item-partner-jobs-text-style {
    line-height: 1.5 !important;
    overflow-wrap: anywhere;
}

@media (max-width: 768px) {
    .job-detail-layout[b-8o9aomqjvs] {
        grid-template-columns: minmax(0, 1fr);
    }

    .job-detail[b-8o9aomqjvs],
    .job-detail-layout[b-8o9aomqjvs] {
        gap: .75rem;
    }

    .job-description[b-8o9aomqjvs],
    .job-detail[b-8o9aomqjvs]  .finpleo-page-card-style,
    .job-detail[b-8o9aomqjvs]  .job-item-summary-style {
        padding: .9rem;
    }
}
/* /Components/Pages/JobApply.razor.rz.scp.css */
.job-apply[b-v3i2j5bo5h] {
    display: grid;
    gap: .85rem;
    color: var(--finpleo-text-primary);
    font-size: .875rem;
    line-height: 1.5;
}

.apply-job-header[b-v3i2j5bo5h] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-top: 3px solid var(--finpleo-brand-primary);
    border-radius: 10px;
    background: linear-gradient(120deg, var(--finpleo-surface) 50%, var(--finpleo-brand-subtle));
}

.apply-company-logo[b-v3i2j5bo5h] {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: .35rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 8px;
    background: var(--finpleo-surface);
    color: var(--finpleo-brand-primary-strong);
}

.apply-company-logo img[b-v3i2j5bo5h] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.apply-job-identity[b-v3i2j5bo5h] {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
}

.apply-company[b-v3i2j5bo5h] {
    color: var(--finpleo-brand-primary-strong);
    font-size: .8rem;
    font-weight: 650;
}

.apply-job-header h1[b-v3i2j5bo5h] {
    margin: .2rem 0 .5rem;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 750;
    letter-spacing: -.035em;
}

.apply-job-meta[b-v3i2j5bo5h] {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem .75rem;
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
}

.apply-job-meta > span[b-v3i2j5bo5h],
.apply-job-link[b-v3i2j5bo5h] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
}

.apply-job-meta[b-v3i2j5bo5h]  svg,
.apply-job-link[b-v3i2j5bo5h]  svg {
    flex-shrink: 0;
    font-size: .95rem;
}

.apply-job-link[b-v3i2j5bo5h] {
    flex-shrink: 0;
    font-size: .8rem;
    padding-block: .2rem;
}

.job-apply a[b-v3i2j5bo5h] {
    color: var(--finpleo-brand-primary-strong);
    font-weight: 600;
}

.job-apply a:hover[b-v3i2j5bo5h] {
    text-decoration: underline;
}

.apply-layout[b-v3i2j5bo5h] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 16.5rem);
    gap: .85rem;
    align-items: start;
}

.apply-main[b-v3i2j5bo5h] {
    display: grid;
    gap: .85rem;
    min-width: 0;
}

.apply-card[b-v3i2j5bo5h] {
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 10px;
    background: var(--finpleo-surface);
}

.apply-card h2[b-v3i2j5bo5h] {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.02em;
}

.apply-card h2[b-v3i2j5bo5h]  svg {
    flex-shrink: 0;
    font-size: 1.1rem;
    color: var(--finpleo-brand-primary-strong);
}

.apply-section-heading[b-v3i2j5bo5h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .35rem .75rem;
}

.apply-section-heading > a[b-v3i2j5bo5h],
.apply-optional[b-v3i2j5bo5h] {
    font-size: .75rem;
}

.apply-hint[b-v3i2j5bo5h] {
    margin: .35rem 0 .75rem;
    color: var(--finpleo-text-secondary);
    font-size: .8rem;
    overflow-wrap: anywhere;
}

.apply-optional[b-v3i2j5bo5h],
.apply-empty[b-v3i2j5bo5h] {
    color: var(--finpleo-text-secondary);
}

.apply-empty[b-v3i2j5bo5h] {
    margin: .65rem 0 0;
    font-size: .8rem;
}

.job-apply[b-v3i2j5bo5h]  .mud-input,
.job-apply[b-v3i2j5bo5h]  .mud-input-label,
.job-apply[b-v3i2j5bo5h]  .mud-typography-body1 {
    font-size: .85rem;
}

.job-apply[b-v3i2j5bo5h]  .mud-input-control-helper-container {
    font-size: .75rem;
}

.job-apply[b-v3i2j5bo5h]  .mud-checkbox {
    align-items: flex-start;
    margin: 0;
    max-width: 100%;
}

.job-apply[b-v3i2j5bo5h]  .mud-checkbox .mud-typography {
    padding-block: .5rem;
    font-size: .8rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
    min-width: 0;
}

.apply-cv[b-v3i2j5bo5h] {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .65rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 8px;
    background: var(--finpleo-brand-subtle);
}

.apply-cv > div[b-v3i2j5bo5h] {
    display: grid;
    flex: 1;
    min-width: 0;
    font-size: .8rem;
    overflow-wrap: anywhere;
}

.apply-cv[b-v3i2j5bo5h]  svg {
    flex-shrink: 0;
    color: var(--finpleo-brand-primary-strong);
    font-size: 1.2rem;
}

.apply-included[b-v3i2j5bo5h] {
    display: flex;
    align-items: center;
    gap: .25rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .7rem;
    font-weight: 600;
}

.apply-included[b-v3i2j5bo5h]  svg {
    font-size: .95rem;
}

.apply-documents[b-v3i2j5bo5h] {
    margin-top: .5rem;
}

.apply-document + .apply-document[b-v3i2j5bo5h] {
    border-top: 1px solid var(--finpleo-divider-color);
}

.apply-filename[b-v3i2j5bo5h] {
    overflow-wrap: anywhere;
}

.apply-language-list[b-v3i2j5bo5h] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin: .5rem 0;
}

.apply-language-list > span[b-v3i2j5bo5h] {
    padding: .2rem .5rem;
    border-radius: 6px;
    background: var(--finpleo-brand-soft);
    color: var(--finpleo-brand-primary-strong);
    font-size: .75rem;
    overflow-wrap: anywhere;
}

.apply-slot-list[b-v3i2j5bo5h] {
    display: grid;
    gap: .5rem;
}

.apply-slot[b-v3i2j5bo5h] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .65rem;
    padding: .65rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 8px;
    background: var(--finpleo-surface);
    color: var(--finpleo-text-primary);
    text-align: left;
    cursor: pointer;
}

.apply-slot:hover[b-v3i2j5bo5h],
.apply-slot.is-selected[b-v3i2j5bo5h] {
    border-color: var(--finpleo-brand-primary);
    background: var(--finpleo-brand-subtle);
}

.apply-slot[b-v3i2j5bo5h]  svg {
    flex-shrink: 0;
    font-size: 1.1rem;
    color: var(--finpleo-brand-primary-strong);
}

.apply-slot-copy[b-v3i2j5bo5h] {
    display: grid;
    gap: .1rem;
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: .8rem;
}

.apply-slot-copy small[b-v3i2j5bo5h] {
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
}

.apply-submit[b-v3i2j5bo5h] {
    background: var(--finpleo-brand-subtle);
    border-color: #c4dcd6;
}

.apply-review[b-v3i2j5bo5h] {
    margin: .65rem 0;
}

.apply-review > div[b-v3i2j5bo5h] {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem 0;
    border-bottom: 1px solid var(--finpleo-divider-color);
    font-size: .8rem;
}

.apply-review dt[b-v3i2j5bo5h] {
    color: var(--finpleo-text-secondary);
}

.apply-review dd[b-v3i2j5bo5h] {
    margin: 0;
    text-align: right;
    font-weight: 600;
}

.apply-review .is-ready[b-v3i2j5bo5h] {
    color: var(--finpleo-brand-primary-strong);
}

.apply-consent[b-v3i2j5bo5h] {
    margin: .5rem -.5rem;
}

.apply-submit[b-v3i2j5bo5h]  .apply-send {
    width: 100%;
    min-height: 38px;
    border-radius: 8px;
    font-size: .8rem;
    font-weight: 650;
    text-transform: none;
}

.apply-submit[b-v3i2j5bo5h]  .apply-send:not(:disabled) {
    background: var(--finpleo-brand-primary-strong) !important;
    color: #fff !important;
}

.apply-submit[b-v3i2j5bo5h]  .apply-send:not(:disabled):hover {
    background: var(--finpleo-brand-primary-hover) !important;
}

@media (max-width: 768px) {
    .apply-layout[b-v3i2j5bo5h] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 600px) {
    .job-apply[b-v3i2j5bo5h],
    .apply-layout[b-v3i2j5bo5h],
    .apply-main[b-v3i2j5bo5h] {
        gap: .75rem;
    }

    .apply-job-header[b-v3i2j5bo5h],
    .apply-card[b-v3i2j5bo5h] {
        padding: .85rem;
    }

    .apply-job-header[b-v3i2j5bo5h] {
        flex-wrap: wrap;
        gap: .65rem;
    }

    .apply-job-identity[b-v3i2j5bo5h] {
        flex-basis: calc(100% - 60px);
    }

    .apply-company-logo[b-v3i2j5bo5h] {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .apply-job-header h1[b-v3i2j5bo5h] {
        font-size: 1.15rem;
    }

    .apply-cv[b-v3i2j5bo5h] {
        flex-wrap: wrap;
    }

    .apply-submit[b-v3i2j5bo5h]  .apply-send {
        min-height: 44px;
    }
}
/* /Components/Pages/NewsItem.razor.rz.scp.css */
.news-detail[b-6n9zt3wvjq] {
    color: var(--finpleo-text-primary);
    padding-bottom: 2rem;
}

.news-detail-toolbar[b-6n9zt3wvjq] {
    padding: .25rem 0 1.25rem;
}

.news-detail-layout[b-6n9zt3wvjq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 15rem;
    align-items: start;
    gap: 1.5rem;
}

.news-article[b-6n9zt3wvjq] {
    min-width: 0;
    background: var(--finpleo-surface);
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 12px;
    overflow: hidden;
}

.news-article-header[b-6n9zt3wvjq] {
    padding: 2.25rem 2.25rem 1.75rem;
}

.news-article-category[b-6n9zt3wvjq] {
    display: inline-block;
    margin-bottom: .85rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .7rem;
    font-weight: 750;
    letter-spacing: .1em;
    line-height: 1.5;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.news-article-header h1[b-6n9zt3wvjq] {
    margin: 0;
    font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: -.035em;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.news-article-meta[b-6n9zt3wvjq] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-top: 1.15rem;
    color: var(--finpleo-text-secondary);
    font-size: .78rem;
    line-height: 1.5;
}

.news-article-intro[b-6n9zt3wvjq] {
    margin: 1.5rem 0 0;
    color: var(--finpleo-text-secondary);
    font-size: 1.05rem;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.news-article-hero[b-6n9zt3wvjq] {
    margin: 0;
    background: var(--finpleo-surface-muted);
}

.news-article-hero img[b-6n9zt3wvjq] {
    display: block;
    width: 100%;
    height: auto;
}

.news-article-body[b-6n9zt3wvjq] {
    max-width: 72ch;
    margin: 0 auto;
    padding: 2rem 2.25rem 2.5rem;
    overflow-wrap: anywhere;
}

/* Override the shared renderer only inside news articles. */
.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body {
    color: var(--finpleo-text-primary) !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body .finpleo-news-article {
    max-width: none;
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(h1, h2, h3, h4, h5, h6) {
    margin: 1.8em 0 .65em !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--finpleo-text-primary) !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
    letter-spacing: -.02em;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(h1, h2) {
    font-size: 1.4rem !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body h3 {
    font-size: 1.15rem !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(h4, h5, h6) {
    font-size: 1rem !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body > :first-child,
.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body .finpleo-news-article > h1:first-of-type {
    margin-top: 0 !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body > :last-child {
    margin-bottom: 0 !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(p, ul, ol) {
    margin: 0 0 1.1em !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(ul, ol) {
    padding-left: 1.4em !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body li {
    margin: .4em 0 !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body a {
    color: var(--finpleo-brand-primary-strong) !important;
    text-decoration: underline !important;
    text-underline-offset: .18em;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body blockquote {
    margin: 1.5rem 0 !important;
    padding: 1rem 1.25rem !important;
    border-left: 3px solid var(--finpleo-brand-primary) !important;
    background: var(--finpleo-brand-subtle);
    color: var(--finpleo-text-secondary) !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body blockquote > :last-child {
    margin-bottom: 0 !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    font-size: .875rem;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(img, video, iframe) {
    max-width: 100% !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body img {
    height: auto;
}

.news-article-footer[b-6n9zt3wvjq] {
    display: grid;
    gap: .75rem;
    margin: 0 2.25rem;
    padding: 1.25rem 0 1.75rem;
    border-top: 1px solid var(--finpleo-divider-color);
}

.news-article-topics-label[b-6n9zt3wvjq] {
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
    font-weight: 600;
}

.news-article-topics[b-6n9zt3wvjq] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-article-topics li[b-6n9zt3wvjq] {
    list-style: none;
    max-width: 100%;
    padding: .3rem .65rem;
    border-radius: 5px;
    background: var(--finpleo-surface-section);
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.news-detail-sidebar[b-6n9zt3wvjq] {
    display: grid;
    gap: 1.25rem;
    min-width: 0;
}

.news-detail-status[b-6n9zt3wvjq] {
    display: grid;
    gap: 1rem;
    padding: 2rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 12px;
    background: var(--finpleo-surface);
    color: var(--finpleo-text-secondary);
}

@media (max-width: 959px) {
    .news-detail-layout[b-6n9zt3wvjq] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 599px) {
    .news-detail-toolbar[b-6n9zt3wvjq] {
        padding-bottom: .75rem;
    }

    .news-article-header[b-6n9zt3wvjq] {
        padding: 1.5rem 1.25rem;
    }

    .news-article-body[b-6n9zt3wvjq] {
        padding: 1.5rem 1.25rem 2rem;
    }

    .news-article-footer[b-6n9zt3wvjq] {
        margin: 0 1.25rem;
    }
}
/* /Components/Pages/StudyItem.razor.rz.scp.css */
.study-detail[b-y7of64lvht] {
    max-width: 52rem;
    margin: 0 auto;
    padding-bottom: 2rem;
    color: var(--finpleo-text-primary);
}

.study-detail-toolbar[b-y7of64lvht],
.study-detail-actions[b-y7of64lvht] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.study-detail-toolbar[b-y7of64lvht] {
    justify-content: space-between;
    min-height: 44px;
    margin-bottom: 1rem;
}

.study-back-link[b-y7of64lvht] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 44px;
    color: var(--finpleo-text-secondary);
    font-size: .85rem;
    text-decoration: none;
}

.study-article[b-y7of64lvht] {
    min-width: 0;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 12px;
    background: var(--finpleo-surface);
    overflow: hidden;
}

.study-article-header[b-y7of64lvht] {
    padding: 2.25rem 2.5rem 1.75rem;
}

.study-category[b-y7of64lvht] {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .09em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.study-article-header h1[b-y7of64lvht] {
    margin: 0;
    font-size: clamp(1.6rem, 3.2vw, 2.2rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.03em;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.study-intro[b-y7of64lvht] {
    margin: 1rem 0 0;
    color: var(--finpleo-text-secondary);
    font-size: 1rem;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.study-metadata[b-y7of64lvht] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 2rem;
    margin: 1.5rem 0 0;
}

.study-metadata > div[b-y7of64lvht] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .4rem;
    min-width: 0;
    font-size: .8rem;
    line-height: 1.5;
}

.study-metadata dt[b-y7of64lvht] {
    color: var(--finpleo-text-secondary);
    font-weight: 400;
}

.study-metadata dd[b-y7of64lvht] {
    margin: 0;
    color: var(--finpleo-brand-primary-strong);
    font-weight: 600;
    overflow-wrap: anywhere;
}

.study-section[b-y7of64lvht],
.study-answer[b-y7of64lvht] {
    padding: 1.75rem 2.5rem 2rem;
    border-top: 1px solid var(--finpleo-divider-color);
}

.study-section-heading[b-y7of64lvht] {
    margin: 0 0 1rem;
    color: var(--finpleo-text-primary);
    font-size: .85rem;
    font-weight: 700;
    line-height: 1.5;
}

.study-answer[b-y7of64lvht] {
    background: var(--finpleo-brand-subtle);
}

.study-answer summary[b-y7of64lvht] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    min-height: 44px;
    margin: -.5rem 0;
    cursor: pointer;
    list-style: none;
}

.study-answer summary[b-y7of64lvht]::-webkit-details-marker {
    display: none;
}

.study-answer summary .study-section-heading[b-y7of64lvht] {
    margin: 0;
    color: var(--finpleo-brand-primary-strong);
}

.study-answer-chevron[b-y7of64lvht] {
    color: var(--finpleo-brand-primary-strong);
    font-size: 1.2rem;
}

.study-answer[open] .study-answer-chevron[b-y7of64lvht] {
    transform: rotate(180deg);
}

.study-answer[open] .study-prose[b-y7of64lvht] {
    margin-top: 1.25rem;
}

.study-prose[b-y7of64lvht] {
    min-width: 0;
    overflow-wrap: anywhere;
}

/* Keep the shared HTML renderer unchanged outside this detail page. */
.study-prose[b-y7of64lvht]  .md-scope.markdown-body {
    color: var(--finpleo-text-primary) !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(h1, h2, h3, h4, h5, h6) {
    margin: 1.6em 0 .6em !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--finpleo-text-primary) !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(h1, h2) {
    font-size: 1.25rem !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body h3 {
    font-size: 1.1rem !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(h4, h5, h6) {
    font-size: 1rem !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(p, ul, ol) {
    margin: 0 0 1em !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body > :first-child {
    margin-top: 0 !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body > :last-child {
    margin-bottom: 0 !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(ul, ol) {
    padding-left: 1.4em !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body ol > li {
    list-style-type: decimal;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body a {
    color: var(--finpleo-brand-primary-strong) !important;
    text-decoration: underline !important;
    text-underline-offset: .18em;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body blockquote {
    margin: 1.5rem 0 !important;
    padding: .25rem 1rem !important;
    border-left: 3px solid var(--finpleo-brand-primary) !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(table, pre) {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    font-size: .875rem;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(img, video, iframe) {
    max-width: 100% !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body img {
    height: auto;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body mjx-container {
    max-width: 100%;
    overflow-x: auto;
    font-size: 1em !important;
}

.study-answer-empty p[b-y7of64lvht] {
    margin: 0;
    color: var(--finpleo-text-secondary);
    line-height: 1.65;
}

.study-copilot[b-y7of64lvht] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 0;
}

.study-copilot h2[b-y7of64lvht] {
    margin: 0 0 .35rem;
    font-size: .95rem;
    font-weight: 650;
    line-height: 1.4;
}

.study-copilot p[b-y7of64lvht] {
    margin: 0;
    color: var(--finpleo-text-secondary);
    font-size: .85rem;
    line-height: 1.6;
}

.study-copilot-link[b-y7of64lvht] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-height: 44px;
    padding: .65rem 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 7px;
    background: var(--finpleo-surface);
    color: var(--finpleo-brand-primary-strong);
    font-size: .85rem;
    font-weight: 650;
    text-decoration: none;
}

.study-detail a:hover[b-y7of64lvht] {
    color: var(--finpleo-brand-primary-strong);
    text-decoration: underline;
    text-underline-offset: .2em;
}

.study-detail :is(a, summary):focus-visible[b-y7of64lvht] {
    outline: 2px solid var(--finpleo-brand-primary-strong);
    outline-offset: 4px;
}

.study-detail-status[b-y7of64lvht] {
    display: grid;
    gap: 1rem;
    padding: 2rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 12px;
    background: var(--finpleo-surface);
    color: var(--finpleo-text-secondary);
}

@media (max-width: 599px) {
    .study-article-header[b-y7of64lvht] {
        padding: 1.5rem 1.25rem;
    }

    .study-section[b-y7of64lvht],
    .study-answer[b-y7of64lvht] {
        padding: 1.5rem 1.25rem;
    }

    .study-copilot-link[b-y7of64lvht] {
        width: 100%;
    }
}
/* /Components/Parts/Jobs/JobInfoHeader.razor.rz.scp.css */
.job-hero[b-ji71dtzqaz] {
    padding: 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-top: 3px solid var(--finpleo-brand-primary);
    border-radius: 10px;
    background: linear-gradient(120deg, var(--finpleo-surface) 50%, var(--finpleo-brand-subtle));
    color: var(--finpleo-text-primary);
    box-shadow: 0 8px 28px rgba(31, 55, 51, .04);
}

.job-hero-heading[b-ji71dtzqaz] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}

.job-hero-logo[b-ji71dtzqaz] {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: .35rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 8px;
    background: var(--finpleo-surface);
    color: var(--finpleo-brand-primary-strong);
}

.job-hero-logo img[b-ji71dtzqaz] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job-hero-identity[b-ji71dtzqaz] {
    flex: 1;
    min-width: 0;
}

.job-hero-company[b-ji71dtzqaz] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-bottom: .2rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .8rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.job-hero-company:hover[b-ji71dtzqaz] {
    text-decoration: underline;
}

.job-hero-company[b-ji71dtzqaz]  svg {
    flex-shrink: 0;
    font-size: .9rem;
}

.job-hero h1[b-ji71dtzqaz] {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 750;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
}

.job-hero-contract[b-ji71dtzqaz] {
    flex: 0 1 auto;
    max-width: 12rem;
    padding: .3rem .55rem;
    border-radius: 8px;
    background: var(--finpleo-brand-soft);
    color: var(--finpleo-brand-primary-strong);
    font-size: .75rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.job-hero-facts[b-ji71dtzqaz] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.75rem;
    margin: .85rem 0;
    padding: .7rem 0;
    border-top: 1px solid var(--finpleo-divider-color);
    border-bottom: 1px solid var(--finpleo-divider-color);
}

.job-hero-fact[b-ji71dtzqaz] {
    min-width: 0;
}

.job-hero-fact dt[b-ji71dtzqaz] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-bottom: .2rem;
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
}

.job-hero-fact dt[b-ji71dtzqaz]  svg {
    font-size: 1rem;
}

.job-hero-fact dd[b-ji71dtzqaz] {
    margin: 0;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.job-hero-footer[b-ji71dtzqaz] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.job-hero-match[b-ji71dtzqaz] {
    flex: 1;
    min-width: 0;
}

.job-hero-match[b-ji71dtzqaz]  .job-personal-match {
    margin-top: 0;
}

.job-hero-match[b-ji71dtzqaz]  .job-personal-match-message,
.job-hero-match[b-ji71dtzqaz]  .job-personal-match-result {
    padding: .5rem .65rem;
    background: var(--finpleo-brand-subtle);
    border-color: var(--finpleo-divider-color);
    border-radius: 8px;
}

.job-hero-match[b-ji71dtzqaz]  .job-personal-match-copy > span {
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.4;
}

.job-hero-actions[b-ji71dtzqaz] {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: .5rem;
    flex-shrink: 0;
}

.job-hero-actions[b-ji71dtzqaz]  .mud-button-root {
    min-height: 38px;
    padding: .4rem .75rem;
    border-radius: 8px;
    font-size: .8rem;
    text-transform: none;
    font-weight: 650;
}

.job-hero-actions[b-ji71dtzqaz]  .job-hero-apply {
    background: var(--finpleo-brand-primary-strong) !important;
    color: #fff !important;
}

.job-hero-actions[b-ji71dtzqaz]  .job-hero-apply:hover {
    background: var(--finpleo-brand-primary-hover) !important;
}

@media (max-width: 600px) {
    .job-hero[b-ji71dtzqaz] {
        padding: .85rem;
    }

    .job-hero-heading[b-ji71dtzqaz] {
        flex-wrap: wrap;
        gap: .65rem;
    }

    .job-hero-logo[b-ji71dtzqaz] {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .job-hero-identity[b-ji71dtzqaz] {
        flex-basis: calc(100% - 52px);
    }

    .job-hero h1[b-ji71dtzqaz] {
        font-size: 1.15rem;
    }

    .job-hero-contract[b-ji71dtzqaz] {
        max-width: 100%;
    }

    .job-hero-facts[b-ji71dtzqaz] {
        gap: .6rem 1rem;
        margin: .7rem 0;
    }

    .job-hero-footer[b-ji71dtzqaz] {
        flex-direction: column;
        align-items: stretch;
        gap: .65rem;
    }

    .job-hero-actions[b-ji71dtzqaz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
    }

    .job-hero-actions[b-ji71dtzqaz]  .mud-button-root {
        min-height: 44px;
        padding-inline: .4rem;
    }
}
/* /Components/Parts/Jobs/JobInfoSummary.razor.rz.scp.css */
.job-overview[b-w1hnb0liyh] {
    padding: 1rem;
    border: 1px solid #c4dcd6;
    border-radius: 8px;
    background: var(--finpleo-brand-subtle);
    color: var(--finpleo-text-primary);
}

.job-overview h2[b-w1hnb0liyh] {
    margin: 0 0 .65rem;
    font-size: 1.1rem;
    font-weight: 750;
    letter-spacing: -.025em;
}

.job-overview-facts[b-w1hnb0liyh] {
    margin: 0 0 1rem;
}

.job-overview-facts > div[b-w1hnb0liyh] {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: .5rem;
    padding: .5rem 0;
    border-bottom: 1px solid var(--finpleo-divider-color);
    font-size: .82rem;
    line-height: 1.5;
}

.job-overview-facts dt[b-w1hnb0liyh] {
    color: var(--finpleo-text-secondary);
}

.job-overview-facts dd[b-w1hnb0liyh] {
    margin: 0;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.job-overview-actions[b-w1hnb0liyh] {
    display: grid;
    gap: .5rem;
}

.job-overview-actions[b-w1hnb0liyh]  .mud-button-root {
    min-height: 38px;
    border-radius: 8px;
    text-transform: none;
    font-weight: 650;
}

.job-overview-actions[b-w1hnb0liyh]  .job-overview-apply {
    background: var(--finpleo-brand-primary-strong) !important;
    color: #fff !important;
}

.job-overview-actions[b-w1hnb0liyh]  .job-overview-apply:hover {
    background: var(--finpleo-brand-primary-hover) !important;
}

.job-overview-note[b-w1hnb0liyh] {
    margin: 0;
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 600px) {
    .job-overview[b-w1hnb0liyh] {
        padding: .9rem;
    }

    .job-overview-actions[b-w1hnb0liyh]  .mud-button-root {
        min-height: 44px;
    }
}
/* /Components/Parts/Jobs/JobSectionCategoryHome.razor.rz.scp.css */
.job-category-filter[b-3tyy4czl09] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin-inline: 2px;
}

.job-category-filter__label[b-3tyy4czl09] {
    flex: 0 0 auto;
    color: var(--finpleo-text-secondary);
    font-size: 0.75rem;
    line-height: 1.4;
}

.job-category-filter__options[b-3tyy4czl09] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow-x: auto;
    padding-block: 2px;
    scrollbar-width: none;
}

.job-category-filter__options[b-3tyy4czl09]::-webkit-scrollbar {
    display: none;
}

.job-category-filter__option[b-3tyy4czl09] {
    flex: 0 0 auto;
    height: 28px;
    padding: 0 10px;
    border: 1px solid var(--finpleo-card-border-color);
    border-radius: 999px;
    background: var(--finpleo-brand-subtle);
    color: var(--finpleo-text-secondary);
    font: inherit;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.job-category-filter__option:hover[b-3tyy4czl09],
.job-category-filter__option:focus-visible[b-3tyy4czl09] {
    border-color: var(--finpleo-brand-primary);
    background: var(--finpleo-brand-soft);
    color: var(--finpleo-brand-primary-strong);
}

.job-category-filter__option:focus-visible[b-3tyy4czl09] {
    outline: 2px solid var(--finpleo-brand-primary);
    outline-offset: -2px;
}
/* /Components/Parts/News/NewsCardRelated.razor.rz.scp.css */
.news-related[b-rmypujaw0u] {
    padding: 1.4rem 1.25rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 12px;
    background: var(--finpleo-surface);
}

.news-related-eyebrow[b-rmypujaw0u] {
    color: var(--finpleo-text-secondary);
    font-size: .65rem;
    font-weight: 650;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.news-related-header h2[b-rmypujaw0u] {
    margin: .35rem 0 0;
    color: var(--finpleo-text-primary);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.02em;
}

.news-related-list[b-rmypujaw0u] {
    margin: .5rem 0 0;
    padding: 0;
    list-style: none;
}

.news-related-list li[b-rmypujaw0u] {
    list-style: none;
    border-bottom: 1px solid var(--finpleo-divider-color);
}

.news-related-link[b-rmypujaw0u] {
    display: grid;
    gap: .4rem;
    padding: 1rem 0;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.news-related-category[b-rmypujaw0u] {
    color: var(--finpleo-brand-primary-strong);
    font-size: .65rem;
    font-weight: 600;
    line-height: 1.4;
}

.news-related-title[b-rmypujaw0u] {
    color: var(--finpleo-text-primary);
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
}

.news-related-link time[b-rmypujaw0u] {
    color: var(--finpleo-text-secondary);
    font-size: .7rem;
    line-height: 1.4;
}

.news-related-link:hover .news-related-title[b-rmypujaw0u] {
    color: var(--finpleo-brand-primary-strong);
    text-decoration: underline;
    text-underline-offset: .2em;
}

.news-related-all[b-rmypujaw0u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 44px;
    margin-top: .5rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .8rem;
    font-weight: 650;
}

.news-related a:focus-visible[b-rmypujaw0u] {
    outline: 2px solid var(--finpleo-brand-primary-strong);
    outline-offset: 4px;
    border-radius: 2px;
}
/* /Components/Parts/Partner/PartnerCard.razor.rz.scp.css */
.partner-card[b-zq86amt3ms] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: .9rem;
    border: 1px solid var(--finpleo-card-border-color);
    border-radius: var(--finpleo-card-radius);
    background: var(--finpleo-surface);
    color: var(--finpleo-text-primary);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.partner-card:hover[b-zq86amt3ms],
.partner-card:focus-within[b-zq86amt3ms] {
    border-color: var(--finpleo-brand-primary);
    box-shadow: var(--finpleo-card-shadow-hover);
}

.partner-card-heading[b-zq86amt3ms] { display: flex; align-items: center; gap: .65rem; }

.partner-card-logo[b-zq86amt3ms] {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: .35rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 8px;
    background: #fff;
    color: var(--finpleo-brand-primary-strong);
    font-size: 1rem;
    font-weight: 750;
}

.partner-card-logo img[b-zq86amt3ms] { width: 100%; height: 100%; object-fit: contain; }
.partner-card-identity[b-zq86amt3ms] { min-width: 0; }

.partner-card-sector[b-zq86amt3ms] {
    display: inline-block;
    margin-bottom: .2rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .72rem;
    font-weight: 650;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.partner-card h2[b-zq86amt3ms] {
    margin: 0;
    font-size: .95rem;
    font-weight: 750;
    line-height: 1.35;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}

.partner-card-profile[b-zq86amt3ms] { color: inherit; text-decoration: none; }

/* The company link covers the card; the jobs link remains independently actionable. */
.partner-card-profile[b-zq86amt3ms]::after {
    position: absolute;
    inset: 0;
    border-radius: var(--finpleo-card-radius);
    content: "";
}

.partner-card-profile:focus-visible[b-zq86amt3ms] { outline: none; }
.partner-card-profile:focus-visible[b-zq86amt3ms]::after,
.partner-card-jobs:focus-visible[b-zq86amt3ms] {
    outline: 3px solid var(--finpleo-brand-primary);
    outline-offset: 3px;
}

.partner-card-description[b-zq86amt3ms] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow-wrap: anywhere;
    margin: .65rem 0 0;
    color: var(--finpleo-text-secondary);
    font-size: .8rem;
    line-height: 1.5;
}

.partner-card-facts[b-zq86amt3ms] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .65rem;
    margin: auto 0 0;
    padding: .75rem 0;
}

.partner-card-facts:empty[b-zq86amt3ms] { padding: .35rem 0; }

.partner-card-facts dt[b-zq86amt3ms] {
    display: flex;
    align-items: center;
    gap: .3rem;
    margin-bottom: .15rem;
    color: var(--finpleo-text-secondary);
    font-size: .7rem;
    font-weight: 400;
}

.partner-card-facts dd[b-zq86amt3ms] {
    margin: 0;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.partner-card[b-zq86amt3ms]  svg { flex-shrink: 0; font-size: 1rem; }

.partner-card-footer[b-zq86amt3ms] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .35rem .75rem;
    padding-top: .5rem;
    border-top: 1px solid var(--finpleo-divider-color);
    font-size: .75rem;
    font-weight: 650;
}

.partner-card-jobs[b-zq86amt3ms],
.partner-card-view[b-zq86amt3ms] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-height: 44px;
}

.partner-card-jobs[b-zq86amt3ms] {
    position: relative;
    z-index: 1;
    padding: 0 .65rem;
    border-radius: var(--finpleo-control-radius);
    background: var(--finpleo-brand-soft);
    color: var(--finpleo-brand-primary-strong);
    text-decoration: none;
}

.partner-card-jobs:hover[b-zq86amt3ms] { background: var(--finpleo-brand-primary-strong); color: white; }
.partner-card-view[b-zq86amt3ms] { color: var(--finpleo-text-secondary); }

@media (prefers-reduced-motion: reduce) {
    .partner-card[b-zq86amt3ms] { transition: none; }
}
