:focus-visible {
  outline: 3px solid #fdbd07;
  outline-offset: 3px;
}

button,
input,
select,
textarea,
[role="button"],
[role="link"],
[role="radio"],
[role="checkbox"] {
  font: inherit;
}

.wassla-web-label {
  color: #344054;
  display: block;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.wassla-web-control {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #111827;
  direction: rtl;
  font-size: 15px;
  font-weight: 800;
  min-height: 50px;
  padding: 0 14px;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
