.ephcms-account-menu {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
}

.ephcms-account-dropdown {
  position: relative;
}

.ephcms-account-dropdown > summary {
  list-style: none;
}

.ephcms-account-dropdown > summary::-webkit-details-marker {
  display: none;
}

.ephcms-account-avatar {
  align-items: center;
  background: #0ea5c0;
  border: 2px solid #0f172a;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .16);
  color: #062331;
  cursor: pointer;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 850;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  width: 44px;
}

.ephcms-account-avatar:hover,
.ephcms-account-avatar:focus-visible {
  background: #22d3ee;
  box-shadow: 0 0 0 4px rgba(14, 165, 192, .18), 0 8px 18px rgba(15, 23, 42, .16);
  outline: 0;
}

.ephcms-account-menu-panel {
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: .45rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .18);
  color: #1f2937;
  min-width: 292px;
  overflow: hidden;
  padding: .55rem 0;
  position: absolute;
  right: 0;
  top: calc(100% + .65rem);
  z-index: 1100;
}

.ephcms-account-menu-header {
  align-items: center;
  background: #f8fafc;
  display: grid;
  gap: .85rem;
  grid-template-columns: 56px 1fr;
  margin: -.55rem .55rem .45rem;
  padding: 1rem;
}

.ephcms-account-menu-avatar {
  align-items: center;
  background: #0ea5c0;
  border-radius: 999px;
  color: #062331;
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 850;
  height: 56px;
  justify-content: center;
  line-height: 1;
  width: 56px;
}

.ephcms-account-menu-identity {
  min-width: 0;
}

.ephcms-account-menu-identity strong,
.ephcms-account-menu-identity span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ephcms-account-menu-identity strong {
  color: #101828;
  font-size: 1.08rem;
  line-height: 1.25;
}

.ephcms-account-menu-identity span {
  color: #667085;
  font-size: .92rem;
  margin-top: .2rem;
}

.ephcms-account-menu-form {
  margin: 0;
}

.ephcms-account-menu-item {
  align-items: center;
  background: transparent;
  border: 0;
  color: #1f2937;
  display: flex;
  font: inherit;
  gap: .65rem;
  line-height: 1.25;
  padding: .78rem 1rem;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.ephcms-account-menu-item:hover,
.ephcms-account-menu-item:focus-visible {
  background: #eef5ff;
  color: #2458d3;
  outline: 0;
  text-decoration: none;
}

.ephcms-account-inline-form {
  align-items: center;
}
