/* FreemailOrder.com — Mail-Order & Catalog Shopping Consumer Guide */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.7;
  color: #1e1e1e;
  background: #f5f2ee;
}

a { color: #c0392b; text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── Layout wrapper ── */
.cg-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Top ribbon ── */
.cg-ribbon {
  background: #c0392b;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 6px 0;
  text-align: center;
  letter-spacing: 0.02em;
}
.cg-ribbon a { color: #ffe0dd; }
.cg-ribbon a:hover { color: #fff; }

/* ── Masthead ── */
.cg-masthead {
  background: #fff;
  border-bottom: 3px solid #c0392b;
  padding: 22px 0 18px;
}
.cg-masthead-inner {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.cg-masthead-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1e1e1e;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.cg-masthead-title:hover { text-decoration: none; color: #c0392b; }
.cg-masthead-tagline {
  font-style: italic;
  font-size: 1rem;
  color: #666;
}

/* ── Site nav ── */
.cg-sitenav {
  background: #2c2c2c;
  padding: 0;
}
.cg-sitenav .cg-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.cg-sitenav a {
  display: inline-block;
  color: #e8e8e8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 18px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.cg-sitenav a:hover, .cg-sitenav a.cg-nav-active {
  background: #c0392b;
  color: #fff;
  text-decoration: none;
}

/* ── Hero band ── */
.cg-hero {
  background: linear-gradient(135deg, #2c2c2c 0%, #4a2020 100%);
  color: #fff;
  padding: 48px 0 44px;
  border-bottom: 4px solid #c0392b;
}
.cg-hero h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.25;
}
.cg-hero-deck {
  font-size: 1.1rem;
  color: #e0d4d4;
  max-width: 620px;
  margin-bottom: 20px;
}
.cg-hero-cta {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 22px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cg-hero-cta:hover { background: #a93226; text-decoration: none; color: #fff; }

/* ── Main layout: content + sidebar ── */
.cg-main {
  padding: 36px 0 48px;
}
.cg-content-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 720px) {
  .cg-content-grid { grid-template-columns: 1fr; }
}

/* ── Section headings ── */
.cg-section-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c0392b;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

/* ── Featured roundup strip ── */
.cg-roundup-strip {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #c0392b;
  padding: 24px;
  margin-bottom: 32px;
}
.cg-roundup-strip h2 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}
.cg-roundup-blurb {
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 14px;
}
.cg-roundup-meta {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

/* ── Latest guides list (inc/latest.php) ── */
.cg-guide-list {
  list-style: none;
}
.cg-guide-list li {
  border-bottom: 1px solid #e5e0db;
  padding: 16px 0;
}
.cg-guide-list li:first-child { padding-top: 0; }
.cg-guide-list li:last-child { border-bottom: none; }
.cg-guide-stamp {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.cg-guide-list h3 {
  font-size: 1.05rem;
  margin-bottom: 5px;
  line-height: 1.35;
}
.cg-guide-list h3 a { color: #1e1e1e; }
.cg-guide-list h3 a:hover { color: #c0392b; text-decoration: none; }
.cg-guide-list p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.55;
}

/* ── Comparison table ── */
.cg-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 20px 0 28px;
}
.cg-compare-table th {
  background: #2c2c2c;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 10px 14px;
  text-align: left;
}
.cg-compare-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e0dbd5;
  vertical-align: top;
}
.cg-compare-table tr:nth-child(even) td { background: #faf7f4; }
.cg-compare-table tr:last-child td { border-bottom: none; }

/* ── Category nav tiles ── */
.cg-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0 32px;
}
@media (max-width: 600px) { .cg-category-grid { grid-template-columns: 1fr 1fr; } }
.cg-cat-tile {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-left: 4px solid #c0392b;
  padding: 14px 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 1.3;
}
.cg-cat-tile:hover {
  background: #fff8f8;
  color: #c0392b;
  text-decoration: none;
  border-left-color: #a93226;
}
.cg-cat-tile span {
  display: block;
  font-weight: normal;
  font-size: 11px;
  color: #888;
  margin-top: 4px;
}

/* ── Sidebar ── */
.cg-sidebar-card {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #2c2c2c;
  padding: 18px 20px;
  margin-bottom: 22px;
}
.cg-sidebar-card h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  margin-bottom: 10px;
}
.cg-sidebar-card p {
  font-size: 0.88rem;
  color: #444;
  line-height: 1.55;
}
.cg-sidebar-card ul {
  list-style: none;
  font-size: 0.88rem;
}
.cg-sidebar-card ul li { border-bottom: 1px solid #f0ece8; padding: 6px 0; }
.cg-sidebar-card ul li:last-child { border-bottom: none; }
.cg-sidebar-card ul a { color: #c0392b; }
.cg-sidebar-card ul a:hover { text-decoration: underline; }
.cg-tip-box {
  background: #fff8e6;
  border-left: 4px solid #e67e22;
  padding: 12px 14px;
  font-size: 0.88rem;
  color: #444;
  line-height: 1.5;
  margin-top: 8px;
}

/* ── Article pages ── */
.cg-article-wrap {
  max-width: 740px;
  padding: 36px 0 60px;
}
.cg-article-kicker {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c0392b;
  margin-bottom: 10px;
}
.cg-article-wrap h1 {
  font-size: 1.85rem;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #1a1a1a;
}
.cg-article-standfirst {
  font-size: 1.08rem;
  font-style: italic;
  color: #555;
  border-left: 3px solid #c0392b;
  padding-left: 16px;
  margin-bottom: 18px;
  line-height: 1.55;
}
.cg-article-dateline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0dbd5;
}
.cg-article-wrap h2 {
  font-size: 1.25rem;
  margin: 30px 0 12px;
  color: #2c2c2c;
}
.cg-article-wrap h3 {
  font-size: 1.05rem;
  margin: 22px 0 8px;
  color: #2c2c2c;
}
.cg-article-wrap p { margin-bottom: 16px; color: #333; }
.cg-article-wrap ul, .cg-article-wrap ol {
  margin: 0 0 16px 22px;
  color: #333;
}
.cg-article-wrap li { margin-bottom: 7px; }
.cg-article-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin: 20px 0 24px;
}
.cg-article-wrap table th {
  background: #2c2c2c;
  color: #fff;
  padding: 9px 13px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cg-article-wrap table td {
  padding: 9px 13px;
  border-bottom: 1px solid #e0dbd5;
  vertical-align: top;
}
.cg-article-wrap table tr:nth-child(even) td { background: #faf7f4; }
.cg-article-back {
  margin-top: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.cg-article-back a { color: #c0392b; }

/* ── Section / listing pages ── */
.cg-section-hero {
  background: #2c2c2c;
  color: #fff;
  padding: 32px 0 28px;
}
.cg-section-hero h1 { font-size: 1.75rem; margin-bottom: 8px; }
.cg-section-hero p { color: #bbb; font-size: 0.95rem; }

/* ── About / Contact pages ── */
.cg-page-body {
  max-width: 700px;
  padding: 40px 0 60px;
}
.cg-page-body h1 { font-size: 1.75rem; margin-bottom: 18px; }
.cg-page-body h2 { font-size: 1.2rem; margin: 28px 0 10px; color: #2c2c2c; }
.cg-page-body p { margin-bottom: 14px; color: #333; }
.cg-page-body ul { margin: 0 0 14px 22px; color: #333; }
.cg-page-body ul li { margin-bottom: 6px; }

/* ── Contact form ── */
.cg-contact-form { margin-top: 24px; }
.cg-form-group { margin-bottom: 16px; }
.cg-form-group label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #444;
  margin-bottom: 5px;
}
.cg-form-group input,
.cg-form-group select,
.cg-form-group textarea {
  width: 100%;
  font-family: Georgia, serif;
  font-size: 15px;
  color: #1e1e1e;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 9px 12px;
  outline: none;
}
.cg-form-group input:focus,
.cg-form-group textarea:focus { border-color: #c0392b; }
.cg-form-group textarea { resize: vertical; min-height: 130px; }
.cg-form-submit {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 11px 28px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.cg-form-submit:hover { background: #a93226; }

/* ── Footer ── */
.cg-footer {
  background: #1e1e1e;
  color: #aaa;
  padding: 28px 0 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.cg-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-bottom: 14px;
}
.cg-footer-links a { color: #ccc; }
.cg-footer-links a:hover { color: #fff; text-decoration: underline; }
.cg-footer-disc { color: #666; font-size: 12px; line-height: 1.5; }
