/*
 * Custom CSS for Contact Form 7 plugin
 * Version : 5.5.6
 * Last update : 17/04/2022
 */

.required-field::after {
  color: red;
  content: "*";
  padding-left: 0.25em;
}

.wpcf7-list-item {
  display: block;
}
