/* ===========================================
   Red Kitchen Project Article Style Pro
   Version: 2.0.1
   Site: https://redkitchenproject.com/
   Scoped to .redkitchen-blog-wrap only
   Inherits the active WordPress theme font family
   Does NOT affect any other page or post
   Designed for Red Kitchen Project kitchen content:
   - Clear editorial readability for reviews and guides
   - Kitchen-red, cream, charcoal, gold, and secondary purple accents
   - Reusable blocks for appliances, coffee, recipes, comparisons, safety, and tutorials
=========================================== */

/* ── BASE WRAPPER ── */
.redkitchen-blog-wrap {
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.85;
  color: #1a1a1a;
  box-sizing: border-box;
  font-family: inherit;
}

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

/* ── TYPOGRAPHY ── */
.redkitchen-blog-wrap p { margin: 0 0 1.3em; }

.redkitchen-blog-wrap h2 {
  font-size: 1.55em;
  font-weight: 700;
  margin: 2.2em 0 0.7em;
  color: #111;
  line-height: 1.3;
  font-family: inherit;
  border-bottom: 2px solid #edc1bc;
  padding-bottom: 0.3em;
}

.redkitchen-blog-wrap h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 1.8em 0 0.6em;
  color: #6f1d1b;
  line-height: 1.35;
  font-family: inherit;
}

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

.redkitchen-blog-wrap li   { margin-bottom: 0.6em; line-height: 1.8; }
.redkitchen-blog-wrap strong { font-weight: 700; color: #111; }

.redkitchen-blog-wrap a {
  color: #c1272d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.redkitchen-blog-wrap a:hover { opacity: .8; }

.redkitchen-blog-wrap section { margin-bottom: 0.4em; }


/* ================================================
   BOXES
================================================ */

/* ── Quick Answer Box ── */
.redkitchen-quick-answer {
  background: #fff3f1;
  border-left: 6px solid #c1272d;
  border-radius: 8px;
  padding: 20px 22px;
  margin: 0 0 2em;
}
.redkitchen-qa-label {
  font-weight: 700;
  font-size: 0.78em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c1272d;
  margin-bottom: 10px;
  display: block;
  font-family: inherit;
}
.redkitchen-quick-answer p { margin: 0; font-size: 1.05em; }

/* ── Pro Tip Box ── */
.redkitchen-tip-box {
  background: #f4efff;
  border-left: 6px solid #7c3aed;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.redkitchen-tip-label {
  display: block;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7c3aed;
  margin-bottom: 10px;
  font-family: inherit;
}
.redkitchen-tip-box p { margin: 0; }

/* ── Note Box ── */
.redkitchen-note-box {
  background: #fff7ed;
  border-left: 6px solid #f59e0b;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.redkitchen-note-label {
  display: block;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f59e0b;
  margin-bottom: 10px;
  font-family: inherit;
}
.redkitchen-note-box p { margin: 0; }

/* ── Warning Box ── */
.redkitchen-warning-box {
  background: #fff1f2;
  border-left: 6px solid #dc2626;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.redkitchen-warn-label {
  display: block;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dc2626;
  margin-bottom: 10px;
  font-family: inherit;
}
.redkitchen-warning-box p { margin: 0; }

/* ── Takeaway Box ── */
.redkitchen-takeaway-box {
  background: #fff5f2;
  border-left: 6px solid #8f1d24;
  border-radius: 8px;
  padding: 20px 22px;
  margin: 2.2em 0 1.8em;
}
.redkitchen-takeaway-label {
  display: block;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8f1d24;
  margin-bottom: 10px;
  font-family: inherit;
}
.redkitchen-takeaway-box p { margin: 0; }


/* ================================================
   COMPONENTS
================================================ */

/* ── Stat / Number Strip ── */
.redkitchen-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 1.8em 0;
}
.redkitchen-stat-item {
  flex: 1;
  min-width: 140px;
  background: #fff8f5;
  border: 1px solid #e8b4af;
  border-radius: 10px;
  padding: 18px 16px;
  text-align: center;
}
.redkitchen-stat-number {
  font-size: 2em;
  font-weight: 800;
  color: #c1272d;
  line-height: 1.1;
  display: block;
  font-family: inherit;
}
.redkitchen-stat-desc {
  font-size: 0.82em;
  color: #555;
  margin-top: 6px;
  display: block;
  font-family: inherit;
}

/* ── Pro Tips List ── */
.redkitchen-pro-tips {
  background: #f4efff;
  border: 1px solid #d9c4ff;
  border-radius: 10px;
  padding: 20px 22px;
  margin: 1.8em 0;
}
.redkitchen-pro-tips-title {
  font-weight: 700;
  font-size: 0.95em;
  color: #5b21b6;
  margin-bottom: 14px;
  display: block;
  font-family: inherit;
}
.redkitchen-pro-tips ul {
  margin: 0;
  padding-left: 1.4em;
}
.redkitchen-pro-tips li {
  margin-bottom: 10px;
  font-size: 0.97em;
  color: #1a1a1a;
  line-height: 1.8;
}

/* ── Comparison Box (Benefits vs Drawbacks) ── */
.redkitchen-compare {
  display: flex;
  gap: 16px;
  margin: 1.8em 0;
  flex-wrap: wrap;
}
.redkitchen-compare-col {
  flex: 1;
  min-width: 200px;
  border-radius: 10px;
  padding: 18px 20px;
}
.redkitchen-compare-col.good {
  background: #fff3f1;
  border: 1px solid #e3a39d;
}
.redkitchen-compare-col.bad {
  background: #fff1f2;
  border: 1px solid #fecdd3;
}
.redkitchen-compare-title {
  font-weight: 700;
  font-size: 0.88em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  display: block;
  font-family: inherit;
}
.redkitchen-compare-col.good .redkitchen-compare-title { color: #7a1f24; }
.redkitchen-compare-col.bad  .redkitchen-compare-title { color: #991b1b; }
.redkitchen-compare-col ul {
  margin: 0;
  padding-left: 1.2em;
}
.redkitchen-compare-col li {
  font-size: 0.95em;
  margin-bottom: 8px;
  color: #1a1a1a;
  line-height: 1.7;
}

/* ── Checklist ── */
.redkitchen-checklist {
  background: #fffaf7;
  border: 1px solid #e8b4af;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.redkitchen-checklist-title {
  font-weight: 700;
  font-size: 0.97em;
  color: #111;
  margin-bottom: 14px;
  display: block;
  font-family: inherit;
}
.redkitchen-checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.redkitchen-checklist li {
  padding: 8px 0 8px 32px;
  position: relative;
  font-size: 0.97em;
  border-bottom: 1px solid #f5ddd9;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.7;
}
.redkitchen-checklist li:last-child { border-bottom: none; }
.redkitchen-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 8px;
  color: #c1272d;
  font-weight: 700;
  font-size: 1.1em;
}

/* ── Step-by-Step Guide ── */
.redkitchen-steps {
  margin: 1.8em 0;
}
.redkitchen-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #f6e2de;
}
.redkitchen-step:last-child { border-bottom: none; }
.redkitchen-step-num {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background: #c1272d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
}
.redkitchen-step-body { flex: 1; }
.redkitchen-step-body strong {
  font-size: 1.02em;
  color: #111;
  display: block;
  margin-bottom: 6px;
}
.redkitchen-step-body p {
  font-size: 0.97em;
  color: #444;
  margin: 0;
  line-height: 1.8;
}

/* ── Did You Know Box ── */
.redkitchen-did-you-know {
  background: #fff7ed;
  border: 1px solid #ecd49a;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 1.8em 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.redkitchen-dyk-icon {
  font-size: 1.8em;
  flex-shrink: 0;
  line-height: 1;
}
.redkitchen-dyk-body { flex: 1; }
.redkitchen-dyk-label {
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a5c0a;
  display: block;
  margin-bottom: 8px;
  font-family: inherit;
}
.redkitchen-dyk-body p { margin: 0; font-size: 0.97em; color: #1a1a1a; line-height: 1.8; }

/* ── Cost / Coverage Estimate Box ── */
.redkitchen-cost-box {
  background: #fffaf7;
  border: 1px solid #e8b4af;
  border-left: 6px solid #c1272d;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.redkitchen-cost-label {
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c1272d;
  display: block;
  margin-bottom: 12px;
  font-family: inherit;
}
.redkitchen-cost-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #d0e8e0;
  font-size: 0.97em;
}
.redkitchen-cost-row:last-child { border-bottom: none; }
.redkitchen-cost-row span:last-child { font-weight: 700; color: #111; }

/* ── FAQ Section ── */
.redkitchen-faq { margin: 1.8em 0; }
.redkitchen-faq-item {
  border: 1px solid #edc1bc;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.redkitchen-faq-q {
  background: #fff8f5;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 1em;
  color: #111;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  user-select: none;
  line-height: 1.5;
}
.redkitchen-faq-q::after {
  content: '+';
  font-size: 1.4em;
  color: #c1272d;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform .25s;
}
.redkitchen-faq-item.open .redkitchen-faq-q::after {
  transform: rotate(45deg);
}
.redkitchen-faq-a {
  display: none;
  padding: 16px 20px;
  font-size: 0.97em;
  color: #333;
  border-top: 1px solid #edc1bc;
  background: #fff;
  line-height: 1.85;
}
.redkitchen-faq-a p { margin: 0; }
.redkitchen-faq-item.open .redkitchen-faq-a { display: block; }

/* ── Resources / Tools Needed ── */
.redkitchen-tools-box {
  background: #fffaf7;
  border: 1px solid #e8b4af;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.redkitchen-tools-title {
  font-weight: 700;
  font-size: 0.97em;
  color: #111;
  margin-bottom: 14px;
  display: block;
  font-family: inherit;
}
.redkitchen-tools-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.redkitchen-tool-tag {
  background: #fff;
  border: 1px solid #e3a39d;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 0.88em;
  color: #6f1d1b;
  white-space: nowrap;
  font-family: inherit;
}

/* ── Highlight / Key Stat Box ── */
.redkitchen-highlight {
  background: linear-gradient(135deg, #fff3f1 0%, #fff5f2 100%);
  border: 1px solid #e3a39d;
  border-radius: 10px;
  padding: 22px 26px;
  margin: 1.8em 0;
  text-align: center;
}
.redkitchen-highlight-text {
  font-size: 1.2em;
  font-weight: 700;
  color: #c1272d;
  line-height: 1.45;
  display: block;
  font-family: inherit;
}
.redkitchen-highlight-sub {
  font-size: 0.87em;
  color: #555;
  margin-top: 8px;
  display: block;
  font-family: inherit;
}

/* ── Doctor Alert Box ── */
.redkitchen-alert-box {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 1.8em 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.redkitchen-alert-icon { font-size: 2em; flex-shrink: 0; line-height: 1; }
.redkitchen-alert-body { flex: 1; }
.redkitchen-alert-label {
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #991b1b;
  display: block;
  margin-bottom: 8px;
  font-family: inherit;
}
.redkitchen-alert-body p { margin: 0; font-size: 0.97em; color: #1a1a1a; line-height: 1.8; }

/* ── Summary / Recap Box ── */
.redkitchen-summary-box {
  background: #fff5f2;
  border: 1px solid #e5aaa4;
  border-radius: 10px;
  padding: 20px 22px;
  margin: 1.8em 0;
}
.redkitchen-summary-label {
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a1f24;
  display: block;
  margin-bottom: 12px;
  font-family: inherit;
}
.redkitchen-summary-box ul {
  margin: 0;
  padding-left: 1.4em;
}
.redkitchen-summary-box li {
  font-size: 0.97em;
  margin-bottom: 8px;
  color: #1a1a1a;
  line-height: 1.8;
}

/* ── Dos and Don'ts ── */
.redkitchen-dos-donts {
  display: flex;
  gap: 16px;
  margin: 1.8em 0;
  flex-wrap: wrap;
}
.redkitchen-dos, .redkitchen-donts {
  flex: 1;
  min-width: 200px;
  border-radius: 10px;
  padding: 18px 20px;
}
.redkitchen-dos {
  background: #fff3f1;
  border: 1px solid #e3a39d;
}
.redkitchen-donts {
  background: #fff1f2;
  border: 1px solid #fecdd3;
}
.redkitchen-dos-title, .redkitchen-donts-title {
  font-weight: 700;
  font-size: 0.88em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  display: block;
  font-family: inherit;
}
.redkitchen-dos-title   { color: #7a1f24; }
.redkitchen-donts-title { color: #991b1b; }
.redkitchen-dos ul, .redkitchen-donts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.redkitchen-dos li, .redkitchen-donts li {
  padding: 6px 0 6px 26px;
  position: relative;
  font-size: 0.95em;
  color: #1a1a1a;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.05);
  line-height: 1.7;
}
.redkitchen-dos li:last-child,
.redkitchen-donts li:last-child { border-bottom: none; }
.redkitchen-dos li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #c1272d;
  font-weight: 700;
}
.redkitchen-donts li::before {
  content: '✗';
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 700;
}

/* ── Expert Quote / Testimonial ── */
.redkitchen-expert-quote {
  background: #fff8f5;
  border: 1px solid #ecc2bd;
  border-radius: 10px;
  padding: 20px 22px;
  margin: 1.8em 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.redkitchen-expert-icon { font-size: 2em; flex-shrink: 0; line-height: 1; color: #8f1d24; }
.redkitchen-expert-body { flex: 1; }
.redkitchen-expert-text {
  font-size: 1em;
  font-style: italic;
  color: #333;
  line-height: 1.85;
  margin: 0 0 10px;
  display: block;
  font-family: inherit;
}
.redkitchen-expert-name {
  font-size: 0.85em;
  font-weight: 700;
  color: #8f1d24;
  font-family: inherit;
}

/* ── Benefits Box ── */
.redkitchen-benefits-box {
  background: #fff3f1;
  border: 1px solid #e3a39d;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.redkitchen-benefits-title {
  font-weight: 700;
  font-size: 0.97em;
  color: #7a1f24;
  margin-bottom: 14px;
  display: block;
  font-family: inherit;
}
.redkitchen-benefits-box ul {
  margin: 0;
  padding-left: 1.4em;
}
.redkitchen-benefits-box li {
  font-size: 0.97em;
  margin-bottom: 10px;
  color: #1a1a1a;
  line-height: 1.8;
}

/* ── Image Placeholder ── */
.redkitchen-img-placeholder {
  background: #fff8f5;
  border: 2px dashed #e8b4af;
  border-radius: 10px;
  padding: 32px 20px;
  margin: 1.8em 0;
  text-align: center;
  color: #6b7280;
  font-size: 0.9em;
  font-family: inherit;
}
.redkitchen-img-placeholder span {
  display: block;
  font-size: 2em;
  margin-bottom: 8px;
}


/* ================================================
   TABLES
================================================ */
.redkitchen-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.6em 0 2em;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
}
.redkitchen-blog-wrap table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 0.95em;
  background: #fff;
  border: 1px solid #e8b4af;
  border-radius: 8px;
  overflow: hidden;
  font-family: inherit;
}
.redkitchen-blog-wrap thead { color: #fff; background: #c1272d; }
.redkitchen-blog-wrap th {
  text-align: left;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 0.02em;
}
.redkitchen-blog-wrap td {
  padding: 13px 16px;
  border-top: 1px solid #edc1bc;
  vertical-align: top;
  color: #1a1a1a;
  line-height: 1.7;
}
.redkitchen-blog-wrap tbody tr:nth-child(even) td { background: #fff8f5; }
.redkitchen-blog-wrap tbody tr:hover td { background: #f8e5e1; }


/* ================================================
   MOBILE
================================================ */
@media (max-width: 640px) {
  .redkitchen-blog-wrap      { padding: 0 14px; }
  .redkitchen-blog-wrap h2   { font-size: 1.3em; }
  .redkitchen-blog-wrap h3   { font-size: 1.1em; }

  .redkitchen-quick-answer,
  .redkitchen-tip-box,
  .redkitchen-note-box,
  .redkitchen-warning-box,
  .redkitchen-takeaway-box,
  .redkitchen-pro-tips,
  .redkitchen-checklist,
  .redkitchen-tools-box,
  .redkitchen-cost-box,
  .redkitchen-summary-box,
  .redkitchen-benefits-box   { padding: 16px 16px; }

  .redkitchen-compare,
  .redkitchen-dos-donts      { flex-direction: column; }

  .redkitchen-stat-strip     { gap: 10px; }
  .redkitchen-stat-item      { min-width: 110px; }
  .redkitchen-stat-number    { font-size: 1.6em; }

  .redkitchen-did-you-know,
  .redkitchen-alert-box,
  .redkitchen-expert-quote   { flex-direction: column; gap: 10px; }

  .redkitchen-highlight-text { font-size: 1em; }
}


/* ================================================
   RED KITCHEN PROJECT UNIVERSAL COMPONENT BLOCK
   Use these inside .redkitchen-blog-wrap for the 10,000-post kitchen plan:
   appliance reviews, coffee guides, recipes, expert questions,
   product reviews, kitchen care routines, kitchen problems, and tutorials.
================================================ */
.redkitchen-blog-wrap {
  --rkp-red: var(--rkp-accent, #c1272d);
  --rkp-red-soft: #fff3f1;
  --rkp-cream: #f8e5e1;
  --rkp-purple: var(--rkp-tip, #7c3aed);
  --rkp-maroon: #6f1d1b;
  --rkp-gold: var(--rkp-note, #f59e0b);
  --rkp-warn: var(--rkp-warning, #dc2626);
  --rkp-border: #edc1bc;
  --rkp-text-soft: #665854;
  font-family: inherit;
}

.redkitchen-product-hero {
  background: linear-gradient(135deg, #fff3f1 0%, #fff 52%, #f5f0ff 100%);
  border: 1px solid var(--rkp-border);
  border-left: 6px solid var(--rkp-red);
  border-radius: 18px;
  padding: 26px 28px;
  margin: 0 0 2em;
  box-shadow: 0 14px 34px rgba(193, 39, 45, .08);
}
.redkitchen-product-hero h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin: .25em 0 .45em;
  font-family: inherit;
  color: #382a27;
}
.redkitchen-product-hero p { color: #665854; margin: 0; }
.redkitchen-product-kicker,
.redkitchen-expert-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--rkp-red);
  font-size: .76em;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: inherit;
}
.redkitchen-product-pill {
  display: inline-block;
  background: var(--rkp-red);
  color: #fff;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: .76em;
  font-weight: 700;
  font-family: inherit;
}

.redkitchen-feature-grid,
.redkitchen-choice-grid,
.redkitchen-palette-grid,
.redkitchen-finish-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 1.8em 0;
}
.redkitchen-feature-card,
.redkitchen-choice-card,
.redkitchen-swatch-card,
.redkitchen-finish-chip,
.redkitchen-product-card,
.redkitchen-expert-qa-card {
  background: #fff;
  border: 1px solid var(--rkp-border);
  border-radius: 14px;
  padding: 18px 18px;
  box-shadow: 0 8px 24px rgba(131, 24, 67, .06);
}
.redkitchen-feature-card-title,
.redkitchen-choice-card span,
.redkitchen-palette-title,
.redkitchen-link-cluster-title {
  display: block;
  color: var(--rkp-red);
  font-weight: 800;
  font-size: .95em;
  margin-bottom: 8px;
  font-family: inherit;
}
.redkitchen-feature-card p,
.redkitchen-choice-card p,
.redkitchen-swatch-card small,
.redkitchen-finish-chip span,
.redkitchen-expert-qa-card p,
.redkitchen-product-card p { color: var(--rkp-text-soft); margin: 0; line-height: 1.7; }

.redkitchen-finish-palette {
  background: linear-gradient(135deg, #fffaf7, #ffffff);
  border: 1px solid var(--rkp-border);
  border-radius: 16px;
  padding: 20px;
  margin: 1.8em 0;
}
.redkitchen-swatch-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-items: center;
}
.redkitchen-swatch-card strong { display: block; color: #2a1d19; font-size: .95em; }
.redkitchen-swatch-card small { display: block; grid-column: 2; font-size: .82em; }
.redkitchen-swatch-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--rkp-swatch-color, #d96d68);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.12), 0 8px 18px rgba(0,0,0,.08);
  grid-row: span 2;
}

.redkitchen-expert-qa-card {
  background: linear-gradient(135deg, #fff8f5, #fff);
  border-left: 6px solid var(--rkp-red);
  margin: 1.8em 0;
}
.redkitchen-expert-question {
  font-size: 1.12em;
  font-weight: 800;
  color: var(--rkp-red);
  margin: 8px 0 10px !important;
  line-height: 1.45;
}

.redkitchen-maintenance-routine {
  background: #fff;
  border: 1px solid var(--rkp-border);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 1.8em 0;
}
.redkitchen-maintenance-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #f5ddd9;
}
.redkitchen-maintenance-row:last-child { border-bottom: none; }
.redkitchen-maintenance-row span {
  color: var(--rkp-red);
  font-weight: 800;
  font-family: inherit;
}
.redkitchen-maintenance-row p { margin: 0; color: var(--rkp-text-soft); }

.redkitchen-problem-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 1.8em 0;
}
.redkitchen-problem-solution > div {
  border-radius: 14px;
  padding: 18px;
}
.redkitchen-problem-solution > div:first-child { background: #fff1f2; border: 1px solid #fecdd3; }
.redkitchen-problem-solution > div:last-child { background: #fff8f5; border: 1px solid var(--rkp-border); }
.redkitchen-problem-label,
.redkitchen-fix-label {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78em;
  margin-bottom: 8px;
  font-family: inherit;
}
.redkitchen-problem-label { color: var(--rkp-warn); }
.redkitchen-fix-label { color: var(--rkp-red); }
.redkitchen-problem-solution p { margin: 0; color: #433835; }

.redkitchen-product-card {
  border-left: 6px solid var(--rkp-red);
  margin: 1.8em 0;
}
.redkitchen-product-card h3 { margin-top: .4em; }
.redkitchen-product-meta {
  display: inline-block;
  color: var(--rkp-red);
  font-weight: 800;
  margin-top: 12px;
  font-family: inherit;
}

.redkitchen-topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1.4em 0 1.8em;
}
.redkitchen-topic-tag {
  border: 1px solid var(--rkp-border);
  background: #fff8f5;
  color: var(--rkp-red);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: .86em;
  font-weight: 700;
  font-family: inherit;
}

.redkitchen-finish-chip strong {
  display: inline-block;
  background: var(--rkp-red);
  color: #fff;
  border-radius: 999px;
  padding: 4px 10px;
  margin-bottom: 9px;
  font-size: .8em;
  font-family: inherit;
}
.redkitchen-finish-chip span { display: block; }

.redkitchen-link-cluster {
  background: #fff8f5;
  border: 1px solid var(--rkp-border);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 1.8em 0;
}
.redkitchen-link-cluster a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #f5ddd9;
  font-weight: 700;
  text-decoration: none;
}
.redkitchen-link-cluster a:hover { text-decoration: underline; }

.redkitchen-buying-map {
  background: #fff;
  border: 1px solid var(--rkp-border);
  border-radius: 16px;
  padding: 20px;
  margin: 1.8em 0;
}
.redkitchen-buying-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.redkitchen-buying-card {
  position: relative;
  padding: 14px 14px 14px 20px;
  background: #fffaf7;
  border-radius: 12px;
  overflow: hidden;
}
.redkitchen-buying-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--rkp-red);
}
.redkitchen-buying-card strong { display: block; color: #2a1d19; margin-bottom: 4px; }
.redkitchen-buying-card span { color: var(--rkp-text-soft); font-size: .9em; }

@media (max-width: 760px) {
  .redkitchen-feature-grid,
  .redkitchen-choice-grid,
  .redkitchen-palette-grid,
  .redkitchen-finish-grid,
  .redkitchen-buying-grid { grid-template-columns: 1fr; }
  .redkitchen-problem-solution { grid-template-columns: 1fr; }
  .redkitchen-maintenance-row { grid-template-columns: 1fr; gap: 4px; }
  .redkitchen-swatch-card { grid-template-columns: 36px 1fr; }
  .redkitchen-swatch-dot { width: 34px; height: 34px; }
}


/* ============================================================
   Red Kitchen Project v2.0 fixes: image cards + flat problem/fix markup
   These rules are intentionally strong because some themes/plugins
   override grid, p, image, and label styles.
============================================================ */

.redkitchen-blog-wrap .redkitchen-article-image {
  display: block !important;
  margin: 24px 0 32px !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
}

.redkitchen-blog-wrap .redkitchen-image-frame {
  display: block !important;
  background: #ffffff !important;
  border: 1px solid #efd0cb !important;
  border-radius: 18px !important;
  padding: 10px !important;
  box-shadow: 0 12px 32px rgba(193, 39, 45, 0.10) !important;
  overflow: hidden !important;
}

.redkitchen-blog-wrap .redkitchen-article-image img,
.redkitchen-blog-wrap .redkitchen-image-frame img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  object-fit: cover !important;
}

.redkitchen-blog-wrap .redkitchen-image-caption {
  display: block !important;
  max-width: 760px !important;
  margin: 10px auto 0 !important;
  padding: 0 8px !important;
  color: #7a5b55 !important;
  font-size: 0.92em !important;
  font-style: italic !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.redkitchen-blog-wrap .redkitchen-image-source {
  display: block !important;
  margin: 6px auto 0 !important;
  color: #8a7771 !important;
  font-size: 0.78em !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

/* Supports both correct nested markup and AI-generated flat markup:
   Nested: <div class="redkitchen-problem-solution"><div><span...>Problem</span><p>...</p></div>...</div>
   Flat:   <div class="redkitchen-problem-solution"><span...>Problem</span><p>...</p><span...>Fix</span><p>...</p></div>
*/
.redkitchen-blog-wrap .redkitchen-problem-solution {
  display: block !important;
  width: 100% !important;
  margin: 24px 0 !important;
  padding: 18px !important;
  background: linear-gradient(135deg, #fffaf7 0%, #ffffff 100%) !important;
  border: 1px solid #efd0cb !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 28px rgba(193, 39, 45, 0.08) !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > div {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 15px 16px !important;
  border-radius: 14px !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > div:first-child {
  background: #fff1f2 !important;
  border: 1px solid #fecdd3 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > div:last-child {
  margin-bottom: 0 !important;
  background: #fff8f5 !important;
  border: 1px solid #efd0cb !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-problem-label,
.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-fix-label,
.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-problem-label,
.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-fix-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: auto !important;
  margin: 0 0 8px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  font-size: 0.76em !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-problem-label {
  color: #dc2626 !important;
  background: #fee8e5 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-fix-label {
  color: #8f1d24 !important;
  background: #f8e5e1 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-problem-label + p,
.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-fix-label + p {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
  color: #433835 !important;
  line-height: 1.75 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-problem-label + p {
  background: #fff1f2 !important;
  border: 1px solid #fecdd3 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-fix-label + p {
  margin-bottom: 0 !important;
  background: #fff8f5 !important;
  border: 1px solid #efd0cb !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > div p {
  margin: 0 !important;
  color: #433835 !important;
  line-height: 1.75 !important;
}

@media (max-width: 640px) {
  .redkitchen-blog-wrap .redkitchen-problem-solution {
    padding: 14px !important;
    border-radius: 16px !important;
  }
  .redkitchen-blog-wrap .redkitchen-image-frame {
    padding: 7px !important;
    border-radius: 15px !important;
  }
  .redkitchen-blog-wrap .redkitchen-article-image img,
  .redkitchen-blog-wrap .redkitchen-image-frame img {
    border-radius: 10px !important;
  }
}


/* ===========================================
   Red Kitchen Project v2.0 Problem/Solution Refinement
   Cleaner layout for flat AI markup and nested markup.
   Removes the empty rounded bar issue caused by blank paragraphs.
=========================================== */
.redkitchen-blog-wrap .redkitchen-problem-solution {
  display: block !important;
  width: 100% !important;
  margin: 28px 0 !important;
  padding: 22px 24px !important;
  background: #fffaf5 !important;
  border: 1px solid #ebc1bc !important;
  border-left: 5px solid #c1272d !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 30px rgba(193, 39, 45, 0.07) !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution::before {
  display: none !important;
  content: none !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > div {
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0 0 18px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px dashed #e7b7b1 !important;
  border-radius: 0 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > div:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-problem-label,
.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-fix-label {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: max-content !important;
  margin: 0 0 8px !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  font-size: 0.74em !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-problem-label {
  color: #dc2626 !important;
  background: #fee8e5 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-fix-label {
  color: #8f1d24 !important;
  background: #f8e5e1 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > p,
.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-problem-label + p,
.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-fix-label + p,
.redkitchen-blog-wrap .redkitchen-problem-solution > div p {
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0 0 18px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px dashed #e7b7b1 !important;
  border-radius: 0 !important;
  color: #352925 !important;
  font-size: 1em !important;
  line-height: 1.8 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > p:empty,
.redkitchen-blog-wrap .redkitchen-problem-solution > p:has(br:only-child),
.redkitchen-blog-wrap .redkitchen-problem-solution > div p:empty,
.redkitchen-blog-wrap .redkitchen-problem-solution > div p:has(br:only-child) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  line-height: 0 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > p:last-child,
.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-fix-label + p,
.redkitchen-blog-wrap .redkitchen-problem-solution > div:last-child p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

@media (max-width: 640px) {
  .redkitchen-blog-wrap .redkitchen-problem-solution {
    padding: 18px 18px !important;
    border-radius: 16px !important;
  }
}


/* ============================================================
   Red Kitchen Project v2.0 Full Component Stability Fix
   Purpose: make every generated info-article block look clean even
   when AI outputs simple/flat HTML. These rules intentionally load
   late and are scoped to Red Kitchen Project article wrappers only.
============================================================ */

.redkitchen-blog-wrap {
  --rkp-bg: #fffaf5;
  --rkp-card: #ffffff;
  --rkp-border-strong: #e4b3ad;
  --rkp-border-soft: #f0d7d2;
  --rkp-muted: #6b5852;
  --rkp-text: #2c211d;
  --rkp-shadow: 0 12px 30px rgba(193, 39, 45, .075);
}

.redkitchen-blog-wrap p:empty,
.redkitchen-blog-wrap li:empty,
.redkitchen-blog-wrap span:empty {
  display: none !important;
}

.redkitchen-blog-wrap .redkitchen-quick-answer,
.redkitchen-blog-wrap .redkitchen-tip-box,
.redkitchen-blog-wrap .redkitchen-note-box,
.redkitchen-blog-wrap .redkitchen-warning-box,
.redkitchen-blog-wrap .redkitchen-takeaway-box,
.redkitchen-blog-wrap .redkitchen-checklist,
.redkitchen-blog-wrap .redkitchen-tools-box,
.redkitchen-blog-wrap .redkitchen-cost-box,
.redkitchen-blog-wrap .redkitchen-summary-box,
.redkitchen-blog-wrap .redkitchen-benefits-box,
.redkitchen-blog-wrap .redkitchen-expert-qa-card,
.redkitchen-blog-wrap .redkitchen-finish-palette,
.redkitchen-blog-wrap .redkitchen-buying-map,
.redkitchen-blog-wrap .redkitchen-maintenance-routine,
.redkitchen-blog-wrap .redkitchen-problem-solution {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.redkitchen-blog-wrap .redkitchen-quick-answer p:last-child,
.redkitchen-blog-wrap .redkitchen-tip-box p:last-child,
.redkitchen-blog-wrap .redkitchen-note-box p:last-child,
.redkitchen-blog-wrap .redkitchen-warning-box p:last-child,
.redkitchen-blog-wrap .redkitchen-takeaway-box p:last-child,
.redkitchen-blog-wrap .redkitchen-summary-box p:last-child,
.redkitchen-blog-wrap .redkitchen-benefits-box p:last-child {
  margin-bottom: 0 !important;
}

/* Clean routine block: label on top, text below, no awkward two-column table look. */
.redkitchen-blog-wrap .redkitchen-maintenance-routine {
  display: block !important;
  width: 100% !important;
  margin: 28px 0 !important;
  padding: 20px !important;
  background: linear-gradient(135deg, #fffaf7 0%, #fff 100%) !important;
  border: 1px solid var(--rkp-border-strong) !important;
  border-left: 5px solid var(--rkp-red, #c1272d) !important;
  border-radius: 18px !important;
  box-shadow: var(--rkp-shadow) !important;
}

.redkitchen-blog-wrap .redkitchen-maintenance-row,
.redkitchen-blog-wrap .redkitchen-maintenance-routine > div {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 16px 18px !important;
  background: #fff !important;
  border: 1px solid var(--rkp-border-soft) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(193, 39, 45, .045) !important;
}

.redkitchen-blog-wrap .redkitchen-maintenance-row:last-child,
.redkitchen-blog-wrap .redkitchen-maintenance-routine > div:last-child {
  margin-bottom: 0 !important;
}

.redkitchen-blog-wrap .redkitchen-maintenance-row strong,
.redkitchen-blog-wrap .redkitchen-maintenance-row > span:first-child,
.redkitchen-blog-wrap .redkitchen-maintenance-routine > div > strong:first-child,
.redkitchen-blog-wrap .redkitchen-maintenance-routine > div > span:first-child {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 9px !important;
  padding: 5px 11px !important;
  color: #8f1d24 !important;
  background: #f8e5e1 !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  font-size: .78em !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
  line-height: 1.25 !important;
}

.redkitchen-blog-wrap .redkitchen-maintenance-row p,
.redkitchen-blog-wrap .redkitchen-maintenance-routine > div p {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--rkp-text) !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 1em !important;
  line-height: 1.8 !important;
}

/* Clean Problem/Fix block: consistent with the maintenance block but with warning and solution labels. */
.redkitchen-blog-wrap .redkitchen-problem-solution {
  display: block !important;
  width: 100% !important;
  margin: 28px 0 !important;
  padding: 20px !important;
  background: linear-gradient(135deg, #fffaf7 0%, #fff 100%) !important;
  border: 1px solid var(--rkp-border-strong) !important;
  border-left: 5px solid var(--rkp-red, #c1272d) !important;
  border-radius: 18px !important;
  box-shadow: var(--rkp-shadow) !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > div {
  display: block !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 16px 18px !important;
  background: #fff !important;
  border: 1px solid var(--rkp-border-soft) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(193, 39, 45, .045) !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > div:last-child {
  margin-bottom: 0 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-problem-label,
.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-fix-label {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: max-content !important;
  margin: 0 0 9px !important;
  padding: 5px 11px !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  font-size: .76em !important;
  font-weight: 800 !important;
  letter-spacing: .07em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-problem-label {
  color: #dc2626 !important;
  background: #fee8e5 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution .redkitchen-fix-label {
  color: #8f1d24 !important;
  background: #f8e5e1 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > p,
.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-problem-label + p,
.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-fix-label + p,
.redkitchen-blog-wrap .redkitchen-problem-solution > div p {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--rkp-text) !important;
  font-size: 1em !important;
  line-height: 1.8 !important;
}

.redkitchen-blog-wrap .redkitchen-problem-solution > p:last-child,
.redkitchen-blog-wrap .redkitchen-problem-solution > .redkitchen-fix-label + p,
.redkitchen-blog-wrap .redkitchen-problem-solution > div:last-child p:last-child {
  margin-bottom: 0 !important;
}

/* Better cost/time rows. */
.redkitchen-blog-wrap .redkitchen-cost-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--rkp-border-soft) !important;
  color: var(--rkp-text) !important;
}

.redkitchen-blog-wrap .redkitchen-cost-row span:first-child {
  color: var(--rkp-muted) !important;
}

.redkitchen-blog-wrap .redkitchen-cost-row span:last-child {
  justify-self: end !important;
  color: #8f1d24 !important;
  font-weight: 800 !important;
}

/* Stronger tools/chip layout. */
.redkitchen-blog-wrap .redkitchen-tools-grid,
.redkitchen-blog-wrap .redkitchen-topic-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.redkitchen-blog-wrap .redkitchen-tool-tag,
.redkitchen-blog-wrap .redkitchen-topic-tag {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  margin: 0 !important;
  padding: 7px 13px !important;
  background: #fff !important;
  border: 1px solid var(--rkp-border-strong) !important;
  border-radius: 999px !important;
  color: #8f1d24 !important;
  font-family: inherit !important;
  font-size: .88em !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

/* Better steps cards. */
.redkitchen-blog-wrap .redkitchen-steps {
  display: grid !important;
  gap: 12px !important;
  margin: 26px 0 !important;
}

.redkitchen-blog-wrap .redkitchen-step {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
  padding: 16px !important;
  background: #fff !important;
  border: 1px solid var(--rkp-border-soft) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(193, 39, 45, .045) !important;
}

.redkitchen-blog-wrap .redkitchen-step-body p:last-child {
  margin-bottom: 0 !important;
}

/* Better grid cards. */
.redkitchen-blog-wrap .redkitchen-feature-card,
.redkitchen-blog-wrap .redkitchen-choice-card,
.redkitchen-blog-wrap .redkitchen-swatch-card,
.redkitchen-blog-wrap .redkitchen-finish-chip,
.redkitchen-blog-wrap .redkitchen-buying-card {
  background: #fff !important;
  border: 1px solid var(--rkp-border-soft) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(193, 39, 45, .045) !important;
}

/* FAQ section fallback if heading wrapper exists. */
.redkitchen-blog-wrap .redkitchen-faq-section {
  margin: 32px 0 0 !important;
}

.redkitchen-blog-wrap .redkitchen-faq-item {
  background: #fff !important;
  border: 1px solid var(--rkp-border-soft) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(193, 39, 45, .04) !important;
}

/* Image block. */
.redkitchen-blog-wrap .redkitchen-article-image {
  margin: 24px 0 32px !important;
}

.redkitchen-blog-wrap .redkitchen-image-caption {
  margin-top: 10px !important;
  color: #7a5b55 !important;
  font-size: .92em !important;
  font-style: italic !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  .redkitchen-blog-wrap .redkitchen-maintenance-routine,
  .redkitchen-blog-wrap .redkitchen-problem-solution {
    padding: 16px !important;
    border-radius: 16px !important;
  }

  .redkitchen-blog-wrap .redkitchen-maintenance-row,
  .redkitchen-blog-wrap .redkitchen-maintenance-routine > div,
  .redkitchen-blog-wrap .redkitchen-problem-solution > div,
  .redkitchen-blog-wrap .redkitchen-step {
    padding: 14px !important;
  }

  .redkitchen-blog-wrap .redkitchen-cost-row {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }

  .redkitchen-blog-wrap .redkitchen-cost-row span:last-child {
    justify-self: start !important;
  }
}


/* ================================================
   RED KITCHEN PROJECT COMPARISON ARTICLE BLOCKS
   Use for product-free informational comparisons:
   air fryer vs toaster oven, drip vs espresso, compact vs family-size,
   appliance comparisons, model comparisons, and buying decisions.
================================================ */

.redkitchen-blog-wrap .redkitchen-comparison-hero {
  margin: 1.8em 0 2.1em;
  padding: 22px 24px;
  background:
    radial-gradient(circle at top left, rgba(193, 39, 45, 0.14), transparent 34%),
    linear-gradient(135deg, #fffaf7 0%, #ffffff 62%, #fff4ee 100%);
  border: 1px solid #e8b4af;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(143, 29, 36, 0.08);
}
.redkitchen-blog-wrap .redkitchen-comparison-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff3f1;
  color: #8f1d24;
  font-family: inherit;
  font-size: .74em;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.redkitchen-blog-wrap .redkitchen-comparison-title {
  display: block;
  margin: 0 0 8px;
  font-size: 1.35em;
  line-height: 1.28;
  font-weight: 800;
  color: #111;
}
.redkitchen-blog-wrap .redkitchen-comparison-hero p { margin: 0; color: #333; }

.redkitchen-blog-wrap .redkitchen-vs-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  margin: 1.8em 0;
}
.redkitchen-blog-wrap .redkitchen-vs-card {
  position: relative;
  min-width: 0;
  background: #fff;
  border: 1px solid #e8b4af;
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 12px 30px rgba(143, 29, 36, .07);
}
.redkitchen-blog-wrap .redkitchen-vs-label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 9px;
  background: #fff3f1;
  border-radius: 999px;
  color: #8f1d24;
  font-family: inherit;
  font-size: .72em;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.redkitchen-blog-wrap .redkitchen-vs-card h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 1.12em;
  border: 0;
  padding: 0;
}
.redkitchen-blog-wrap .redkitchen-vs-card p { margin: 0; color: #444; line-height: 1.65; }
.redkitchen-blog-wrap .redkitchen-versus-badge {
  align-self: center;
  justify-self: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c1272d;
  color: #fff;
  font-family: inherit;
  font-size: .82em;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 10px 22px rgba(193, 39, 45, .25);
}

.redkitchen-blog-wrap .redkitchen-verdict-box,
.redkitchen-blog-wrap .redkitchen-final-verdict {
  margin: 1.9em 0;
  padding: 20px 22px;
  background: linear-gradient(135deg, #fff3f1 0%, #ffffff 100%);
  border: 1px solid #e8b4af;
  border-left: 6px solid #c1272d;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(143, 29, 36, .07);
}
.redkitchen-blog-wrap .redkitchen-verdict-label,
.redkitchen-blog-wrap .redkitchen-final-verdict-label {
  display: block;
  margin: 0 0 8px;
  color: #8f1d24;
  font-family: inherit;
  font-size: .78em;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.redkitchen-blog-wrap .redkitchen-verdict-box p,
.redkitchen-blog-wrap .redkitchen-final-verdict p { margin: 0; }

.redkitchen-blog-wrap .redkitchen-best-for-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 1.8em 0;
}
.redkitchen-blog-wrap .redkitchen-best-for-card {
  background: #fff;
  border: 1px solid #e8b4af;
  border-radius: 14px;
  padding: 17px 18px;
  box-shadow: 0 10px 26px rgba(143, 29, 36, .06);
}
.redkitchen-blog-wrap .redkitchen-best-for-label {
  display: block;
  margin: 0 0 7px;
  color: #8f1d24;
  font-family: inherit;
  font-size: .76em;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.redkitchen-blog-wrap .redkitchen-best-for-card strong {
  display: block;
  margin: 0 0 6px;
  color: #111;
  font-size: 1.03em;
}
.redkitchen-blog-wrap .redkitchen-best-for-card p { margin: 0; color: #444; }

.redkitchen-blog-wrap .redkitchen-decision-box {
  margin: 1.8em 0;
  background: #fffaf7;
  border: 1px solid #e8b4af;
  border-radius: 16px;
  padding: 18px 20px;
}
.redkitchen-blog-wrap .redkitchen-decision-label {
  display: block;
  margin: 0 0 12px;
  color: #8f1d24;
  font-family: inherit;
  font-size: .8em;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.redkitchen-blog-wrap .redkitchen-decision-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid #f5ddd9;
}
.redkitchen-blog-wrap .redkitchen-decision-row:first-of-type { border-top: 0; padding-top: 0; }
.redkitchen-blog-wrap .redkitchen-decision-row strong { color: #111; }
.redkitchen-blog-wrap .redkitchen-decision-row p { margin: 0; color: #444; }

.redkitchen-blog-wrap .redkitchen-score-row {
  margin: 1.5em 0;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #edc1bc;
  border-radius: 14px;
}
.redkitchen-blog-wrap .redkitchen-score-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.redkitchen-blog-wrap .redkitchen-score-label {
  color: #8f1d24;
  font-family: inherit;
  font-size: .78em;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.redkitchen-blog-wrap .redkitchen-score-note {
  color: #666;
  font-family: inherit;
  font-size: .82em;
}
.redkitchen-blog-wrap .redkitchen-score-bar {
  height: 10px;
  overflow: hidden;
  background: #f6e2de;
  border-radius: 999px;
}
.redkitchen-blog-wrap .redkitchen-score-fill {
  display: block;
  height: 100%;
  width: 50%;
  background: #c1272d;
  border-radius: inherit;
}

.redkitchen-blog-wrap .redkitchen-comparison-note {
  margin: 1.6em 0;
  padding: 15px 18px;
  background: #fff;
  border: 1px dashed #dfa8a2;
  border-radius: 12px;
  color: #444;
  font-size: .96em;
}
.redkitchen-blog-wrap .redkitchen-comparison-note p { margin: 0; }

@media (max-width: 760px) {
  .redkitchen-blog-wrap .redkitchen-vs-cards {
    grid-template-columns: 1fr;
  }
  .redkitchen-blog-wrap .redkitchen-versus-badge {
    width: 40px;
    height: 40px;
    transform: none;
  }
  .redkitchen-blog-wrap .redkitchen-best-for-grid {
    grid-template-columns: 1fr;
  }
  .redkitchen-blog-wrap .redkitchen-decision-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
