.sb-wasel-widget {
  width: 100%;
}

.sb-wasel-center{
  display: flex;
  justify-content: center;
}

.sb-wasel-form{
  width: 100%;
  max-width: 640px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: end;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}

.sb-wasel-form label{
  width: 100%;
  font-weight: 600;
  text-align: center;
}

.sb-wasel-form input[type="text"]{
  flex: 1;
  min-width: 260px;
  padding: 10px;
}

.sb-wasel-form button{
  padding: 10px 16px;
  cursor: pointer;
}

.sb-wasel-result{
  width: 100%;
  max-width: 640px;
  margin: 14px auto 0 auto;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: left;
}

.sb-wasel-result.ok{
  border-color: #b7e3c2;
}

.sb-wasel-result.err{
  border-color: #f2b6b6;
}
