.InvitationAnswerContent {
    color: #212529;
    text-align: center;
}

.InvitationAnswerContent-content {
    background-color: white;
    padding: 30px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #f4f4f4;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.InvitationAnswerContent-title {
    font-size: 20px;
    line-height: 30px;
}

.InvitationAnswerContent-description {
    color: grey;
    margin-top: 10px;
}

.InvitationAnswerContent-answer {
    margin-top: 30px;
}

.InvitationAnswerContent-answer-text {
    color: grey;
}

.InvitationAnswerContent-answer-buttons {
    margin-top: 15px;
}

.InvitationAnswerContent-button {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    border: 1px solid #d8584f;
    padding: 10px 15px;
    color: #d8584f;
}
.InvitationAnswerContent-button:hover {
    background-color: #fbefee;
}
.InvitationAnswerContent-button:active {
    background-color: #f9e3e2;
}
.InvitationAnswerContent-button.active {
    background-color: #d8584f;
    color: white;
}
