.elementor-20261 .elementor-element.elementor-element-6be5991{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eb5938d *//* ============================================================
   CHEF'S SHOP — BLOG POST STYLES
   Paste this into:
   WordPress Dashboard > Appearance > Customize > Additional CSS
   OR into your theme's style.css
   OR into Elementor > Site Settings > Custom CSS
   ============================================================ */

/* --- BASE WRAPPER --- */
.cs-blog {
  
  color: #1A1A1A;
  line-height: 1.8;
  font-size: 17px;
 
  margin: 0 auto;
}

/* --- INTRO HIGHLIGHT BOX --- */
.cs-intro-box {
  background: #fff;
  border-left: 5px solid #E8611A;
  border-radius: 0 10px 10px 0;
  padding: 22px 26px;
  margin: 0 0 28px 0;
  font-size: 18px;
  color: #1A1A1A;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

/* --- BODY PARAGRAPHS --- */
.cs-blog p {
  margin-bottom: 18px;
  color: #333;
}

.cs-blog p.cs-muted {
  color: #7A6A5A;
  font-size: 15.5px;
  margin-bottom: 24px;
}

/* --- HEADINGS --- */
.cs-blog h2 {
  
  font-size: 28px;
  color: #1A1A1A;
  margin: 48px 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #E8611A;
  display: inline-block;
}

.cs-blog h3 {
  
  font-size: 21px;
  color: #2E6651;
  margin: 28px 0 10px 0;
}

/* --- LINKS --- */
.cs-blog a {
  color: #E8611A;
  font-weight: 600;
  text-decoration: none;
}
.cs-blog a:hover {
  text-decoration: underline;
}

/* --- CALLOUT BOX --- */
.cs-callout {
  background: #EEF7F2;
  border-left: 4px solid #2E6651;
  border-radius: 0 10px 10px 0;
  padding: 18px 22px;
  margin: 28px 0;
}
.cs-callout-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #2E6651;
  display: block;
  margin-bottom: 6px;
}
.cs-callout p {
  font-size: 15.5px;
  color: #1f4438;
  margin: 0;
}

/* --- PULL QUOTE --- */
.cs-pullquote {
  border-top: 3px solid #E8611A;
  border-bottom: 3px solid #E8611A;
  padding: 22px 0;
  margin: 36px 0;
  text-align: center;
}
.cs-pullquote p {

  font-size: 20px;
  font-style: italic;
  color: #1A1A1A;
  line-height: 1.5;
  margin: 0;
}

/* --- INFOGRAPHIC CARD WRAPPER --- */
.cs-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  margin: 32px 0;
  box-shadow: 0 6px 28px rgba(0,0,0,0.08);
  border: 1px solid #EDE0D0;
}

.cs-card-title {
  text-align: center;
  
  font-size: 19px;
  color: #1A1A1A;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px dashed #EDE0D0;
}
.cs-card-title span {
  color: #E8611A;
}

.cs-card-footer {
  text-align: center;
  font-size: 12px;
  color: #7A6A5A;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #EDE0D0;
  margin-bottom: 0;
}

/* --- TIER CARDS GRID --- */
.cs-tier-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cs-tier {
  flex: 1;
  min-width: 200px;
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
}
.cs-tier-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #7A6A5A;
  margin-bottom: 6px;
  display: block;
}
.cs-tier-price {
  
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.cs-tier-desc {
  font-size: 13px;
  color: #7A6A5A;
  line-height: 1.6;
}

.cs-tier-1 { background: #FFF5EE; border: 2px solid #FFCBA4; }
.cs-tier-1 .cs-tier-price { color: #C45A10; }

.cs-tier-2 { background: #EEF7F2; border: 2px solid #A4D4BA; }
.cs-tier-2 .cs-tier-price { color: #2E6651; }

.cs-tier-3 { background: #EEF0FF; border: 2px solid #A4AADD; }
.cs-tier-3 .cs-tier-price { color: #3A3FA8; }

/* --- BUDGET SPLIT ITEMS --- */
.cs-budget-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cs-budget-item {
  flex: 1;
  min-width: 150px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #FDF6EE;
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid #EDE0D0;
}

.cs-budget-dot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
}

.cs-budget-pct {
  font-weight: 700;
  font-size: 18px;
  display: block;
}

.cs-budget-name {
  font-size: 12px;
  color: #7A6A5A;
  display: block;
}

/* --- EQUIPMENT TABLE --- */
.cs-table-wrap {
  overflow-x: auto;
}

.cs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.cs-table thead tr {
  background: #1A1A1A;
  color: #fff;
}
.cs-table th {
  padding: 12px 14px;
  text-align: left;
  font-weight: 600;
  color:white;
}
.cs-table th:first-child { border-radius: 8px 0 0 0; }
.cs-table th:last-child  { border-radius: 0 8px 0 0; }
.cs-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #EDE0D0;
  color: #333;
}
.cs-table tbody tr:nth-child(even) { background: #faf5ef; }
.cs-table tbody tr:hover { background: #fff3e8; }
.cs-table .cs-price {
  color: #E8611A;
  font-weight: 600;
}
.cs-table .cs-na {
  color: #7A6A5A;
}

/* --- CITY COMPARISON --- */
.cs-city-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cs-city {
  flex: 1;
  min-width: 240px;
  border-radius: 14px;
  padding: 22px 20px;
}
.cs-city-metro { background: #1A1A1A; color: #fff; }
.cs-city-tier2 { background: #2E6651; color: #fff; }

.cs-city-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.6;
  display: block;
  margin-bottom: 6px;
}
.cs-city-title {
  
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.3;
  display: block;
}
.cs-city-row {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.cs-city-row:last-child { border-bottom: none; }
.cs-city-row .cs-val { font-weight: 700; }

/* --- COMPLIANCE CARDS --- */
.cs-compliance-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cs-compliance-item {
  flex: 1;
  min-width: 220px;
  background: #FDF6EE;
  border: 1.5px solid #EDE0D0;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cs-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  width: fit-content;
  margin-bottom: 3px;
}
.cs-badge-dark    { background: #1A1A1A; }
.cs-badge-green   { background: #2E6651; }
.cs-badge-blue    { background: #3A3FA8; }
.cs-badge-brown   { background: #8A6A1A; }

.cs-compliance-item .cs-c-name {
  font-weight: 700;
  font-size: 14px;
  color: #1A1A1A;
}
.cs-compliance-item .cs-c-cost {
  font-size: 13px;
  color: #E8611A;
  font-weight: 600;
}
.cs-compliance-item .cs-c-note {
  font-size: 12px;
  color: #7A6A5A;
  line-height: 1.5;
}

/* --- TIPS GRID --- */
.cs-tips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cs-tip {
  flex: 1;
  min-width: 230px;
  background: #fff;
  border: 1.5px solid #EDE0D0;
  border-radius: 12px;
  padding: 20px 18px;
}
.cs-tip-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #E8611A;
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 10px;
}
.cs-tip-title {
  font-weight: 700;
  font-size: 15px;
  color: #1A1A1A;
  display: block;
  margin-bottom: 8px;
}
.cs-tip-text {
  font-size: 13.5px;
  color: #7A6A5A;
  line-height: 1.6;
}

/* --- MISTAKES LIST --- */
.cs-mistakes { list-style: none; padding: 0; margin: 8px 0 0 0; }
.cs-mistake {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #EDE0D0;
  font-size: 15.5px;
  color: #333;
}
.cs-mistakes li:last-child .cs-mistake { border-bottom: none; }
.cs-mistake-num {
  min-width: 30px;
  height: 30px;
  background: #fee2d5;
  color: #E8611A;
  font-weight: 800;
  font-size: 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.cs-mistake-title {
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  color: #1A1A1A;
}

/* --- CTA BOX --- */
.cs-cta {
  background: linear-gradient(135deg, #E8611A, #c04d0e);
  border-radius: 18px;
  padding: 40px 36px;
  text-align: center;
  margin-top: 20px;
}
.cs-cta h3 {
 
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
}
.cs-cta p {
  font-size: 15.5px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 24px;
}
.cs-cta-btn {
  display: inline-block;
  background: #fff;
  color: #E8611A;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cs-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  text-decoration: none;
  color: #E8611A;
}

/* --- RESPONSIVE --- */
@media (max-width: 640px) {
  .cs-blog h2 { font-size: 22px; }
  .cs-blog h3 { font-size: 18px; }
  .cs-card { padding: 22px 16px; }
  .cs-table { font-size: 12.5px; }
  .cs-table th,
  .cs-table td { padding: 9px 10px; }
  .cs-pullquote p { font-size: 17px; }
  .cs-cta { padding: 28px 20px; }
}/* End custom CSS */