@use '../../styles/typography';

.epag-fieldset {
  border: 1px solid #c8c8c8;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 20px;

  &__legend {
    @include typography.text-xs;
    font-weight: 700;
    color: #8f9bb3;
    padding: 0 10px;
  }

  &--full-width {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}
