.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 );}@media(min-width:768px){.elementor-8374 .elementor-element.elementor-element-47e27a66{width:70.087%;}.elementor-8374 .elementor-element.elementor-element-463c4429{width:29.826%;}}/* Start custom CSS for section, class: .elementor-element-3c15374f */.overall-rating-box {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  max-width: 400px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  font-family: Arial, sans-serif;
}

.rating-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.rating-header h2 {
  margin: 0;
  font-size: 20px;
  color: #333;
}

.rating-score {
  display: flex;
  align-items: baseline;
  font-size: 36px;
  font-weight: bold;
  color: #d4ac30;
}

.rating-score .out-of {
  font-size: 18px;
  color: #666;
  margin-left: 5px;
}

.rating-breakdown .rating-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.rating-label {
  width: 100px;
  color: #333;
  font-weight: 500;
}

.rating-bar {
  flex: 1;
  height: 10px;
  background-color: #ddd;
  border-radius: 5px;
  margin: 0 10px;
  position: relative;
}

.rating-bar .fill {
  background-color: #d4ac30;
  height: 100%;
  border-radius: 5px;
  transition: width 0.4s ease;
}

.rating-number {
  width: 30px;
  text-align: right;
  color: #333;
  font-weight: 500;
}/* End custom CSS */