.elementor-12334 .elementor-element.elementor-element-2106391{--display:flex;}.elementor-12334 .elementor-element.elementor-element-57962bd{--display:flex;}.elementor-12334 .elementor-element.elementor-element-e80fdad{--display:flex;}/* Start custom CSS */<style>
.image-radio-group {
    display: flex !important;
    gap: 25px;
    justify-content: center;
    flex-wrap: nowrap; /* wichtig für nebeneinander */
}

.image-radio {
    text-align: center;
    cursor: pointer;
    flex: 0 0 auto;
}

.image-radio img {
    width: 140px;
    border-radius: 12px;
    border: 3px solid transparent;
    transition: all 0.2s ease;
}

.image-radio:hover img {
    transform: scale(1.05);
    border-color: #2F5FA7;
}

.image-radio.active img {
    border-color: #1F3E73;
    box-shadow: 0 0 0 3px rgba(47,95,167,0.2);
}

.image-radio span {
    display: block;
    margin-top: 8px;
    font-size: 16px;
}

/* Buttons nur unsichtbar */
.e-form__buttons__wrapper {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
</style>
.image-radio-wrapper .image-radio-group {
    display: flex !important;
}/* End custom CSS */