/*
Theme Name: Gia Đình Plus News
Theme URI: https://giadinhplus.net
Description: Giao diện báo điện tử, tin tức chuẩn SEO xây dựng trên nền tảng Gutenberg & Full Site Editing (Twenty Twenty-Five child theme). Tối ưu tốc độ, chuẩn Schema, thân thiện di động.
Author: Gia Đình Plus Team
Author URI: https://giadinhplus.net
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: giadinhplus
*/

/* Custom News Styling for Gutenberg */
:root {
  --gdp-primary: #c8102e;
  --gdp-primary-hover: #9b0b21;
  --gdp-dark: #1a1a1a;
  --gdp-gray-bg: #f8f9fa;
  --gdp-border: #e5e7eb;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #222;
  background-color: #fff;
  line-height: 1.6;
}

/* Header & Navigation Styling */
.site-header-custom {
  border-bottom: 2px solid var(--gdp-primary);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.top-bar-ticker {
  background: #111827;
  color: #fff;
  font-size: 0.85rem;
  padding: 6px 0;
}

.top-bar-ticker a {
  color: #f3f4f6;
  text-decoration: none;
}

.top-bar-ticker a:hover {
  color: #ef4444;
}

/* Post Cards & News Layout */
.news-card-featured {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card-featured:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.news-card-featured img {
  border-radius: 6px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card-featured:hover img {
  transform: scale(1.02);
}

.news-card-compact {
  border-bottom: 1px solid var(--gdp-border);
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.news-card-compact:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* Section Title with Accent Bar */
.section-heading-news {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #111827;
  border-bottom: 2px solid var(--gdp-primary);
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.section-heading-news .category-badge {
  background: var(--gdp-primary);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.category-tag-badge {
  display: inline-block;
  background: #fee2e2;
  color: #b91c1c;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-decoration: none;
}

.category-tag-badge:hover {
  background: #b91c1c;
  color: #ffffff;
}

/* Sidebar Box */
.sidebar-box {
  background: #f9fafb;
  border: 1px solid var(--gdp-border);
  border-radius: 8px;
  padding: 20px;
}

/* Footer Styling */
.site-footer-custom {
  background: #111827;
  color: #9ca3af;
  padding: 48px 0 24px;
}

.site-footer-custom h4, .site-footer-custom h3 {
  color: #f9fafb;
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.site-footer-custom a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer-custom a:hover {
  color: #ffffff;
}

/* Breadcrumb */
.gdp-breadcrumb {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 16px;
}

.gdp-breadcrumb a {
  color: #374151;
  text-decoration: none;
}

.gdp-breadcrumb a:hover {
  color: var(--gdp-primary);
}
