.ppro-y26-c-employee-card,
.wp-block.ppro-y26-c-employee-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 29rem;
    padding: 0 3rem 2rem 1.75rem;
    background-color: var(--ppro-color-midnight);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--ppro-foreground);
}

.ppro-y26-c-employee-card::before {
    z-index: 4;
}

.ppro-y26-c-employee-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
    pointer-events: none;
}

.ppro-y26-c-employee-card__trigger {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 0;
    appearance: none;
}

.ppro-y26-c-employee-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    color: var(--ppro-color-white);
}

.ppro-y26-c-employee-card__name {
    font-family: var(--ppro-font-body);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.ppro-y26-c-employee-card__position {
    font-family: var(--ppro-font-body);
    font-weight: var(--ppro-font-weight-body);
    font-size: 1rem;
    line-height: 1.375rem;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .ppro-y26-c-employee-card__name {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .ppro-y26-c-employee-card__position {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
}
