.post-type-archive-angajati_cfr #page-sub-header .container,
.post-type-archive-angajati_cfr #page-sub-header .container *,
.cfr-employees-layout,
.cfr-employees-layout * {
    font-family: "Roboto", Arial, sans-serif !important;
}

.post-type-archive-angajati_cfr #page-sub-header .cfr-employees-hero {
    display: flex;
    min-height: 260px;
    padding-top: 54px;
    padding-bottom: 50px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.cfr-employees-hero__eyebrow {
    display: inline-flex;
    min-height: 34px;
    margin-bottom: 14px;
    padding: 6px 13px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 45, 91, .34);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.cfr-employees-hero__eyebrow .cfr-icon {
    width: 17px;
    height: 17px;
}

.post-type-archive-angajati_cfr #page-sub-header h1 {
    max-width: 1000px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: clamp(36px, 4.2vw, 56px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -.025em;
    text-shadow: 0 3px 12px rgba(0, 25, 55, .28);
}

.cfr-employees-hero__description {
    max-width: 780px;
    margin: 17px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
    line-height: 1.55;
}

.cfr-employees-layout {
    width: min(1110px, calc(100% - 32px));
    position: relative;
    margin: -64px auto 0;
    padding: 0 0 52px;
}

.cfr-employees-filter {
    margin: 0 0 26px;
    padding: 20px 22px;
    border: 1px solid #d9e5f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 63, 125, .09);
}

.cfr-employees-filter__heading {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    gap: 13px;
    color: #003f7d;
}

.cfr-employees-filter__heading > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.cfr-employees-filter__heading strong {
    font-size: 18px;
    line-height: 1.25;
}

.cfr-employees-filter__heading small {
    color: #60758b;
    font-size: 13px;
    line-height: 1.35;
}

.cfr-employees-filter__heading-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    background: #0056a8;
}

.cfr-employees-filter__heading-icon .cfr-icon {
    width: 21px;
    height: 21px;
}

.cfr-employees-filter__controls {
    display: grid;
    margin-top: 13px;
    align-items: end;
    grid-template-columns: repeat(3, minmax(150px, 1fr)) auto;
    gap: 12px;
}

.cfr-employees-filter__field {
    min-width: 0;
}

.cfr-employees-filter__field label {
    display: block;
    margin: 0 0 7px;
    color: #29445f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.cfr-employees-filter input[type="search"],
.cfr-employees-filter select {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #cbd9e6;
    border-radius: 10px;
    color: #243f5a;
    background-color: #fff;
    box-shadow: none;
    font-size: 14px;
}

.cfr-employees-filter select {
    padding-right: 43px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2329445f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 17px;
}

.cfr-employees-filter__input-wrap {
    position: relative;
}

.cfr-employees-filter__input-wrap .cfr-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    color: #60758b;
    transform: translateY(-50%);
    pointer-events: none;
}

.cfr-employees-filter__input-wrap input[type="search"] {
    padding-left: 42px;
}

.cfr-employees-filter input:focus,
.cfr-employees-filter select:focus {
    border-color: #0056a8;
    outline: 3px solid rgba(0, 86, 168, .12);
}

.cfr-employees-filter__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.cfr-employees-filter__actions button,
.cfr-employees-filter__reset {
    display: inline-flex;
    min-height: 48px;
    margin: 0;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}

.cfr-employees-filter__actions button {
    border: 0;
    color: #fff;
    background: #0056a8;
    box-shadow: 0 6px 14px rgba(0, 86, 168, .2);
}

.cfr-employees-filter__actions button:hover,
.cfr-employees-filter__actions button:focus-visible {
    color: #fff;
    background: #003f7d;
}

.cfr-employees-filter__reset {
    border: 1px solid #b9cde0;
    color: #0056a8;
    background: #fff;
}

.cfr-employees-filter__reset:hover,
.cfr-employees-filter__reset:focus-visible {
    color: #003f7d;
    background: #eef5fb;
}

.cfr-employees-filter__actions .cfr-icon {
    width: 17px;
    height: 17px;
}

.cfr-employees-summary {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    gap: 9px;
    color: #536b82;
}

.cfr-employees-summary .cfr-icon {
    width: 18px;
    height: 18px;
    color: #b93209;
}

.cfr-employees-summary p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.cfr-employees-results {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cfr-employee-card {
    display: flex;
    height: auto;
    margin: 0 !important;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #d9e5f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 63, 125, .08);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cfr-employee-card:hover {
    border-color: #b9d0e5;
    box-shadow: 0 14px 34px rgba(0, 63, 125, .12);
    transform: translateY(-2px);
}

.cfr-employee-card__profile {
    display: flex;
    min-width: 0;
    padding: 22px 22px 15px;
    align-items: center;
    gap: 15px;
}

.cfr-employee-card__avatar {
    display: inline-flex;
    width: 68px;
    height: 68px;
    overflow: hidden;
    flex: 0 0 68px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, #0871c5, #003f7d);
    box-shadow: 0 8px 18px rgba(0, 63, 125, .18);
    font-size: 20px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cfr-employee-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cfr-employee-card__identity {
    min-width: 0;
}

.cfr-employee-card__eyebrow {
    display: inline-flex;
    margin-bottom: 5px;
    align-items: center;
    gap: 6px;
    color: #0056a8;
    font-size: 12px;
    font-weight: 700;
}

.cfr-employee-card__eyebrow .cfr-icon {
    width: 15px;
    height: 15px;
}

.cfr-employee-card__name {
    margin: 0;
    padding: 0;
    color: #12385e;
    font-size: clamp(21px, 2vw, 26px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.015em;
}

.cfr-employee-card__name a {
    color: inherit;
    text-decoration: none;
}

.cfr-employee-card__name a:hover,
.cfr-employee-card__name a:focus-visible {
    color: #0056a8;
}

.cfr-employee-card__meta {
    display: grid;
    padding: 0 22px 19px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cfr-employee-card__meta > span {
    display: flex;
    min-width: 0;
    padding: 10px 11px;
    align-items: flex-start;
    gap: 9px;
    border: 1px solid #dce7f0;
    border-radius: 10px;
    color: #294866;
    background: #f8fafc;
}

.cfr-employee-card__meta > span > .cfr-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #0056a8;
}

.cfr-employee-card__meta > span > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.cfr-employee-card__meta small {
    color: #536d85;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.cfr-employee-card__meta strong {
    font-size: 13px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.cfr-employee-card__documents {
    margin-top: auto;
    border-top: 1px solid #dce7f0;
}

.cfr-employee-card__documents summary {
    display: flex;
    min-height: 55px;
    padding: 12px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #0056a8;
    background: #f7fafc;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
}

.cfr-employee-card__documents summary::-webkit-details-marker {
    display: none;
}

.cfr-employee-card__documents summary > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cfr-employee-card__documents summary .cfr-icon {
    width: 18px;
    height: 18px;
}

.cfr-employee-card__documents summary:hover,
.cfr-employee-card__documents summary:focus-visible {
    color: #003f7d;
    background: #eef5fb;
}

.cfr-employee-card__chevron {
    transition: transform .2s ease;
}

.cfr-employee-card__documents[open] .cfr-employee-card__chevron {
    transform: rotate(180deg);
}

.cfr-employee-card__document-list {
    display: grid;
    padding: 14px;
    gap: 9px;
    border-top: 1px solid #dce7f0;
    background: #f8fafc;
}

.cfr-employee-card__document-list a {
    display: grid;
    min-width: 0;
    min-height: 60px;
    padding: 10px 12px;
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    border: 1px solid #d4e2ee;
    border-radius: 10px;
    color: #294866;
    background: #fff;
    text-decoration: none;
}

.cfr-employee-card__document-list a:hover,
.cfr-employee-card__document-list a:focus-visible {
    border-color: #9fc1dd;
    color: #0056a8;
    box-shadow: 0 6px 15px rgba(0, 63, 125, .08);
}

.cfr-employee-card__document-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #0056a8;
    background: #edf5fc;
}

.cfr-employee-card__document-icon .cfr-icon,
.cfr-employee-card__download {
    width: 18px;
    height: 18px;
}

.cfr-employee-card__document-list a > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.cfr-employee-card__document-list small {
    color: #536d85;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.cfr-employee-card__document-list strong {
    font-size: 14px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.cfr-employee-card__download {
    color: #0056a8;
}

.cfr-employee-card__no-documents {
    display: flex;
    min-height: 55px;
    margin-top: auto;
    padding: 12px 20px;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #dce7f0;
    color: #536d85;
    background: #f7fafc;
    font-size: 13px;
    font-weight: 600;
}

.cfr-employee-card__no-documents .cfr-icon {
    width: 18px;
    height: 18px;
}

.cfr-employee-card__footer {
    display: flex;
    min-height: 64px;
    margin-top: auto;
    padding: 10px 18px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #dce7f0;
    background: #f7fafc;
}

.cfr-employee-card__footer > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #60758b;
    font-size: 12px;
    font-weight: 700;
}

.cfr-employee-card__footer > span .cfr-icon {
    width: 17px;
    height: 17px;
    color: #0056a8;
}

.cfr-employee-card__footer > a {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 14px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 9px;
    color: #fff;
    background: #0056a8;
    box-shadow: 0 5px 12px rgba(0, 86, 168, .17);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.cfr-employee-card__footer > a:hover,
.cfr-employee-card__footer > a:focus-visible {
    color: #fff;
    background: #003f7d;
}

.cfr-employee-card__footer > a .cfr-icon {
    width: 16px;
    height: 16px;
}

.cfr-employees-pagination {
    display: flex;
    margin-top: 28px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.cfr-employees-pagination .page-numbers {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd9e6;
    border-radius: 9px;
    color: #0056a8;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.cfr-employees-pagination .page-numbers.current,
.cfr-employees-pagination a.page-numbers:hover,
.cfr-employees-pagination a.page-numbers:focus-visible {
    border-color: #0056a8;
    color: #fff;
    background: #0056a8;
}

.cfr-employees-empty {
    padding: 54px 24px;
    border: 1px solid #d9e5f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 63, 125, .08);
    text-align: center;
}

.cfr-employees-empty__icon {
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    background: #0056a8;
}

.cfr-employees-empty__icon .cfr-icon {
    width: 31px;
    height: 31px;
}

.cfr-employees-empty h2 {
    margin: 18px 0 8px;
    padding: 0;
    color: #12385e;
    font-size: 26px;
}

.cfr-employees-empty p {
    max-width: 560px;
    margin: 0 auto 20px;
    color: #60758b;
}

.cfr-employees-empty a {
    display: inline-flex;
    min-height: 44px;
    padding: 10px 16px;
    align-items: center;
    border-radius: 9px;
    color: #fff;
    background: #0056a8;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 1000px) {
    .cfr-employees-filter__controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cfr-employees-filter__actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .post-type-archive-angajati_cfr #page-sub-header .cfr-employees-hero {
        min-height: 220px;
        padding: 36px 16px;
        align-items: center;
        text-align: center;
    }

    .post-type-archive-angajati_cfr #page-sub-header h1 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .cfr-employees-hero__description {
        text-align: center;
    }

    .cfr-employees-layout {
        width: 100%;
        padding: 16px;
    }

    .cfr-employees-filter {
        padding: 18px;
    }

    .cfr-employees-filter__controls,
    .cfr-employees-results {
        grid-template-columns: minmax(0, 1fr);
    }

    .cfr-employees-filter__actions {
        grid-column: auto;
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .cfr-employees-filter__actions button,
    .cfr-employees-filter__reset {
        width: 100%;
    }

    .cfr-employee-card__profile {
        padding: 19px 18px 14px;
        align-items: flex-start;
    }

    .cfr-employee-card__avatar {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-radius: 14px;
        font-size: 17px;
    }

    .cfr-employee-card__meta {
        padding: 0 18px 17px;
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cfr-employee-card,
    .cfr-employee-card__chevron {
        transition: none;
    }
}

/* Individual employee declaration profile. */
.single-angajati_cfr #page-sub-header .container,
.single-angajati_cfr #page-sub-header .container *,
.cfr-employees-single-layout,
.cfr-employees-single-layout * {
    font-family: "Roboto", Arial, sans-serif !important;
}

.single-angajati_cfr #page-sub-header .cfr-employees-single-hero {
    display: flex;
    min-height: 250px;
    padding-top: 54px;
    padding-bottom: 52px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.cfr-employees-single-hero__type {
    display: inline-flex;
    min-height: 34px;
    margin-bottom: 14px;
    padding: 6px 13px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 45, 91, .34);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.cfr-employees-single-hero__type:hover,
.cfr-employees-single-hero__type:focus-visible {
    color: #fff;
    background: rgba(0, 45, 91, .58);
    text-decoration: none;
}

.cfr-employees-single-hero__type .cfr-icon {
    width: 17px;
    height: 17px;
}

.single-angajati_cfr #page-sub-header h1 {
    max-width: 1000px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -.025em;
    text-shadow: 0 3px 12px rgba(0, 25, 55, .28);
}

.cfr-employees-single-hero__meta {
    display: flex;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.cfr-employees-single-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.cfr-employees-single-hero__meta .cfr-icon {
    width: 18px;
    height: 18px;
    color: #ffb04a;
}

.cfr-employees-single-layout {
    width: min(1110px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0 58px;
}

.cfr-employees-single-article {
    display: grid;
    height: auto;
    margin: 0;
    align-items: start;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 20px;
}

.cfr-employees-single-profile,
.cfr-employees-single-content {
    border: 1px solid #d8e4ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 55, 105, .08);
}

.cfr-employees-single-profile {
    padding: 24px;
    text-align: center;
}

.cfr-employees-single-profile__avatar {
    display: inline-flex;
    width: 116px;
    height: 116px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(145deg, #0871c5, #003f7d);
    box-shadow: 0 12px 26px rgba(0, 63, 125, .2);
    font-size: 32px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cfr-employees-single-profile__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cfr-employees-single-profile__identity {
    margin-top: 17px;
}

.cfr-employees-single-profile__identity > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0056a8;
    font-size: 12px;
    font-weight: 700;
}

.cfr-employees-single-profile__identity .cfr-icon {
    width: 15px;
    height: 15px;
}

.cfr-employees-single-profile__identity h2 {
    margin: 7px 0 0;
    padding: 0;
    color: #12385e;
    font-size: 24px;
    font-weight: 750;
    line-height: 1.25;
}

.cfr-employees-single-profile__meta {
    display: grid;
    margin-top: 22px;
    gap: 10px;
    text-align: left;
}

.cfr-employees-single-profile__meta > div {
    display: flex;
    min-width: 0;
    padding: 12px;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #dce7f0;
    border-radius: 11px;
    background: #f8fafc;
}

.cfr-employees-single-profile__meta > div > span:first-child {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #0056a8;
    background: #edf5fc;
}

.cfr-employees-single-profile__meta .cfr-icon {
    width: 18px;
    height: 18px;
}

.cfr-employees-single-profile__meta > div > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.cfr-employees-single-profile__meta small {
    color: #536d85;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.cfr-employees-single-profile__meta strong {
    color: #294866;
    font-size: 14px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.cfr-employees-single-content {
    padding: clamp(24px, 4vw, 42px);
}

.cfr-employees-single-content__heading {
    display: flex;
    margin-bottom: 22px;
    align-items: center;
    gap: 13px;
}

.cfr-employees-single-content__heading > span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #0056a8;
    background: #edf5fc;
}

.cfr-employees-single-content__heading .cfr-icon {
    width: 23px;
    height: 23px;
}

.cfr-employees-single-content__heading h2 {
    margin: 0;
    padding: 0;
    color: #12385e;
    font-size: 24px;
    font-weight: 750;
    line-height: 1.25;
}

.cfr-employees-single-content__heading p {
    margin: 4px 0 0;
    color: #60758b;
    font-size: 14px;
    line-height: 1.45;
}

.cfr-employees-single-documents {
    display: grid;
    gap: 12px;
}

.cfr-employees-single-documents > a {
    display: grid;
    min-width: 0;
    min-height: 76px;
    padding: 14px 15px;
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 13px;
    border: 1px solid #d4e2ee;
    border-radius: 13px;
    color: #294866;
    background: #f8fafc;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cfr-employees-single-documents > a:hover,
.cfr-employees-single-documents > a:focus-visible {
    border-color: #9fc1dd;
    color: #0056a8;
    box-shadow: 0 8px 20px rgba(0, 63, 125, .1);
    transform: translateY(-2px);
}

.cfr-employees-single-document__icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #0056a8;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 55, 105, .08);
}

.cfr-employees-single-document__icon .cfr-icon {
    width: 22px;
    height: 22px;
}

.cfr-employees-single-documents > a > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.cfr-employees-single-documents small {
    color: #536d85;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.cfr-employees-single-documents strong {
    font-size: 16px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.cfr-employees-single-document__action {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 13px;
    align-items: center;
    gap: 7px;
    border-radius: 9px;
    color: #fff;
    background: #0056a8;
    font-size: 13px;
    font-weight: 700;
}

.cfr-employees-single-document__action .cfr-icon {
    width: 17px;
    height: 17px;
}

.cfr-employees-single-empty {
    padding: 40px 20px;
    border: 1px dashed #bfd2e2;
    border-radius: 14px;
    background: #f8fafc;
    text-align: center;
}

.cfr-employees-single-empty > span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #0056a8;
    background: #edf5fc;
}

.cfr-employees-single-empty .cfr-icon {
    width: 27px;
    height: 27px;
}

.cfr-employees-single-empty h3 {
    margin: 15px 0 6px;
    padding: 0;
    color: #12385e;
    font-size: 20px;
}

.cfr-employees-single-empty p {
    margin: 0;
    color: #60758b;
}

.cfr-employees-single-actions {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #d8e4ef;
}

.cfr-employees-single-actions .cfr-native-share {
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 9px;
}

.cfr-employees-single-navigation {
    display: grid;
    margin-top: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cfr-employees-single-navigation__item {
    display: flex;
    min-width: 0;
    min-height: 108px;
    padding: 18px 20px;
    align-items: center;
    gap: 14px;
    border: 1px solid #d8e4ef;
    border-radius: 14px;
    color: #12385e;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 55, 105, .07);
    text-decoration: none;
}

.cfr-employees-single-navigation__item--next {
    grid-column: 2;
    text-align: right;
}

.cfr-employees-single-navigation__item:hover,
.cfr-employees-single-navigation__item:focus-visible {
    border-color: #a9c8e2;
    color: #0056a8;
    text-decoration: none;
}

.cfr-employees-single-navigation__item > span:not(.cfr-employees-single-navigation__icon) {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 5px;
}

.cfr-employees-single-navigation__item small {
    color: #61758a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.cfr-employees-single-navigation__item strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cfr-employees-single-navigation__icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #0056a8;
}

.cfr-employees-single-navigation__icon .cfr-icon {
    width: 19px;
    height: 19px;
}

@media (max-width: 767px) {
    .cfr-employee-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .cfr-employee-card__footer > a {
        width: 100%;
    }

    .single-angajati_cfr #page-sub-header .cfr-employees-single-hero {
        min-height: 220px;
        padding: 36px 16px;
        align-items: center;
        text-align: center;
    }

    .single-angajati_cfr #page-sub-header h1 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .cfr-employees-single-hero__meta {
        justify-content: center;
    }

    .cfr-employees-single-layout {
        width: 100%;
        padding: 16px;
    }

    .cfr-employees-single-article {
        display: block;
    }

    .cfr-employees-single-profile {
        margin-bottom: 16px;
    }

    .cfr-employees-single-content {
        padding: 22px 18px;
    }

    .cfr-employees-single-documents > a {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cfr-employees-single-document__action {
        width: 100%;
        justify-content: center;
        grid-column: 1 / -1;
    }

    .cfr-employees-single-navigation {
        grid-template-columns: minmax(0, 1fr);
    }

    .cfr-employees-single-navigation__item--next {
        grid-column: 1;
    }
}
