.gchoice-custom-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.8s ease;
}

.gchoice-custom-content.checked {
    opacity: 1;
    max-height: 100000px; /* Adjust this value based on your content */
}
.gchoice-custom-button{
    cursor: pointer;
}