/* Phase 7 News family. */
.section-news .site-header nav li:nth-child(2)>.nav-link{color:#fff;background:#741e64}
.news-intro{font-size:17px!important;line-height:1.6}
.news-filter{display:flex;align-items:flex-end;gap:10px;margin:0 0 12px;padding:12px;border-radius:8px;background:#f6f0f5}
.news-filter label{flex:1;min-width:0}
.news-filter label span{display:block;margin-bottom:5px;color:#4e1b48;font-size:12px;font-weight:700}
.news-filter input,.news-filter select{width:100%;height:38px;padding:6px 9px;border:1px solid #cbbcc7;border-radius:5px;background:#fff;font:14px Roboto,sans-serif}
.news-filter button{height:38px;padding:0 14px;border:0;border-radius:5px;background:#7b1f69;color:#fff;font-weight:700;cursor:pointer}
.news-count{margin:0 0 12px;color:#555;font-size:13px!important}
.news-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.news-box[hidden]{display:none!important}
.news-box{display:flex;gap:16px;padding:14px;border-top:4px solid #d7a528;background:#fff;box-shadow:0 2px 8px rgba(30,20,30,.14)}
.news-thumb{flex:0 0 120px;max-width:120px}
.news-thumb img{display:block;width:100%;height:90px;object-fit:cover;background:#eee}
.news-details{min-width:0}
.news-details h5{margin:0 0 6px!important;font-size:15px!important;line-height:1.35}
.news-details h5::after{display:none!important}
.news-details .date{margin:0 0 6px;color:#6e215f;font-size:12px!important;font-weight:700}
.news-details .more{display:inline-block;color:#7b1f69;font-weight:700;text-decoration:none}
.news-details .more:hover,.news-details .more:focus-visible{text-decoration:underline}
.news-empty{padding:28px;border-radius:8px;background:#f6f0f5;text-align:center}
.news-date{color:#6e215f;font-weight:700}
.section-news .internal-layout{width:min(calc(100% - 40px),1200px);grid-template-columns:230px minmax(0,1fr)}
.news-article{font-size:16px;line-height:1.7}
.news-article .et_pb_row_inner,.news-article [class*=et_pb_column]{display:block!important;width:100%!important;max-width:none!important;float:none!important}
.news-article .et_pb_row_inner.et_pb_equal_columns{display:block!important}
.news-article img{max-width:100%;height:auto;margin:14px 0}
.news-article p{margin:0 0 14px}
.news-article h3{font-size:20px;margin:22px 0 8px}
@media(max-width:700px){
 .news-filter{display:grid;grid-template-columns:1fr;padding:10px}
 .news-filter label,.news-filter button{width:100%}
 .news-list{grid-template-columns:1fr}
 .news-box{flex-direction:column;gap:10px}
 .news-thumb{flex:0 0 auto;max-width:none;width:100%}
 .news-thumb img{height:180px}
}