.wp-element-caption {
  color: var(--grey-600);
  font-size: 16px;
  line-height: 1.4;
  margin-top: 16px;

  display: flex;
  align-items: center;
  gap: 8px;
}

.wp-element-caption::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('/wp-content/uploads/2026/03/Info.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

