/* ===========================================
   GiraffeCarRentals Article Style Pro
   Version: 1.1.0
   Site: https://giraffecarrentals.com/
   Author: Alex Carter
   Niche: Rental Cars, OBD2 Scanners, Car Accessories & Road Trip Guides
   Scoped to .gcr-article-wrap only
=========================================== */

.gcr-article-wrap {
  margin: 0 auto;
  padding: 0 18px;
  line-height: 1.78;
  color: #1f2937;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 1.07rem;
}

.gcr-article-wrap * { box-sizing: border-box; }

/* Font Weight Reset */
.gcr-article-wrap p,
.gcr-article-wrap li,
.gcr-article-wrap td,
.gcr-article-wrap blockquote,
.gcr-article-wrap .gcr-faq-answer {
  font-weight: 400;
}

.gcr-article-wrap h1, .gcr-article-wrap h2, .gcr-article-wrap h3,
.gcr-article-wrap strong, .gcr-article-wrap b, .gcr-article-wrap th,
.gcr-article-wrap .gcr-label, .gcr-article-wrap .gcr-pick-badge,
.gcr-article-wrap .gcr-verdict-label {
  font-weight: 700;
}

.gcr-article-wrap .gcr-pick-badge,
.gcr-article-wrap .gcr-stat-number { font-weight: 800; }

/* Typography */
.gcr-article-wrap p { margin: 0 0 1.45em; }

.gcr-article-wrap h2 {
  font-size: 1.68em;
  margin: 2.4em 0 0.7em;
  color: #0f172a;
  line-height: 1.28;
  position: relative;
}

.gcr-article-wrap h2::before {
  content: "🦒";
  margin-right: 10px;
  font-size: 1.2em;
}

.gcr-article-wrap h3 {
  font-size: 1.32em;
  margin: 2em 0 0.65em;
  color: #1e40af;
  line-height: 1.35;
}

.gcr-article-wrap ul, .gcr-article-wrap ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.7em;
}

.gcr-article-wrap li { margin-bottom: 0.7em; }
.gcr-article-wrap strong { color: #111827; }

.gcr-article-wrap a {
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.gcr-article-wrap a:hover { color: #2563eb; }

/* Boxes */
.gcr-quick-answer {
  background: #f0f9ff;
  border-left: 6px solid #0284c8;
  border-radius: 14px;
  padding: 22px 26px;
  margin: 2.2em 0;
  box-shadow: 0 4px 15px -2px rgba(2, 132, 200, 0.15);
}

.gcr-qa-label {
  background: #0284c8;
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 6px 18px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 12px;
}

.gcr-tip-box {
  background: #f1f8e8;
  border-left: 6px solid #4ade80;
  border-radius: 14px;
  padding: 20px 26px;
  margin: 2em 0;
}

.gcr-tip-label {
  color: #166534;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.gcr-verdict-box {
  background: #fefce8;
  border: 3px solid #eab308;
  border-radius: 14px;
  padding: 26px;
  margin: 2.4em 0;
  position: relative;
}

.gcr-verdict-label {
  position: absolute;
  top: -14px;
  left: 28px;
  background: #eab308;
  color: #1e2937;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 6px 20px;
  border-radius: 9999px;
}

.gcr-pick-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ea580c, #f97316);
  color: white;
  padding: 8px 22px;
  border-radius: 9999px;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 6px 14px -3px rgba(234, 88, 12, 0.45);
  margin-bottom: 16px;
}

.gcr-amazon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white !important;
  font-weight: 700;
  font-size: 1.12rem;
  padding: 18px 38px;
  border-radius: 9999px;
  text-decoration: none;
  margin: 1.8em 0;
  box-shadow: 0 8px 20px -4px rgba(249, 115, 22, 0.45);
  transition: all 0.3s ease;
}

.gcr-amazon-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px -4px rgba(234, 88, 12, 0.6);
}

.gcr-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.4em 0;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px -5px rgb(15 23 42 / 0.15);
}

.gcr-comparison-table th {
  background: #0f172a;
  color: #e0f2fe;
  padding: 18px 14px;
  text-align: left;
}

.gcr-comparison-table td {
  padding: 16px 14px;
  border-bottom: 1px solid #e2e8f0;
}

.gcr-comparison-table tr:hover { background: #f8fafc; }
.gcr-comparison-table .best-choice {
  background: #ecfdf5 !important;
  font-weight: 600;
  color: #166534;
}

.gcr-checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.gcr-checklist li::before {
  content: "✅";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-size: 1.1em;
}

@media (max-width: 680px) {
  .gcr-article-wrap { padding: 0 14px; font-size: 1.04rem; }
  .gcr-article-wrap h2 { font-size: 1.48em; }
}
