.webform-submission-form .ocmw-form-lang-switch{
  display:flex;
  gap:10px;
  align-items:center;
  margin: 0 0 18px 0;
  padding: 12px;
  background:#f8f9fa;
  border:1px solid #eaeaea;
  border-radius:10px;
}

.webform-submission-form .ocmw-langbtn{
  appearance:none;
  border:2px solid #1d7874;
  background:transparent;
  color:#1d7874;
  border-radius:999px;
  padding:8px 14px;
  font-weight:700;
  cursor:pointer;
  line-height:1;
}

.webform-submission-form .ocmw-langbtn:hover{
  background:rgba(29,120,116,.08);
}

.webform-submission-form .ocmw-langbtn:focus{
  outline:3px solid #1d7874;
  outline-offset:2px;
}

.webform-submission-form .ocmw-langbtn.is-active{
  background:#1d7874;
  color:#fff;
}

.webform-submission-form .ocmw-form-intro{
  display:none;
  margin-bottom:16px;
}

.webform-submission-form .ocmw-form-intro.is-active{
  display:block;
}