/* Стили global-notifier для standalone-витрин drinkinfo (копия m16/www/css/defstyle/20/global-notifier.scss). */
.global-notifier {
  font-family: "Roboto", "Arial", sans-serif;
  position: fixed;
  z-index: 999;
  bottom: 8px;
  right: 16px;
  transition: all .3s;
}

.global-notifier__msg {
  box-sizing: border-box;
  position: relative;
  width: 300px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 4px 10px rgba(66, 66, 66, 0.1);
  border-radius: 3px;
  margin-bottom: 8px;
  transition: all .3s;
}

.global-notifier__msg--hidden {
  overflow: hidden;
  height: 0;
  padding: 0;
  border: 0;
  margin-bottom: 0;
  box-shadow: none;
  opacity: 0;
}

.global-notifier__msg-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 0;
  background: none;
  color: #999;
  cursor: pointer;
  transition: all .3s;
}

.global-notifier__msg-close:hover {
  color: #424242;
}

.gn-person__wrap {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 12px 44px 12px 10px;
  border-bottom: 1px solid #F0F0F0;
}

.gn-person__avatar-link {
  display: flex;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: -1px 7px -1px -1px;
  border-radius: 50%;
}

.gn-person__avatar {
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  object-fit: cover;
}

.gn-person__info {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 50px);
}

.gn-person__name,
.gn-person__company {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
}

.gn-person__company {
  color: #999999;
}

.gn-person__name-link,
.gn-person__company-link {
  font-size: 14px;
  line-height: 20px;
  color: #005FAE;
  text-decoration: none;
}

.gn-person__company-link {
  color: #999999;
}

.gn-person__msg-text {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
