/* ==============================
 * style.css - WordPress Theme Info
 * ============================== */

/*
Theme Name: Biofuels News Theme
Theme URI: https://www.biofuelsinfo.com/
Author: Your Name
Author URI: https://www.biofuelsinfo.com/
Description: A clean WordPress theme inspired by modern card-based news layouts.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biofuels-news-theme
*/

body {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background: #f4f6f8;
  color: #333;
}

header, footer {
  background: #fff;
  color: black;
  padding: 1em 2rem;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

header h1 a {
  text-decoration: none;
  color: black;
}

nav a {
  margin: 0 10px;
  color: black;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

nav a:hover {
  color: #2f855a;
}

main {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

article {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  overflow: hidden;
}

article img {
  width: 100%;
  height: auto;
  display: block;
}

article h2 a {
  color: #2f855a;
  text-decoration: none;
}

article h2 a:hover {
  text-decoration: underline;
}

article p.meta {
  font-size: 0.8rem;
  color: #777;
  margin-top: 1rem;
}
a:hover {
  text-decoration: underline;
}

article h2 a:hover {
  color: #276749; /* darker green */
}

article img {
  border-radius: 0;
}
.page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 6px 12px;
  text-decoration: none;
  color: #2d3748;
  background-color: #edf2f7;
  border-radius: 4px;
  font-size: 0.95rem;
}

.page-numbers.current {
  background-color: #38a169;
  color: white;
  font-weight: bold;
}

.page-numbers:hover {
  background-color: #c6f6d5;
  color: #2f855a;
}
