/* Match the news category tabs to the AI-video category bar. */
.news-category-tabs{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;overflow:auto;height:43px;padding:0;margin:0 0 42px;border-radius:10px;background:#eef0f3}.news-category-tabs a{display:grid;place-items:center;min-width:120px;padding:0 12px;border-radius:0;color:#252b38;font-size:15px;white-space:nowrap;transition:background .2s,color .2s}.news-category-tabs a:first-child{border-radius:8px 0 0 8px}.news-category-tabs a:last-child{border-radius:0 8px 8px 0}.news-category-tabs a:hover{background:#e2e8ef;color:#087ff5}.news-category-tabs a.active{border-radius:8px;background:#087ff5;color:#fff}@media(max-width:800px){.news-category-tabs{height:42px;margin-bottom:30px}.news-category-tabs a{min-width:102px;font-size:13px}}
