/* We add this to show the rest of the content when an insurance is chosen */
.step-wrapper:has(.insurance.active) .step-content {
    display: block;
}

.step-wrapper:has(.insurance.active) .insurance-inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}