@import '../../../../fas-admin.component.scss';


.decorator-strong {
  border-bottom: 2px solid $primary-gray;
}

.decorator-light {
  min-height: 72px;
  border-bottom: 1px solid $blue-gray-300;
}

.title {
  min-width: 150px;
  font-size: 14px;
  color: $blue-gray-400;
  font-weight: 400;
}

.subscription-type {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 6px;
  color: $base-white;
  font-size: 14px;
  font-weight: 400;
}