.master-badge--disabled {
  pointer-events: none;
}
.master-badge--disabled .worker__name,
.master-badge--disabled .worker__position {
  color: rgba(0, 0, 0, 0.5);
}
.master-badge--disabled .worker__img {
  opacity: 0.8;
}
.master-badge--disabled .worker__img img {
  display: none;
}
.master-badge--row {
  width: 100%;
}
.master-badge--row .worker__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}
.master-badge--row .worker__img {
  grid-area: 1/1/3/2;
}
.master-badge--row .worker__name {
  text-align: start;
  grid-area: 1/2/2/4;
  margin-bottom: 0 !important;
  display: flex;
  align-self: center;
  justify-content: flex-start;
}
.master-badge--row .worker__position {
  display: flex;
  align-self: flex-start;
  justify-content: flex-start;
  grid-area: 2/2/3/4;
  margin-top: 0 !important;
}
.master-badge--row .worker__img {
  width: 40px;
  height: 40px;
}
.worker__name {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
}
.active .worker__name {
  font-weight: 600 !important;
}
.worker__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.worker__img {
  position: relative;
  width: 60px;
  height: 60px;
  background: #d8d8d8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.worker__img:hover {
  box-shadow: 0 0 5px 5px #b5e97c;
}
