.EventSignUpForm > iframe {
	width: 100%;
	height: 80vh;
	border: outset 2px;
	border-radius: 5px;
}
.EventSignUpForm > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.EventSignUpForm a {
    font-size: 0.9rem;
}


.EventSignUpList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.EventSignUpList h2 {
    margin: 0;
}
.EventSignUpList li {
    background: linear-gradient(108deg, hsl(0deg 0% 94%) 20%, hsl(0deg 0% 96%) 68%, hsl(0deg 0% 94%) 80%);
    padding: 0.3em 0.6em;
    border-radius: 5px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
}
.EventSignUpList li:not(:first-child) {
    margin-top: 0.5em;
}
.EventSignUpList li:not(:last-child) {
    margin-bottom: 0.5em;
}