/*
Theme Name: Cinema Chronicle - Telugu Movie News Theme
Theme URI: https://ai.studio/build
Description: A premium, ultra-fast loading, minimalist Telugu movie news & review theme centered on high-contrast white backgrounds, deep black typography, beautiful Ramabhadra Google Font pairing, and an elegant royal blue main navigation menu bar.
Version: 1.1.0
Author: Google AI Studio Build
Author URI: https://ai.studio/build
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cinema-chronicle-telugu
Tags: news, movie-reviews, two-columns, custom-menu, translation-ready, grid-layout, custom-background

This theme is optimized for swift mobile rendering, elegant typography, and zero-flicker transitions.
*/

/* Core Element resets to prevent browser defaults */
body {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: 'Inter', 'Ramabhadra', sans-serif !important;
  margin: 0;
  padding: 0;
}

/* Ensure clean links inherit parent text color rather than ugly browser purple/blue colors */
a {
  color: inherit !important;
  text-decoration: none !important;
  transition: opacity 0.15s ease-in-out;
}

a:hover {
  text-decoration: underline !important;
  opacity: 0.85;
}

.menu-navigation-bar {
  background-color: #0e46a3;
  color: #ffffff;
}

footer {
  background-color: #000000;
  color: #ffffff;
}

/* List resets for navigation blocks */
ul, ol {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Sidebar and standard widgets styling */
.widget-area ul li, .widget_categories ul li, .widget_archive ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  font-family: inherit;
  color: #374151; /* neutral-700 */
}

.widget-area ul li a, .widget_categories ul li a, .widget_archive ul li a {
  color: #111827 !important; /* neutral-900 */
  font-weight: 500;
}

.widget-area ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover {
  color: #0e46a3 !important;
  text-decoration: none !important;
}
