.news-content { overflow-x: clip; }
.news-page { min-height: 320px; }
.news-comments { background: #fff; border: 1px solid #d5dbe1; border-radius: 10px; padding: clamp(18px,3vw,40px); margin-top: 24px; overflow-wrap: anywhere; }
.news-comments h2, .news-comments h3 { color: #283440; }
.news-comment { padding: 16px 0; border-bottom: 1px solid #d5dbe1; }
.news-comment time { display: block; color: #627080; font-size: 14px; }
.news-comment-form { margin-top: 24px; position: relative; }
.news-comment-form label { display: grid; gap: 6px; margin: 14px 0; font-weight: 600; }
.news-comment-form input, .news-comment-form textarea { width: 100%; box-sizing: border-box; padding: 10px; font: inherit; border: 1px solid #a7b9c8; border-radius: 6px; background: #fff; color: #283440; }
.news-comment-form textarea { resize: vertical; }
.news-comment-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.news-comments button { padding: 10px 16px; border: 1px solid #a7b9c8; border-radius: 6px; font: inherit; cursor: pointer; background: #f4f8fb; color: #1768ad; }
.news-comments button[type=submit] { background: #1768ad; color: #fff; }
.news-comments button:disabled { opacity: .6; cursor: wait; }
.news-comment-success { background: #edf8ef; color: #185c2c; padding: 12px; border-radius: 6px; }
.news-comment-error { color: #982323; }
.news-comment-form .news-comment-trap { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; padding: 0; border: 0; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.news-card, .news-article { background: #fff; border: 1px solid #d5dbe1; border-radius: 10px; overflow: hidden; min-width: 0; }
.news-card-body { padding: 24px; }
.news-card, .news-article { position: relative; }
.news-share { position: absolute; top: 12px; right: 12px; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; padding: 10px; border: 1px solid #c9d6e0; border-radius: 8px; background: #fffffff2; color: #1768ad; cursor: pointer; box-shadow: 0 2px 8px #203f5014; }
.news-share svg { width: 22px; height: 22px; }
.news-share:hover { background: #eaf4fc; border-color: #1768ad; }
.news-share:focus-visible { outline: 2px solid #1768ad; outline-offset: 2px; }
.news-card .news-date, .news-article > .news-date { padding-right: 48px; min-height: 32px; }
.news-card h2 { margin: 0 0 12px; font-size: 25px; line-height: 1.2; overflow-wrap: anywhere; }
.news-card h2 a { color: #283440; text-decoration: none; }
.news-card h2 a:hover, .news-more:hover { color: #1768ad; text-decoration: underline; }
.news-date { color: #627080; font-size: 14px; margin: 0 0 10px; }
.news-excerpt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; line-height: 1.6; }
.news-more, .news-back, .news-pagination a { color: #1768ad; font-weight: 600; }
.news-article { padding: clamp(18px, 3vw, 40px); line-height: 1.7; font-size: 18px; overflow-wrap: anywhere; }
.news-article h2 { font-size: clamp(25px, 3vw, 36px); line-height: 1.2; margin: 0 0 20px; }
.news-article h3 { font-size: 24px; margin: 28px 0 12px; }
.news-article p, .news-article figure, .news-article ul, .news-article blockquote { margin: 0 0 22px; }
.news-lead { font-size: 1.1em; font-weight: 600; }
.news-text { white-space: pre-wrap; }
.news-article blockquote { border-left: 3px solid #1768ad; padding: 12px 20px; background: #eef5fb; }
.news-picture { margin: 0; }
.news-picture img { display: block; width: 100%; height: auto; }
.news-card .news-picture img { aspect-ratio: 16/9; object-fit: cover; }
.news-card .news-picture figcaption { display: none; }
.news-picture figcaption { color: #627080; font-size: 14px; padding-top: 8px; }
.news-pagination { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.news-notification { position: fixed; z-index: 85; right: 0; top: 48%; display: flex; align-items: center; gap: 3px; min-height: 48px; padding: 8px 10px 8px 5px; border: 1px solid #b7cfe2; border-right: 0; border-radius: 9px 0 0 9px; background: #fff; color: #1768ad; box-shadow: 0 3px 16px #203f5033; text-decoration: none; font: 700 16px Source Sans Pro, Arial, sans-serif; animation: news-hint .6s ease-out 2 alternate; }
.news-notification svg { width: 24px; height: 24px; }
.news-notification:hover, .news-notification:focus-visible { background: #eaf4fc; color: #124c80; }
.news-enter { animation: news-enter .45s cubic-bezier(.2,.7,.2,1) both; }
@keyframes news-enter { from { opacity: .2; transform: translateX(100%); } to { opacity: 1; transform: none; } }
@keyframes news-hint { from { transform: translateX(calc(100% + 20px)); } to { transform: none; } }
.news-notification { visibility: hidden; animation: none; }
.news-notification.is-visible { visibility: visible; animation: news-hint .85s cubic-bezier(.2,.7,.2,1) both; }
@media(max-width: 700px) { .news-grid { grid-template-columns: 1fr; } .news-card-body { padding: 18px; } .news-notification { font-size: 14px; padding-right: 7px; } }
@media(prefers-reduced-motion: reduce) { .news-enter, .news-notification.is-visible { animation: none; } }
