.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-4ea5c1d *//* ===== John Academy style review section (updated background) ===== */
.ja-review-section{
  padding: 20px 0 14px;
  background: #FFF9F6; /* updated soft blush background */
}

.ja-review-wrap{
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.ja-review-title{
  margin: 0 0 18px;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0b2343;
}

.ja-review-grid{
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 10px;
  align-items: stretch;
}

.ja-card{
  border: 1px solid #e6e6e8;
  border-radius: 10px;
  background: #fffffF; /* keep cards white for contrast */
  padding: 22px 22px;
}

.ja-card--score{
  text-align: center;
  padding: 22px 18px;
}

.ja-score-heading{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 600;
  color: #111;
  margin-bottom: 14px;
}

.ja-score-sub{
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}

.ja-score-count{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin-top: 4px;
}

.ja-review-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.ja-reviewer{
  display: flex;
  align-items: center;
  gap: 6px;
  color: #111;
  font-size: 14px;
}

.ja-reviewer-name{
  font-weight: 600;
}

.ja-country{
  font-size: 12px;
  color: #6b7288;
  font-weight: 700;
}

.ja-pin{
  font-size: 10px;
  line-height: 1;
}

.ja-review-text{
  margin: 0;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.75;
  max-width: 68ch;
}

.ja-stars{
  display: inline-flex;
  gap: 5px;
}

.ja-stars--small{
  gap: 4px;
}

.ja-star{
  color: #f5b301;
  font-size: 24px;
  line-height: 1;
}

.ja-stars--small .ja-star{
  font-size: 20px;
}

/* Responsive */
@media (max-width: 820px){
  .ja-review-grid{
    grid-template-columns: 1fr;
  }
  .ja-card--score{
    text-align: left;
  }
}/* End custom CSS */