.events-directory > header .directory-account {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 6px 16px 6px 7px;
  border: 1px solid #ed334b66;
  background: #1a090ccc;
  box-shadow: inset 0 1px 0 #ffffff12, 0 8px 28px #0005;
  font-weight: 700;
  line-height: 1;
}

.directory-account__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 12px;
  background: linear-gradient(145deg, #f42a42, #be1327);
  color: #fff;
  box-shadow: inset 0 1px 0 #ffffff45, 0 0 18px #f11d3645;
}

.directory-account__icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stable-icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
  vertical-align: -.12em;
  color: currentColor;
}

.stable-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 650px) {
  .events-directory > header .directory-account {
    min-height: 44px;
    padding: 5px 12px 5px 6px;
  }

  .directory-account__icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    border-radius: 10px;
  }
}
