.nfe-latest-audio-editorial {
    display: grid;
    grid-template-rows: auto 1fr;
    align-content: start;
    gap: 0.25rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    padding-bottom: calc(clamp(1rem, 2vw, 1.5rem) + 0.6rem);
    border: 1px solid rgba(44, 60, 52, 0.14);
    background: linear-gradient(180deg, rgba(247, 244, 236, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 18px 40px rgba(26, 41, 34, 0.08);
}

.nfe-latest-audio-editorial__heading,
.nfe-latest-audio-editorial__title,
.nfe-latest-audio-editorial__link {
    margin: 0;
}

.nfe-latest-audio-editorial__heading {
    align-self: start;
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(44, 60, 52, 0.7);
}

.nfe-latest-audio-editorial__items {
    display: grid;
    align-content: start;
    gap: 0.2rem;
    height: 100%;
}

.nfe-latest-audio-editorial__item {
    display: grid;
    align-content: start;
    gap: 0.1rem;
    grid-template-rows: auto auto;
    height: 100%;
}

.nfe-latest-audio-editorial__title {
    align-self: start;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.04;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.nfe-latest-audio-editorial__player {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden;
}

.nfe-latest-audio-editorial__player.custom-audio-player {
    margin-top: 0.45rem !important;
    padding: 0 !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.nfe-latest-audio-editorial__player audio {
    flex: 0 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}

.nfe-latest-audio-editorial__description {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    border-top: 1px dotted rgba(31, 38, 31, 0.24);
    color: rgba(26, 41, 34, 0.82);
}

.nfe-latest-audio-editorial__link {
    margin-top: auto;
    padding-top: 0.8rem;
    text-align: right;
}

@media (max-width: 768px) {
    .nfe-latest-audio-editorial__title {
        font-size: clamp(1.2rem, 4.2vw, 1.45rem);
    }
}
