.coh-style-webform-wrapper .webform-submission-form .form-type-checkbox {
   line-height: 1.4;
}

.coh-style-webform-wrapper .webform-submission-form input.form-checkbox {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 8px;
}

.coh-style-webform-wrapper .webform-submission-form .description {
 display: none; 
}

.coh-style-webform-wrapper .webform-submission-form .webform-element-description {
  display: inline;
}

.form-item-country select {
    border: none;
    background: transparent;
    width: 55px;
}

.form-item-country {
  display: inline-block;
  line-height: 30px;
  margin-left: 2px;
}

.form-item-country::before {
  content: '';
  display: inline-block;
  height: 34px;
  width: 34px;
  background: url('/solutions/sites/default/files/2025-05/intl-icon.png') center center no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

.webform-ajax-form-wrapper .messages--status,
.webform-ajax-form-wrapper .messages--error {
  margin-bottom: 1rem;
  padding-top: 11px;
  line-height: 1.5;
}

.form-item {
 position: relative; 
}

.form-type-textfield::after,
.form-type-tel::after,
.form-type-email::after
{
  content: "*";
  display: block;
  height: 5px;
  width: 5px;
  font-size: 16px;
  color: #cf0000;
  position: absolute;
  top: 0px;
  right: 15px;
}

.coh-style-webform-wrapper .webform-submission-form input:not(.webform-button--submit), .coh-style-webform-wrapper .webform-submission-form textarea {
 border-radius: 8px; 
}

.coh-style-webform-wrapper .webform-submission-form .messages--error {
 display: none; 
}