/* Extensión de la identidad existente de Estudio Manissero. */
.mn-news { --mn-blue: #227bb5; padding: 76px 0; background: #f4fafd; scroll-margin-top: 110px; }
.mn-news * { box-sizing: border-box; }
.mn-news .mn-container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.mn-news .mn-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.mn-news .mn-heading h2, .mn-news .mn-heading h1 { margin: 0 0 12px; color: #222; font-family: Raleway, sans-serif; font-size: clamp(2rem, 4vw, 2.5rem); font-weight: 700; }
.mn-news .mn-heading h2::after, .mn-news .mn-heading h1::after { content: ''; display: block; width: 52px; height: 3px; margin-top: 17px; background: #3498db; }
.mn-news .mn-heading p { color: #526571; font-size: 1rem; margin: 14px 0 0; line-height: 1.65; }
.mn-news a.mn-all { color: #1c6c9f; border: 1px solid #a7c8db; padding: 11px 21px; border-radius: 5px; white-space: nowrap; font-weight: 600; font-size: 1rem; text-decoration: none; }
.mn-news a.mn-all:hover { background: #e7f2f9; }
.mn-news .mn-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.mn-news .mn-card { min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid #d9e7ee; border-radius: 7px; overflow: hidden; box-shadow: 0 4px 15px rgb(31 61 81 / 4%); }
.mn-news .mn-source { min-height: 112px; padding: 24px 25px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; background: #236c99; }
.mn-news .mn-source--local { background: #2f6570; }
.mn-news .mn-source--work { background: #364f78; }
.mn-news .mn-source-label { font-family: Raleway, sans-serif; font-size: 1.8rem; font-weight: 700; line-height: 1.05; letter-spacing: .01em; }
.mn-news .mn-source--work .mn-source-label { font-size: 1.4rem; line-height: 1.15; min-width: 0; }
.mn-news .mn-source-detail { display: block; font-size: .875rem; margin-top: 8px; font-weight: 400; font-family: Roboto, sans-serif; letter-spacing: 0; line-height: 1.25; }
.mn-news .mn-source .bi { font-size: 2.25rem; opacity: .75; }
.mn-news .mn-content { padding: 24px 25px 25px; display: flex; flex-direction: column; flex: 1; }
.mn-news .mn-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; margin-bottom: 18px; font-size: .875rem; line-height: 1.5; color: #586b77; }
.mn-news .mn-category { color: #26678d; background: #edf5fa; padding: 3px 8px; border-radius: 3px; font-weight: 500; }
.mn-news .mn-card h3 { font: 600 1.2rem/1.5 Raleway, sans-serif; color: #222; overflow-wrap: anywhere; margin: 0 0 26px; }
.mn-news .mn-read { margin-top: auto; padding-top: 17px; border-top: 1px solid #e4edf2; color: #1c6c9f; font-size: .9375rem; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.mn-news .mn-read:hover { color: #154f73; text-decoration: underline; }
.mn-news .mn-read:focus-visible, .mn-news .mn-all:focus-visible { outline: 3px solid #183f5b; outline-offset: 5px; }
.mn-news .mn-note { margin: 28px 0 0; color: #5b6c77; font-size: .875rem; line-height: 1.6; }
.mn-news .mn-back { display: inline-block; color: #1c6c9f; font-size: .9375rem; margin-bottom: 26px; }
.mn-news.mn-archive { min-height: 70vh; padding-top: 46px; }
.mn-news .mn-empty { padding: 25px; background: #fff; border: 1px solid #d9e7ee; border-radius: 7px; }
/* Conserva la alineación del desplegable Sociedad al sumar Novedades al menú. */
@media (min-width: 1200px) { #navmenu > ul > li:nth-last-child(3) > ul { left: auto !important; right: 0 !important; } }
@media (max-width: 950px) { .mn-news .mn-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .mn-news { padding: 48px 0; } .mn-news .mn-heading { align-items: start; flex-direction: column; gap: 18px; } .mn-news .mn-grid { grid-template-columns: 1fr; gap: 22px; } .mn-news .mn-source { min-height: 90px; } .mn-news .mn-container { width: calc(100% - 32px); } }
