/*
Theme Name: Weather Theme
Theme URI: https://thoitiet.vn
Author: Developer
Author URI: https://thoitiet.vn
Description: Theme dự báo thời tiết Việt Nam - Migrated from Laravel Weather Module
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: weather-theme
*/

/* Reset & Base Styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f5f8;
  color: #333;
  line-height: 1.6;
}

a {
  color: #1c84ee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

/* Additional custom styles are loaded from assets/css/ */

/* Header - menu title (moved from inline) */
.menu-title {
  color: #1c84ee;
  font-size: 14px;
  font-weight: 500;
}

/* ============================
   Footer Styles (moved from inline)
   ============================ */
.site-footer {
  background-color: #1e293b;
  color: #f8fafc;
  padding: 60px 0 20px;
  margin-top: 50px;
}

.site-footer a:hover {
  color: #38bdf8 !important;
}

.site-footer ul li {
  margin-bottom: 8px;
}

.footer-heading {
  color: #38bdf8;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.footer-text {
  color: #cbd5e1;
  line-height: 1.8;
}

.footer-social-link {
  color: #cbd5e1;
  margin-right: 15px;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.footer-social-link:hover {
  color: #38bdf8;
  text-decoration: none;
}

.footer-nav {
  line-height: 2;
}

.footer-nav a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #38bdf8;
  text-decoration: none;
}

.footer-contact {
  color: #cbd5e1;
  line-height: 2;
}

.footer-contact-icon {
  width: 25px;
  color: #38bdf8;
}

.footer-bottom {
  border-top: 1px solid #334155;
  padding-top: 25px;
}

.footer-copyright {
  color: #94a3b8;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* FAQ Section */
.faq-section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.faq-section .faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 0;
}

.faq-section .faq-item:last-child {
  border-bottom: none;
}

.faq-section .faq-question {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.faq-section .faq-answer {
  color: #475569;
  line-height: 1.7;
}
