.loq-account-logout {
  padding: 16px;
  display: grid;
  gap: 14px;
}

.loq-account-logout h3 {
  margin: 0;
  color: var(--loq-text, #11131a);
  font-size: 18px;
  font-weight: 900;
}

.loq-account-logout p {
  margin: 5px 0 0;
  color: var(--loq-muted, #626978);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.36;
}

.loq-account-logout a,
.loq-account-logout button {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgb(239 68 68 / 0.18);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #dc2626;
  background: rgb(239 68 68 / 0.07);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
