._singleEventWrapper_d6i3t_1 {
  display: flex;
  flex-direction: column;
  background: #f1f2f3;
  padding: 0;
  width: 100%;
}
._fab_19ulr_1 {
  position: fixed;
  bottom: 58px;
  right: 5px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--darker);
  color: white;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.2s ease;
}

._fab_19ulr_1:hover {
  transform: scale(1.05);
}

._fab_19ulr_1 svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

._modalContent_19ulr_30 {
  padding: 24px;
  text-align: center;
}

._modalContent_19ulr_30 h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

._modalContent_19ulr_30 p {
  color: var(--text-light);
  margin-bottom: 24px;
}

._rulebookList_19ulr_45 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}