.cancellation-warning {
    color: #F2827F;
    width: 100%;
    margin-top: 1rem;
}
.cancellation-button label {
    flex-wrap: wrap !important;
}
.cancellation-button input:checked ~ .cancellation-warning {
    display: block !important;
}

.cancellation-button .image-no-protection {
    position: absolute;
    width: 19px;
    height: 19px;
    display: none;
}

.cancellation-button input[type="radio"]:checked ~ .image-no-protection {
    display: inline-block;
}

.cancellation-button.active {
    background-color: #E91A1A14;
    border-color: #FF0000;
}
.protection-button.active {
    background-color: #49A4B314;
    border-color: #49A4B3;
}

.protection-button .image-protection {
    position: absolute;
    width: 19px;
    height: 19px;
    display: none;
}

.protection-button input[type="radio"]:checked ~ .image-protection {
    display: inline-block;
}

.protection-button input[type="radio"]:checked ~ .design,
.cancellation-button input[type="radio"]:checked ~ .design  {
    opacity: 0;
}