DefenseFailedPopup {
gap: 25px;
flex-direction: column;
background-color: #000d;
border: 3px solid #444;
border-radius: 8px;
padding: 25px 50px;
width: 50%;
text-align: center;
sound-in: "round_failed";
.pm-title {
align-self: center;
font-size: 32px;
font-weight: semibold;
}
.choices {
justify-content: center;
gap: 50px;
}
}