#_desktop_user_info .user-info.type-1 {
  position: relative;
}

#_desktop_user_info .user-info.type-1 > .cw-account-panel {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
  display: block !important;
  left: auto;
  max-height: none !important;
  opacity: 0;
  overflow: visible;
  padding: 28px;
  pointer-events: none;
  right: 0;
  top: calc(100% + 12px);
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
  width: 390px;
  z-index: 1002;
}

#_desktop_user_info .user-info.type-1 > .cw-account-panel::before {
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  top: -14px;
}

#_desktop_user_info .user-info.type-1:hover > .cw-account-panel,
#_desktop_user_info .user-info.type-1:focus-within > .cw-account-panel,
#_desktop_user_info .user-info.type-1 > .account.active + .cw-account-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.cw-account-panel__header {
  align-items: baseline;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 16px;
}

.cw-account-panel__header strong {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.cw-account-panel__header a,
.cw-account-panel__links a {
  color: #555;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cw-account-panel__header a:hover,
.cw-account-panel__links a:hover {
  color: #111;
}

.cw-account-panel__field {
  margin-bottom: 15px;
}

.cw-account-panel__field label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.cw-account-panel__field input {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  color: #111;
  font-size: 14px;
  height: 48px;
  padding: 0 14px;
  width: 100%;
}

.cw-account-panel__field input:focus {
  border-color: #111;
  outline: none;
}

.cw-account-panel__links {
  margin: -2px 0 20px;
  text-align: right;
}

.cw-account-panel__submit {
  background: #111;
  border: 1px solid #111;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
  width: 100%;
}

.cw-account-panel__submit:hover,
.cw-account-panel__submit:focus-visible {
  background: #fff;
  color: #111;
  outline: none;
}

.cw-account-panel__note {
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  margin: 18px 0 0;
}

@media (max-width: 767px) {
  #_desktop_user_info .user-info.type-1 > .cw-account-panel {
    left: 12px;
    max-height: calc(100vh - 88px) !important;
    overflow-y: auto;
    padding: 22px 20px;
    position: fixed;
    right: 12px;
    top: 68px;
    width: auto;
  }

  .cw-account-panel__header strong {
    font-size: 18px;
  }
}
