/* Vista newsroom PaperJet — layout tipo Vesta, marca PaperJet */

.view-newsroom {
    --newsroom-navy: #22223a;
    --newsroom-accent: #c5a059;
    --newsroom-ink: #4a4a5a;
    --newsroom-border: #e2e0e8;
    --newsroom-surface: #f5f4f8;
    --newsroom-card: #d8d6e0;
    --newsroom-font: 'Poppins', sans-serif;
}

.view-newsroom .hero--paperjet .hero-bg {
    background-image: url("../../img/banner@300x.webp");
    background-size: cover;
    background-position: center;
}

.view-newsroom .hero--paperjet::before {
    display: none;
}

.view-newsroom .hero--paperjet .hero-logo-img {
    display: block;
    height: auto;
    max-height: 72px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
}

.view-newsroom .hero--paperjet .hero-initial--newsroom {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 0 1.5rem clamp(3.5rem, 8vh, 5.5rem);
    box-sizing: border-box;
}

.view-newsroom .hero--paperjet .hero-initial--newsroom h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.65rem, 4.5vw, 2.85rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 0.85rem;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
    max-width: none;
    white-space: nowrap;
}

.view-newsroom .hero-newsroom-sub {
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.72rem, 1.4vw, 0.95rem);
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 1.75rem;
    max-width: 36rem;
    line-height: 1.45;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.view-newsroom .hero-cta-btn--newsroom {
    border-radius: 999px;
    background: #ffffff;
    color: #2d2d2d;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0.7rem 1.75rem;
    text-transform: uppercase;
}

.view-newsroom .hero-cta-btn--newsroom strong {
    font-weight: 700;
}

.view-newsroom .hero-cta-btn--newsroom:hover,
.view-newsroom .hero-cta-btn--newsroom:focus {
    background: #f0f0f0;
    color: #1a1a1a;
}

@media (max-width: 600px) {
    .view-newsroom .hero--paperjet .hero-initial--newsroom h1 {
        font-size: clamp(1.15rem, 5.5vw, 1.55rem);
        letter-spacing: 0.04em;
    }
}

/* ===== Franja bajo el nav ===== */

.newsroom-strip {
    background: var(--newsroom-navy);
    padding: clamp(1.1rem, 2.2vw, 1.6rem) clamp(1.25rem, 4vw, 3rem);
    text-align: center;
}

.newsroom-strip__text {
    font-family: var(--newsroom-font);
    font-size: clamp(0.78rem, 1.35vw, 1.05rem);
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

/* ===== Lead ===== */

.newsroom-lead {
    background: #ffffff;
    padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-lead__inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: center;
}

.newsroom-lead__media {
    min-width: 0;
}

.newsroom-lead__media img {
    width: 100%;
    height: auto;
    display: block;
}

.newsroom-lead__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.newsroom-lead__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--newsroom-navy);
    margin: 0 0 clamp(1.25rem, 2vw, 1.75rem);
}

.newsroom-lead__title-line {
    display: block;
}

.newsroom-lead__content p {
    font-family: var(--newsroom-font);
    font-size: clamp(0.92rem, 1.05vw, 1.02rem);
    line-height: 1.7;
    font-weight: 300;
    color: var(--newsroom-navy);
    margin: 0 0 1rem;
}

.newsroom-lead__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .newsroom-lead__inner {
        grid-template-columns: 1fr;
        gap: clamp(1.5rem, 4vw, 2rem);
    }

    .newsroom-lead__media {
        max-width: 640px;
        margin: 0 auto;
        width: 100%;
    }
}

/* ===== Noticias ===== */

.newsroom-news[hidden] {
    display: none !important;
}

.newsroom-news {
    --news-cyan: #3db4e6;
    background: #f3f4f6;
    padding: clamp(3rem, 6vw, 4.75rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-news__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.newsroom-news__head {
    text-align: center;
    margin: 0 0 clamp(2rem, 3.5vw, 2.75rem);
}

.newsroom-news__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.35rem, 2.5vw, 1.95rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--newsroom-navy);
    margin: 0;
}

.newsroom-news__title strong {
    font-weight: 700;
}

.newsroom-news__underline {
    display: block;
    width: clamp(3.5rem, 6vw, 5rem);
    height: 4px;
    background: var(--newsroom-navy);
    margin: clamp(0.85rem, 1.4vw, 1.15rem) auto 0;
}

.newsroom-news__top:not([hidden]) {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.9fr);
    gap: clamp(1rem, 2vw, 1.35rem);
    margin-bottom: clamp(1.35rem, 2.5vw, 1.85rem);
    align-items: stretch;
}

.newsroom-news__top[hidden] {
    display: none !important;
}

.newsroom-brief[hidden] {
    display: none !important;
}

.newsroom-news__featured[hidden] {
    display: none !important;
}

.newsroom-news__top:not([hidden]):has(.newsroom-brief[hidden]) {
    grid-template-columns: 1fr;
}

.newsroom-news__featured {
    display: flex;
    min-height: 340px;
    height: 100%;
}

.newsroom-news__featured .newsroom-featured,
.newsroom-news__featured .newsroom-featured--skeleton {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 340px;
}

.newsroom-featured {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
}

.newsroom-featured__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 24, 40, 0.15) 0%, rgba(20, 24, 40, 0.72) 100%);
    pointer-events: none;
}

.newsroom-featured__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    font-family: var(--newsroom-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: var(--news-cyan);
    color: #ffffff;
    padding: 0.4rem 0.75rem;
}

.newsroom-featured__body {
    position: relative;
    z-index: 1;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.newsroom-featured__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.35rem, 2.4vw, 1.9rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    max-width: 18ch;
}

.newsroom-featured__title a {
    color: inherit;
    text-decoration: none;
}

.newsroom-featured__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.newsroom-featured__tags {
    font-family: var(--newsroom-font);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #bfe8f8;
    margin: 0;
}

.newsroom-featured__read {
    display: inline-block;
    font-family: var(--newsroom-font);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.55rem 1.5rem;
    border-radius: 999px;
    background: #ffffff;
    color: var(--newsroom-navy);
    transition: background 0.2s ease, color 0.2s ease;
}

.newsroom-featured__read:hover,
.newsroom-featured__read:focus {
    background: var(--newsroom-navy);
    color: #ffffff;
}

.newsroom-featured--skeleton {
    background: linear-gradient(90deg, #e5e7eb 25%, #d1d5db 37%, #e5e7eb 63%);
    background-size: 400% 100%;
    animation: newsroom-shimmer 1.4s ease-in-out infinite;
}

.newsroom-brief {
    background: #ffffff;
    border-radius: 4px;
    min-height: 340px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.newsroom-brief__inner {
    padding: clamp(1.15rem, 2vw, 1.5rem);
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.newsroom-brief__head {
    margin-bottom: 1rem;
}

.newsroom-brief__line {
    display: block;
    width: 2.5rem;
    height: 3px;
    background: var(--newsroom-navy);
    margin-bottom: 0.55rem;
}

.newsroom-brief__title {
    font-family: var(--newsroom-font);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--newsroom-navy);
    margin: 0;
}

.newsroom-brief__list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsroom-brief__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    padding: 0.95rem 0;
    border-top: 1px solid #e5e7eb;
    flex: 1 1 auto;
}

.newsroom-brief__item:first-child {
    border-top: 0;
    padding-top: 0.35rem;
}

.newsroom-brief__num {
    font-family: var(--newsroom-font);
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1;
    color: var(--newsroom-navy);
}

.newsroom-brief__cat {
    font-family: var(--newsroom-font);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
    margin: 0 0 0.3rem;
}

.newsroom-brief__link {
    font-family: var(--newsroom-font);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--newsroom-navy);
    text-decoration: none;
}

a.newsroom-brief__link:hover,
a.newsroom-brief__link:focus {
    color: var(--news-cyan);
}

.newsroom-brief--skeleton {
    flex: 1 1 auto;
    min-height: 340px;
    background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 37%, #f3f4f6 63%);
    background-size: 400% 100%;
    animation: newsroom-shimmer 1.4s ease-in-out infinite;
}

.newsroom-news__grid {
    --newsroom-cols: 3;
    --newsroom-gap: clamp(1rem, 2vw, 1.35rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--newsroom-gap);
}

.newsroom-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 0 0 calc((100% - (var(--newsroom-cols) - 1) * var(--newsroom-gap)) / var(--newsroom-cols));
    max-width: calc((100% - (var(--newsroom-cols) - 1) * var(--newsroom-gap)) / var(--newsroom-cols));
    min-width: 0;
    height: 100%;
    align-self: stretch;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(34, 34, 58, 0.06);
}

.newsroom-card__media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e5e7eb;
}

.newsroom-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.newsroom-card:hover .newsroom-card__media img {
    transform: scale(1.04);
}

.newsroom-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    padding: clamp(1.15rem, 1.8vw, 1.45rem) clamp(0.9rem, 1.4vw, 1.15rem) clamp(1.15rem, 1.8vw, 1.45rem);
}

.newsroom-card__title {
    font-family: var(--newsroom-font);
    font-size: clamp(0.98rem, 1.2vw, 1.12rem);
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--newsroom-navy);
    margin: 0;
    width: 100%;
    min-height: calc(1.3em * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsroom-card__line {
    display: block;
    width: 2.5rem;
    height: 3px;
    background: var(--newsroom-navy);
    margin: 0.85rem auto;
}

.newsroom-card__text {
    font-family: var(--newsroom-font);
    font-size: 0.88rem;
    line-height: 1.55;
    font-weight: 300;
    color: #6b7280;
    margin: 0 0 1.15rem;
    width: 100%;
    min-height: calc(1.55em * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsroom-card__read {
    display: inline-block;
    margin-top: auto;
    font-family: var(--newsroom-font);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5rem 1.35rem;
    border-radius: 999px;
    background: var(--newsroom-navy);
    color: #ffffff;
    border: 2px solid var(--newsroom-navy);
    outline: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsroom-card__read:hover {
    background: transparent;
    border-color: var(--newsroom-navy);
    color: var(--newsroom-navy);
}

.newsroom-card__read:focus {
    outline: none;
}

.newsroom-card__read:focus-visible {
    background: transparent;
    border-color: var(--newsroom-navy);
    color: var(--newsroom-navy);
    box-shadow: 0 0 0 3px rgba(34, 34, 58, 0.18);
}

.newsroom-news__action {
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 3.5vw, 2.75rem);
}

.newsroom-news__more {
    font-family: var(--newsroom-font);
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.75rem 2.35rem;
    border-radius: 999px;
    background: var(--newsroom-navy);
    color: #ffffff;
    border: 2px solid var(--newsroom-navy);
    transition: background 0.2s ease, color 0.2s ease;
}

.newsroom-news__more:hover,
.newsroom-news__more:focus {
    background: transparent;
    color: var(--newsroom-navy);
}

.newsroom-empty {
    flex: 1 1 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem) 1.5rem;
    text-align: center;
    font-family: var(--newsroom-font);
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    color: var(--newsroom-ink);
    background: #ffffff;
    border: 1px dashed var(--newsroom-border);
}

.newsroom-card--skeleton {
    pointer-events: none;
    min-height: 280px;
    background: linear-gradient(90deg, #ebe9f0 25%, #dddbe5 37%, #ebe9f0 63%);
    background-size: 400% 100%;
    animation: newsroom-shimmer 1.4s ease-in-out infinite;
}

@keyframes newsroom-shimmer {
    from { background-position: 100% 0; }
    to { background-position: 0 0; }
}

@media (prefers-reduced-motion: reduce) {
    .newsroom-card--skeleton,
    .newsroom-featured--skeleton,
    .newsroom-brief--skeleton,
    .newsroom-card__media img {
        animation: none;
        transition: none;
    }
}

.newsroom-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1024px) {
    .newsroom-news__top {
        grid-template-columns: 1fr;
    }

    .newsroom-news__grid {
        --newsroom-cols: 2;
    }
}

@media (max-width: 600px) {
    .newsroom-news__grid {
        --newsroom-cols: 1;
        max-width: 420px;
        margin: 0 auto;
    }

    .newsroom-featured__title {
        max-width: none;
    }
}

/* ===== Feature ===== */

.newsroom-feature {
    background: #ffffff;
    padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-feature__inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.newsroom-feature__media {
    position: relative;
    min-width: 0;
    align-self: center;
}

.newsroom-feature__media::before {
    display: none;
}

.newsroom-feature__media img {
    width: 100%;
    height: auto;
    display: block;
}

.newsroom-feature__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--newsroom-navy);
    margin: 0 0 clamp(1.25rem, 2vw, 1.75rem);
    text-transform: uppercase;
}

.newsroom-feature__content {
    align-self: center;
}

.newsroom-feature__title-accent {
    display: inline;
    color: var(--newsroom-accent);
    font-weight: 700;
}

.newsroom-feature__body p {
    font-family: var(--newsroom-font);
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    line-height: 1.7;
    font-weight: 300;
    color: var(--newsroom-navy);
    margin: 0 0 1.15rem;
}

.newsroom-feature__body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .newsroom-feature__inner {
        grid-template-columns: 1fr;
        gap: clamp(1.5rem, 3vw, 2.25rem);
    }
}

/* ===== Highlight (artículos destacados) ===== */

.newsroom-highlight {
    background: var(--newsroom-navy);
    padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-highlight[hidden] {
    display: none !important;
}

.newsroom-highlight__inner {
    max-width: 1320px;
    margin: 0 auto;
}

.newsroom-highlight__head {
    margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
}

.newsroom-highlight__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.5rem, 2.8vw, 2.15rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin: 0;
}

.newsroom-highlight__title strong {
    font-weight: 700;
}

.newsroom-highlight__underline {
    display: block;
    width: clamp(3.5rem, 6vw, 5rem);
    height: 4px;
    background: #ffffff;
    margin: clamp(0.85rem, 1.4vw, 1.15rem) 0 0;
}

.newsroom-highlight .newsroom-empty {
    flex: 1 1 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem) 1.5rem;
    text-align: center;
    font-family: var(--newsroom-font);
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(255, 255, 255, 0.28);
    border-radius: 4px;
}

.newsroom-highlight__grid {
    --newsroom-cols: 4;
    --newsroom-gap: clamp(0.9rem, 1.5vw, 1.35rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--newsroom-gap);
}

.newsroom-highlight__action {
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 3.5vw, 2.75rem);
}

.newsroom-highlight__more {
    font-family: var(--newsroom-font);
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.75rem 2.35rem;
    border-radius: 999px;
    background: #ffffff;
    color: var(--newsroom-navy);
    border: 2px solid #ffffff;
    transition: background 0.2s ease, color 0.2s ease;
}

.newsroom-highlight__more:hover,
.newsroom-highlight__more:focus {
    background: transparent;
    color: #ffffff;
}

.newsroom-highlight .newsroom-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.newsroom-highlight .newsroom-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1024px) {
    .newsroom-highlight__grid {
        --newsroom-cols: 2;
    }
}

@media (max-width: 600px) {
    .newsroom-highlight__grid {
        --newsroom-cols: 1;
    }
}

/* ===== Formulario newsletter (prensa) ===== */

.view-newsroom .contacto-section--newsroom {
    background: #ffffff url("../../img/imagen_formulario.webp") center / cover no-repeat;
}

.view-newsroom .contacto-section--newsroom .contacto-text-title--lead {
    font-family: var(--newsroom-font);
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    font-weight: 700;
    color: var(--newsroom-navy);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 0.85rem;
    line-height: 1.3;
}

.view-newsroom .contacto-section--newsroom .contacto-text-title--bold {
    font-family: var(--newsroom-font);
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 400;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 1.35rem;
    line-height: 1.25;
}

.view-newsroom .contacto-section--newsroom .contacto-text p {
    font-family: var(--newsroom-font);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.65;
    color: #374151;
    margin: 0 0 1rem;
}

.view-newsroom .contacto-section--newsroom .contacto-form input,
.view-newsroom .contacto-section--newsroom .contacto-form textarea {
    border-radius: 4px;
    border-color: #c5c5c5;
}

.view-newsroom .contacto-section--newsroom .contacto-form textarea {
    min-height: 160px;
}

.view-newsroom .contacto-section--newsroom .contacto-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.view-newsroom .contacto-section--newsroom .btn-contacto {
    font-family: var(--newsroom-font);
    font-size: clamp(0.82rem, 1vw, 0.92rem);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.75rem 1.85rem;
    border-radius: 999px;
    background: var(--newsroom-navy);
}

.view-newsroom .contacto-section--newsroom .btn-contacto:hover {
    opacity: 1;
    background: var(--newsroom-accent);
}
