.elementor-4814 .elementor-element.elementor-element-23586d2{--display:flex;overflow:visible;}.elementor-4814 .elementor-element.elementor-element-ce0e87a > .elementor-widget-container{margin:30px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ce0e87a *//* Header Icon + Title */
.vio-title-block {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.vio-title-block h1 {
  margin: 0;
  font-size: 28px;
  color: #0b2b66;
  font-weight: 800;
}
.updated {
  font-size: 14px;
  color: #11357f;
  background: #e8f0ff;
  padding: 8px 14px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 12px;
}

/* Content Styling */
.vio-content {
  font-size: 16px;
  line-height: 1.8;
  color: #1f2a44;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 2px 16px rgba(15, 35, 95, 0.06);
}
.vio-content h2 {
  margin-top: 22px;
  font-size: 19px;
  color: #11357f;
  font-weight: 700;
  position: relative;
  padding-left: 8px;
}
.vio-content h2::before {
  content: "•";
  color: #11357f;
  font-size: 24px;
  position: absolute;
  left: -8px;
  top: -4px;
}
.vio-content p {
  margin-bottom: 12px;
}

/* Mobile */
@media(max-width:640px) {
  .vio-icon { width: 46px; height: 46px; font-size: 22px; }
  .vio-title-block h1 { font-size: 22px; }
  .vio-content { padding: 16px; }
}/* End custom CSS */