.school-tournament-invite {
  position: fixed;
  right: 16px;
  bottom: 76px;
  width: min(360px, calc(100vw - 32px));
  box-sizing: border-box;
  padding: 20px 48px 20px 20px;
  border: 1px solid #d5c7e9;
  border-radius: 16px;
  color: #231139;
  background: #fff;
  box-shadow: 0 8px 32px #180c3326;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  z-index: 900;
}
.school-tournament-invite[hidden] { display: none; }
.school-tournament-invite p { margin: 8px 0 12px; }
.school-tournament-invite__close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  color: #231139;
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}
.school-tournament-invite__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #58268d;
  font-weight: 700;
  text-decoration: underline;
}
.school-tournament-invite :focus-visible { outline: 3px solid #58268d; outline-offset: 2px; }
