/*
Theme Name: Trending News
Theme URI: https://trendinews.news
Author: Trending News Team
Author URI: https://trendinews.news
Description: A custom-built, lightweight news and magazine theme designed for Trending News. Optimized for fast-loading breaking news, category-based content, and clean readability.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trendinews
Tags: news, blog, custom-menu, featured-images, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* ==========================================================================
   Reset & Base Styles
   ========================================================================== */
* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background: white;
  color: #222;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Categories menu items ke darmiyan lines lagane ke liye */
.custom-nav-borders > li {
    border-right: 1px solid #e5e7eb; /* Gray-200 border */
}
.custom-nav-borders > li > a {
    display: block;
    padding: 12px 20px;
    color: #111827; /* Gray-900 */
    transition: color 0.2s ease;
}
.custom-nav-borders > li > a:hover {
    color: #dc2626; /* Red-600 */
}
/* Pehle item ka left border agar lagana chahein to */
.custom-nav-borders > li:first-child {
    border-left: 1px solid #e5e7eb;
}

.footer-links-list > li > a:hover {
  color:#dc2626;
}