.newsPage{min-height:100vh;background:#fff}.newsPage__section{padding:160px 0}@media(max-width:768px){.newsPage__section{padding:100px 0}}.newsPage__section{background:#f6f6f6}.newsPage__container{max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:768px){.newsPage__container{padding:0 16px}}.newsPage__list{list-style:none;padding:0;border-top:2px solid #1a1a1a;max-width:960px;margin:0 auto}.newsPage__item{border-bottom:1px solid rgba(0,0,0,.08);transition:background .25s ease}.newsPage__item:hover{background:rgba(38,218,210,.03)}.newsPage__itemLink{display:flex;align-items:center;gap:16px;padding:20px 8px;text-decoration:none;color:inherit;transition:padding-left .25s ease}.newsPage__itemLink:hover{padding-left:16px}.newsPage__itemLink:hover .newsPage__itemTitle{color:#26dad2}.newsPage__itemLink:hover .newsPage__itemArrow{opacity:1;transform:translateX(0)}.newsPage__itemDate{flex-shrink:0;font-family:var(--font-manrope),"Helvetica Neue",Arial,sans-serif;font-size:.875rem;font-weight:500;color:#9ca3af;letter-spacing:.02em;white-space:nowrap;min-width:90px}.newsPage__itemCategory{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:100px;padding:3px 10px;border-radius:9999px;background:rgba(38,218,210,.1);color:#0d8f88;font-size:.75rem;font-weight:600;white-space:nowrap;line-height:1.6}.newsPage__itemTitle{flex:1 1;font-size:1rem;font-weight:500;color:#1a1a1a;line-height:1.5;transition:color .3s ease}.newsPage__itemArrow{flex-shrink:0;font-size:.875rem;color:#9ca3af;opacity:0;transform:translateX(-4px);transition:opacity .25s ease,transform .25s ease}.newsPage__pagination{margin-top:32px}@media(max-width:768px){.newsPage__pagination{margin-top:24px}.newsPage__itemLink{flex-wrap:wrap;gap:8px;padding:16px 4px}.newsPage__itemLink:hover{padding-left:8px}.newsPage__itemDate{min-width:auto}.newsPage__itemTitle{width:100%;order:3}.newsPage__itemArrow{display:none}}