/**
 * Shared utilities for CSP-safe visibility toggles (no inline style attributes).
 */

.u-hidden,
[hidden]:not(.is-open) {
  display: none !important;
}

.sse-auth-msg {
  margin: 0;
  padding: 8px 24px;
  color: #c0392b;
  font-size: 13px;
  line-height: 1.4;
}

.sse-auth-msg:not(.u-hidden) {
  display: block;
}

.sse-change-pwd__actions {
  text-align: center;
  margin: 10px 0;
}

.sse-change-pwd__submit {
  cursor: pointer;
  width: 150px;
  height: 30px;
  background-color: #1c80be;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1a6fa8;
  border-radius: 4px;
}

.sse-change-pwd__submit:hover {
  background-color: #1a6fa8;
}
