/* ===========================================
   RedKitchenProject Article Style Pro
   Version: 1.0.0
   Site: https://redkitchenproject.com/
   Niche: Kitchen Appliances, Coffee Machines, Kitchen Gadgets, Reviews
   Scoped to .redkitchen-blog-wrap only
   Does NOT affect posts/pages without this wrapper
=========================================== */

.redkitchen-blog-wrap {
  margin: 0 auto;
  padding: 0 18px;
  line-height: 1.78;
  color: #2d2d2d;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.redkitchen-blog-wrap *,
.redkitchen-blog-wrap *::before,
.redkitchen-blog-wrap *::after { box-sizing: border-box; }

.redkitchen-blog-wrap p { margin: 0 0 1.2em; }

.redkitchen-blog-wrap h1,
.redkitchen-blog-wrap h2,
.redkitchen-blog-wrap h3,
.redkitchen-blog-wrap h4 {
  color: #1a1a1a;
  letter-spacing: -0.015em;
}

.redkitchen-blog-wrap h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  margin: 0 0 0.62em;
  font-weight: 800;
}

.redkitchen-blog-wrap h2 {
  font-size: 1.62em;
  font-weight: 780;
  margin: 2.05em 0 0.65em;
  line-height: 1.24;
  position: relative;
}

.redkitchen-blog-wrap h2::after {
  content: '';
  display: block;
  width: 58px;
  height: 3px;
  background: #c0392b;
  border-radius: 999px;
  margin-top: 10px;
}

.redkitchen-blog-wrap h3 {
  font-size: 1.22em;
  font-weight: 760;
  margin: 1.55em 0 0.5em;
  line-height: 1.32;
}

.redkitchen-blog-wrap ul,
.redkitchen-blog-wrap ol {
  margin: 0 0 1.2em;
  padding-left: 1.45em;
}

.redkitchen-blog-wrap li { margin-bottom: 0.5em; }
.redkitchen-blog-wrap strong { font-weight: 750; color: #1a1a1a; }

.redkitchen-blog-wrap a {
  color: #c0392b;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.redkitchen-blog-wrap a:hover { opacity: .82; }
.redkitchen-blog-wrap section { margin-bottom: 0.45em; }

.redkitchen-blog-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

/* ================================================
   STANDARD CALLOUT BOXES
================================================ */
.redkitchen-quick-answer,
.redkitchen-tip-box,
.redkitchen-note-box,
.redkitchen-warning-box,
.redkitchen-takeaway-box {
  border-radius: 14px;
  padding: 18px 21px;
  margin: 1.65em 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.07);
}

.redkitchen-quick-answer {
  background: linear-gradient(135deg,#fff8f8,#fff0ef);
  border: 1px solid #f5c6c2;
  border-left: 5px solid #c0392b;
  margin-top: 0;
}
.redkitchen-qa-label,
.redkitchen-tip-label,
.redkitchen-note-label,
.redkitchen-warn-label,
.redkitchen-takeaway-label {
  display: block;
  font-weight: 800;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  margin-bottom: 8px;
}
.redkitchen-quick-answer p,
.redkitchen-tip-box p,
.redkitchen-note-box p,
.redkitchen-warning-box p,
.redkitchen-takeaway-box p { margin: 0; }
.redkitchen-qa-label { color: #c0392b; }

.redkitchen-tip-box {
  background: #f4fbf4;
  border: 1px solid #c8e6c9;
  border-left: 5px solid #388e3c;
}
.redkitchen-tip-label { color: #388e3c; }

.redkitchen-note-box {
  background: #fffde7;
  border: 1px solid #ffe082;
  border-left: 5px solid #f9a825;
}
.redkitchen-note-label { color: #f57f17; }

.redkitchen-warning-box {
  background: #fff3e0;
  border: 1px solid #ffcc80;
  border-left: 5px solid #e65100;
}
.redkitchen-warn-label { color: #e65100; }

.redkitchen-takeaway-box {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-left: 5px solid #1a1a1a;
}
.redkitchen-takeaway-label { color: #1a1a1a; }

/* ================================================
   PRODUCT REVIEW COMPONENTS
================================================ */
.redkitchen-verdict-box {
  border: 2px solid #c0392b;
  border-radius: 16px;
  overflow: hidden;
  margin: 1.85em 0;
  background: #fff;
  box-shadow: 0 12px 32px rgba(192,57,43,.12);
}
.redkitchen-verdict-label {
  background: #c0392b;
  color: #fff;
  font-weight: 800;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 11px 18px;
  display: block;
}
.redkitchen-verdict-body {
  padding: 18px 20px;
  background: linear-gradient(135deg,#fff8f8,#fff0ef);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.redkitchen-verdict-body p { margin: 0; flex: 1; font-size: 0.96em; color: #2d2d2d; }
.redkitchen-overall-score {
  font-size: 2.15em;
  font-weight: 900;
  color: #c0392b;
  white-space: nowrap;
  line-height: 1;
}

/* Score Card */
.redkitchen-score-card {
  background: #fff8f8;
  border: 1px solid #f5c6c2;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 1.6em 0;
}
.redkitchen-score-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #fce8e6;
}
.redkitchen-score-row:last-child { border-bottom: none; }
.redkitchen-score-label {
  font-size: 0.88em;
  font-weight: 700;
  color: #4a4a4a;
  min-width: 130px;
}
.redkitchen-score-bar {
  flex: 1;
  height: 9px;
  background: #fce8e6;
  border-radius: 999px;
  overflow: hidden;
}
.redkitchen-score-fill {
  display: block;
  height: 100%;
  background: #c0392b;
  border-radius: 999px;
  transition: width .45s ease;
}
.redkitchen-score-val {
  font-size: 0.88em;
  font-weight: 800;
  color: #1a1a1a;
  min-width: 32px;
  text-align: right;
}

/* Pros & Cons */
.redkitchen-pros-cons {
  display: flex;
  gap: 14px;
  margin: 1.6em 0;
  flex-wrap: wrap;
}
.redkitchen-pros,
.redkitchen-cons {
  flex: 1;
  min-width: 220px;
  border-radius: 14px;
  padding: 17px 19px;
}
.redkitchen-pros { background: #f4fbf4; border: 1px solid #c8e6c9; }
.redkitchen-cons { background: #fff3f3; border: 1px solid #ffcdd2; }
.redkitchen-pros-title,
.redkitchen-cons-title {
  font-weight: 800;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  display: block;
}
.redkitchen-pros-title { color: #2e7d32; }
.redkitchen-cons-title { color: #c0392b; }
.redkitchen-pros ul,
.redkitchen-cons ul { list-style: none; margin: 0; padding: 0; }
.redkitchen-pros li,
.redkitchen-cons li {
  padding: 6px 0 6px 24px;
  position: relative;
  font-size: 0.94em;
  color: #2d2d2d;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.redkitchen-pros li:last-child,
.redkitchen-cons li:last-child { border-bottom: none; }
.redkitchen-pros li::before,
.redkitchen-cons li::before {
  position: absolute;
  left: 0;
  font-weight: 900;
}
.redkitchen-pros li::before { content: '✓'; color: #388e3c; }
.redkitchen-cons li::before { content: '✗'; color: #c0392b; }

/* Price Box */
.redkitchen-price-box {
  background: #fff8f8;
  border: 1px solid #f5c6c2;
  border-left: 5px solid #c0392b;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
}
.redkitchen-price-label {
  font-weight: 800;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #c0392b;
  display: block;
  margin-bottom: 10px;
}
.redkitchen-price-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #fce8e6;
  font-size: 0.94em;
  color: #4a4a4a;
}
.redkitchen-price-row:last-child { border-bottom: none; }
.redkitchen-price-row span:last-child { font-weight: 800; color: #1a1a1a; text-align: right; }

/* CTA Box */
.redkitchen-cta-box {
  background: linear-gradient(135deg,#c0392b,#96281b);
  color: #fff;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  padding: 18px 22px;
  margin: 1.8em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  box-shadow: 0 16px 36px rgba(192,57,43,.28);
}
.redkitchen-cta-info { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 220px; }
.redkitchen-cta-title { font-weight: 800; font-size: 1.02em; color: #fff; }
.redkitchen-cta-text { font-size: 0.92em; color: rgba(255,255,255,.82); }
.redkitchen-cta-btn {
  display: inline-block;
  background: #fff;
  color: #c0392b !important;
  font-weight: 800;
  font-size: 0.9em;
  padding: 11px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .2s ease, opacity .2s ease;
}
.redkitchen-cta-btn:hover { transform: translateY(-1px); opacity: .92; }

/* Best Pick Badge */
.redkitchen-best-pick {
  background: #fff8f8;
  border: 1px solid #f5c6c2;
  border-radius: 14px;
  padding: 15px 18px;
  margin: 1.6em 0;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.redkitchen-badge-best {
  background: #c0392b;
  color: #fff;
  font-weight: 800;
  font-size: 0.82em;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}
.redkitchen-best-pick p { margin: 0; font-size: 0.94em; color: #2d2d2d; }

/* Stat Strip */
.redkitchen-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1.6em 0;
}
.redkitchen-stat-item {
  flex: 1;
  min-width: 125px;
  background: #fff8f8;
  border: 1px solid #f5c6c2;
  border-top: 4px solid #c0392b;
  border-radius: 14px;
  padding: 17px 14px;
  text-align: center;
}
.redkitchen-stat-number {
  font-size: 1.85em;
  font-weight: 900;
  color: #c0392b;
  line-height: 1.1;
  display: block;
}
.redkitchen-stat-desc {
  font-size: 0.76em;
  color: #6b6b6b;
  margin-top: 6px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Expert Tip Box */
.redkitchen-expert-box {
  background: #fff3e0;
  border: 1px solid #ffcc80;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.redkitchen-expert-icon { font-size: 1.8em; flex-shrink: 0; line-height: 1; }
.redkitchen-expert-body { flex: 1; }
.redkitchen-expert-label {
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e65100;
  display: block;
  margin-bottom: 6px;
}
.redkitchen-expert-body p { margin: 0; font-size: 0.95em; color: #2d2d2d; }

/* Safety Warning Box (Kitchen-specific) */
.redkitchen-safety-box {
  background: #fff3e0;
  border: 2px solid #ff8f00;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.redkitchen-safety-icon { font-size: 1.8em; flex-shrink: 0; line-height: 1; }
.redkitchen-safety-body { flex: 1; }
.redkitchen-safety-label {
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e65100;
  display: block;
  margin-bottom: 6px;
}
.redkitchen-safety-body p { margin: 0; font-size: 0.95em; color: #2d2d2d; }

/* Product Specs Table Box */
.redkitchen-specs-box {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
}
.redkitchen-specs-title {
  font-weight: 800;
  font-size: 0.95em;
  color: #1a1a1a;
  margin-bottom: 12px;
  display: block;
}
.redkitchen-specs-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.92em;
}
.redkitchen-specs-row:last-child { border-bottom: none; }
.redkitchen-specs-key { color: #6b6b6b; font-weight: 600; }
.redkitchen-specs-val { color: #1a1a1a; font-weight: 700; text-align: right; }

/* Style Tags */
.redkitchen-tags-box {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 15px 18px;
  margin: 1.6em 0;
}
.redkitchen-tags-title {
  font-weight: 800;
  font-size: 0.88em;
  color: #1a1a1a;
  display: block;
  margin-bottom: 10px;
}
.redkitchen-tags-list { display: flex; flex-wrap: wrap; gap: 8px; }
.redkitchen-tag {
  font-size: 0.82em;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  color: #c0392b;
  border: 1px solid #f5c6c2;
}

/* Step-by-Step */
.redkitchen-steps { margin: 1.6em 0; }
.redkitchen-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 17px 0;
  border-bottom: 1px solid #f0f0f0;
}
.redkitchen-step:last-child { border-bottom: none; }
.redkitchen-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #c0392b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
}
.redkitchen-step-body { flex: 1; }
.redkitchen-step-body strong {
  font-size: 1em;
  color: #1a1a1a;
  display: block;
  margin-bottom: 4px;
}
.redkitchen-step-body p { font-size: 0.95em; color: #4a4a4a; margin: 0; }

/* Checklist */
.redkitchen-checklist {
  background: #fff8f8;
  border: 1px solid #f5c6c2;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
}
.redkitchen-checklist-title {
  font-weight: 800;
  font-size: 0.95em;
  color: #1a1a1a;
  margin-bottom: 12px;
  display: block;
}
.redkitchen-checklist ul { list-style: none; margin: 0; padding: 0; }
.redkitchen-checklist li {
  padding: 7px 0 7px 28px;
  position: relative;
  font-size: 0.95em;
  border-bottom: 1px solid #fce8e6;
  color: #2d2d2d;
  margin: 0;
}
.redkitchen-checklist li:last-child { border-bottom: none; }
.redkitchen-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 7px;
  color: #388e3c;
  font-weight: 900;
}

/* Did You Know */
.redkitchen-did-you-know {
  background: #fffde7;
  border: 1px solid #ffe082;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.redkitchen-dyk-icon { font-size: 1.6em; flex-shrink: 0; line-height: 1; }
.redkitchen-dyk-body { flex: 1; }
.redkitchen-dyk-label {
  font-weight: 800;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #f57f17;
  display: block;
  margin-bottom: 6px;
}
.redkitchen-dyk-body p { margin: 0; font-size: 0.95em; color: #2d2d2d; }

/* Highlight Quote */
.redkitchen-highlight {
  background: #fff8f8;
  border: 1px solid #f5c6c2;
  border-radius: 16px;
  padding: 20px 24px;
  margin: 1.6em 0;
  text-align: center;
}
.redkitchen-highlight-text {
  font-size: 1.18em;
  font-weight: 800;
  color: #c0392b;
  line-height: 1.42;
  display: block;
}
.redkitchen-highlight-sub {
  font-size: 0.86em;
  color: #6b6b6b;
  margin-top: 7px;
  display: block;
}

/* Summary Box */
.redkitchen-summary-box {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 1.6em 0;
}
.redkitchen-summary-label {
  font-weight: 800;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #1a1a1a;
  display: block;
  margin-bottom: 10px;
}
.redkitchen-summary-box ul { margin: 0; padding-left: 1.3em; }
.redkitchen-summary-box li { font-size: 0.95em; margin-bottom: 6px; color: #2d2d2d; }

/* ================================================
   FAQ ACCORDION
================================================ */
.redkitchen-faq { margin: 1.6em 0; }
.redkitchen-faq-item {
  border: 1px solid #f5c6c2;
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
.redkitchen-faq-q {
  background: #fff8f8;
  padding: 15px 18px;
  font-weight: 800;
  font-size: 0.98em;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  user-select: none;
}
.redkitchen-faq-q::after {
  content: '+';
  font-size: 1.35em;
  color: #c0392b;
  font-weight: 500;
  flex-shrink: 0;
  transition: transform .25s ease;
}
.redkitchen-faq-item.open .redkitchen-faq-q::after { transform: rotate(45deg); }
.redkitchen-faq-a {
  display: none;
  padding: 15px 18px;
  font-size: 0.95em;
  color: #4a4a4a;
  border-top: 1px solid #f5c6c2;
  background: #fff;
}
.redkitchen-faq-a p { margin: 0; }
.redkitchen-faq-item.open .redkitchen-faq-a { display: block; }

/* ================================================
   COMPARISON TABLE
================================================ */
.redkitchen-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.45em 0 1.85em;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid #f5c6c2;
}
.redkitchen-blog-wrap table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.94em;
  background: #fff;
}
.redkitchen-blog-wrap thead { background: #c0392b; color: #fff; }
.redkitchen-blog-wrap th {
  text-align: left;
  padding: 13px 15px;
  font-weight: 800;
  font-size: 0.88em;
  letter-spacing: 0.03em;
}
.redkitchen-blog-wrap td {
  padding: 12px 15px;
  border-top: 1px solid #fce8e6;
  vertical-align: top;
  color: #2d2d2d;
}
.redkitchen-blog-wrap tbody tr:nth-child(even) td { background: #fff8f8; }
.redkitchen-blog-wrap tbody tr:hover td { background: #fff0ef; }

/* ================================================
   MOBILE
================================================ */
@media (max-width: 650px) {
  .redkitchen-blog-wrap { padding: 0 12px; }
  .redkitchen-blog-wrap h1 { font-size: 2rem; }
  .redkitchen-blog-wrap h2 { font-size: 1.34em; }
  .redkitchen-blog-wrap h3 { font-size: 1.1em; }

  .redkitchen-quick-answer,
  .redkitchen-tip-box,
  .redkitchen-note-box,
  .redkitchen-warning-box,
  .redkitchen-takeaway-box,
  .redkitchen-checklist,
  .redkitchen-specs-box,
  .redkitchen-price-box,
  .redkitchen-summary-box { padding: 15px 16px; }

  .redkitchen-pros-cons { flex-direction: column; }
  .redkitchen-verdict-body { flex-direction: column; align-items: flex-start; gap: 10px; }
  .redkitchen-overall-score { font-size: 1.8em; }
  .redkitchen-stat-strip { gap: 8px; }
  .redkitchen-stat-item { min-width: 105px; }
  .redkitchen-stat-number { font-size: 1.5em; }
  .redkitchen-did-you-know,
  .redkitchen-expert-box,
  .redkitchen-safety-box { flex-direction: column; gap: 8px; }
  .redkitchen-score-row { align-items: flex-start; flex-direction: column; gap: 7px; }
  .redkitchen-score-label { min-width: 0; }
  .redkitchen-score-bar { width: 100%; }
  .redkitchen-price-row { flex-direction: column; align-items: flex-start; gap: 2px; }
  .redkitchen-price-row span:last-child { text-align: left; }
  .redkitchen-cta-box { flex-direction: column; align-items: flex-start; }
  .redkitchen-cta-btn { width: 100%; text-align: center; }
  .redkitchen-highlight-text { font-size: 1.02em; }
  .redkitchen-tags-list { gap: 6px; }
  .redkitchen-specs-row { flex-direction: column; gap: 2px; }
  .redkitchen-specs-val { text-align: left; }
}
