/* =========================================
   The Green Booth — Site Styles
   ========================================= */
* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  background: #eaece8;
}

a { color: #2a7d2e; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

/* ---- Site wrapper ---- */
.site {
  max-width: 1150px;
  margin: 0 auto;
  background: #fff;
  border-left: 1px solid #d8ddd6;
  border-right: 1px solid #d8ddd6;
  min-height: 100vh;
}

.site-top-accent {
  height: 5px;
  background: linear-gradient(90deg, #1d5c21, #3aaa40, #2a7d2e);
}

/* ---- Header ---- */
.top-bar {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding: 18px 28px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.top-bar-left {}

.site-title {
  margin: 0 0 2px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.site-title a { color: #1d5c21; }
.site-title a:hover { text-decoration: none; color: #2a7d2e; }

.site-tagline {
  margin: 0;
  font-size: 13px;
  color: #888;
  font-weight: 400;
}

.top-bar-right {
  text-align: right;
}

.header-note {
  font-size: 12px;
  color: #aaa;
  line-height: 1.4;
}

/* ---- Navigation ---- */
.main-nav {
  background: #2a7d2e;
  padding: 0 20px;
  border-bottom: 2px solid #1d5c21;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.main-nav li { margin: 0; }

.main-nav a {
  display: block;
  padding: 12px 14px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.main-nav a:hover {
  background: rgba(0,0,0,0.18);
  text-decoration: none;
}

.main-nav li.current a {
  background: rgba(0,0,0,0.22);
}

/* ---- Main layout ---- */
.main {
  display: flex;
  gap: 28px;
  padding: 26px 28px 32px;
  align-items: flex-start;
}

.content { flex: 1 1 auto; min-width: 0; }
.sidebar { width: 270px; flex: 0 0 270px; }

/* ---- Article cards ---- */
.card {
  border: 1px solid #e6e6e6;
  padding: 20px 22px;
  margin-bottom: 22px;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.card:hover {
  border-color: #b8d8ba;
  box-shadow: 0 2px 10px rgba(42,125,46,0.08);
}

/* Category badge */
.cat-badge {
  display: inline-block;
  background: #2a7d2e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 2px 9px;
  border-radius: 2px;
  margin-bottom: 9px;
}

.cat-badge.alt { background: #5aaa30; }
.cat-badge.alt2 { background: #3a8a78; }
.cat-badge.alt3 { background: #6a7a2e; }

/* Entry title */
.entry-title {
  margin: 0 0 7px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}

.entry-title a { color: #1a1a1a; }
.entry-title a:hover { color: #2a7d2e; text-decoration: none; }

.meta {
  color: #999;
  font-size: 12px;
  margin-bottom: 11px;
}

.meta .sep { margin: 0 5px; color: #ddd; }

.entry-excerpt {
  color: #444;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 13px;
}

.read-more {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  color: #2a7d2e;
  border-bottom: 1.5px solid #2a7d2e;
  padding-bottom: 1px;
}
.read-more:hover { text-decoration: none; opacity: 0.7; }

/* ---- Sidebar widgets ---- */
.widget {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
}

.widget-body {
  padding: 16px 18px;
}

.widget-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: #2a7d2e;
  padding: 9px 18px;
  margin: 0;
}

.widget-about p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cat-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  padding: 6px 0;
  font-size: 14px;
}
.cat-list li:last-child { border-bottom: none; }
.cat-list a { color: #333; }
.cat-list a:hover { color: #2a7d2e; text-decoration: none; }
.cat-count {
  font-size: 11px;
  background: #f0f0f0;
  color: #888;
  padding: 1px 7px;
  border-radius: 10px;
}

.recent-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-list li {
  border-bottom: 1px solid #f4f4f4;
  padding: 7px 0;
  font-size: 13px;
  line-height: 1.4;
}
.recent-list li:last-child { border-bottom: none; }
.recent-list a { color: #333; }
.recent-list a:hover { color: #2a7d2e; text-decoration: none; }
.recent-date {
  display: block;
  color: #bbb;
  font-size: 11px;
  margin-top: 3px;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-cloud a {
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #555;
  border-radius: 2px;
  background: #fafafa;
}
.tag-cloud a:hover {
  border-color: #2a7d2e;
  color: #2a7d2e;
  background: #f4fbf4;
  text-decoration: none;
}

/* ---- Footer ---- */
.footer {
  background: #1d5c21;
  border-top: 3px solid #2a7d2e;
  padding: 18px 28px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-copy {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.footer-nav a {
  color: rgba(255,255,255,0.65);
  font-size: 12px;
  padding: 2px 7px;
}
.footer-nav a:hover {
  color: #fff;
  text-decoration: none;
}

/* ---- Single article ---- */
.entry-header {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 22px;
  padding-bottom: 14px;
}

.entry-header .entry-title {
  font-size: 26px;
  margin-bottom: 8px;
}

.entry-content {
  font-size: 15px;
  line-height: 1.75;
  color: #333;
}

.entry-content h2 {
  font-size: 20px;
  color: #1a1a1a;
  margin: 28px 0 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 6px;
}

.entry-content h3 {
  font-size: 17px;
  color: #2a7d2e;
  margin: 20px 0 8px;
}

.entry-content p { margin: 0 0 16px; }

.entry-content ul, .entry-content ol {
  padding-left: 22px;
  margin: 0 0 16px;
}

.entry-content li {
  margin-bottom: 8px;
  line-height: 1.65;
}

.entry-content blockquote {
  border-left: 4px solid #2a7d2e;
  margin: 22px 0;
  padding: 12px 20px;
  background: #f6fbf6;
  color: #444;
  font-style: italic;
  font-size: 16px;
}

.entry-content strong { color: #1a1a1a; }

.post-back {
  display: inline-block;
  margin-top: 26px;
  font-size: 13px;
  font-weight: 700;
  color: #2a7d2e;
  border-bottom: 1.5px solid #2a7d2e;
  padding-bottom: 1px;
}
.post-back:hover { text-decoration: none; opacity: 0.7; }

/* ---- Inner pages ---- */
.page-header {
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e6e6e6;
}

.page-header h2 {
  font-size: 26px;
  margin: 0;
  color: #1a1a1a;
}

.policy-section {
  margin-bottom: 24px;
}

.policy-section h3 {
  font-size: 16px;
  font-weight: 700;
  color: #2a7d2e;
  margin: 0 0 8px;
}

.policy-section p,
.policy-section li {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.policy-section ul {
  padding-left: 20px;
  margin: 6px 0 0;
}

.effective-date {
  background: #f6fbf6;
  border: 1px solid #c0dcc2;
  padding: 9px 16px;
  font-size: 13px;
  color: #555;
  margin-bottom: 22px;
  border-radius: 2px;
}

/* Contact form */
.contact-form .form-row { margin-bottom: 16px; }

.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #ddd;
  font-size: 15px;
  font-family: inherit;
  border-radius: 2px;
  background: #fafafa;
  color: #222;
  transition: border-color 0.15s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2a7d2e;
  outline: none;
  background: #fff;
}

.contact-form textarea { min-height: 140px; resize: vertical; }

.btn-submit {
  background: #2a7d2e;
  color: #fff;
  border: none;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 2px;
  font-family: inherit;
}
.btn-submit:hover { background: #1d5c21; }

.contact-info-box {
  background: #f6fbf6;
  border: 1px solid #c0dcc2;
  padding: 14px 18px;
  font-size: 14px;
  color: #444;
  margin-bottom: 22px;
  border-radius: 2px;
  line-height: 1.7;
}

.contact-info-box strong { color: #1d5c21; }

/* Advertise */
.adv-card {
  border: 1px solid #e6e6e6;
  padding: 18px 20px;
  margin-bottom: 18px;
  background: #f9fbf9;
}

.adv-card h3 {
  font-size: 16px;
  color: #1d5c21;
  margin: 0 0 8px;
}

.adv-card p,
.adv-card li {
  color: #444;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 8px;
}

.adv-card ul { padding-left: 18px; margin: 6px 0 0; }

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .main { display: block; padding: 18px 20px 28px; }
  .sidebar { width: auto; margin-top: 22px; }
  .main-nav { padding: 0 16px; }
  .top-bar { padding: 14px 20px; }
  .footer { padding: 14px 20px; }
  .footer-inner { flex-direction: column; gap: 8px; }
  .entry-title { font-size: 18px; }
}

@media (max-width: 600px) {
  .site-title { font-size: 24px; }
  .main-nav a { padding: 10px 10px; font-size: 11px; letter-spacing: 0; }
  .card { padding: 14px 16px; }
  .top-bar { flex-direction: column; }
}
