/* Super Sweet Forum Plugin intentionally inherits most styles from the active theme. */
.ssf-box {
  border: 1px solid currentColor;
  border-color: color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin: 1.25rem 0;
  background: transparent;
  box-shadow: 0 0.4rem 1.5rem rgba(0,0,0,0.06);
}

.ssf-form label {
  display: block;
  margin: 0 0 1rem;
  font-weight: 600;
}

.ssf-form input[type="text"],
.ssf-form input[type="email"],
.ssf-form input[type="password"],
.ssf-form input[type="file"],
.ssf-form textarea,
.ssf-form select {
  width: 100%;
  max-width: 100%;
  margin-top: 0.35rem;
}

.ssf-form button,
.ssf-form input[type="submit"] {
  cursor: pointer;
}

.ssf-notice {
  padding: 0.9rem 1rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
  border: 1px solid currentColor;
}

.ssf-error {
  color: #8a1f11;
}

.ssf-success {
  color: #146c2e;
}

.ssf-message-head {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0.8rem;
}

.ssf-message-head h3,
.ssf-message-head p {
  margin: 0;
}

.ssf-message-body {
  margin-top: 1rem;
}

.ssf-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-top: 0.75rem;
}

.ssf-reply {
  border-left: 3px solid currentColor;
  border-color: color-mix(in srgb, currentColor 25%, transparent);
  margin: 1rem 0 1rem 1rem;
  padding: 0.75rem 0 0.75rem 1rem;
}

.ssf-reply-form {
  margin-top: 1rem;
}

.ssf-avatar {
  border-radius: 999px;
  object-fit: cover;
}
