.tt-widerruf .form-group {
    margin-bottom: 18px;
    overflow: hidden;
}

.tt-widerruf label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Kachel-Umschalter (statt Dropdown) */
.tt-widerruf .widerruf-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}


.tt-widerruf .widerruf-tile {
    flex: 1 1 240px;
    margin: 0;
    padding: 22px 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #d0d0d0;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color .15s, background-color .15s, box-shadow .15s;
}

.tt-widerruf .widerruf-tile:hover {
    border-color: #9b9b9b;
}

.tt-widerruf .widerruf-tile.active {
    border-color: #0a4a8a;
    background-color: #f2f7fc;
    box-shadow: inset 0 0 0 1px #0a4a8a;
}

.tt-widerruf .widerruf-tile input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.tt-widerruf .widerruf-tile {
    flex-direction: column;
    gap: 6px;
}

.tt-widerruf .widerruf-tile-title {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

/* Externe Link-Kachel (Reiseversicherung -> ERGO) */
.tt-widerruf a.widerruf-tile-link {
    text-decoration: none;
    color: inherit;
}

.tt-widerruf a.widerruf-tile-link:hover {
    color: inherit;
    text-decoration: none;
}

.tt-widerruf .widerruf-tile-hint {
    font-size: 13px;
    font-weight: 400;
    opacity: .75;
}

/* Checkbox-Optik kommt aus der globalen .tt-checkbox – hier nur Abstand. */
.tt-widerruf .widerruf-checkboxes {
    margin-top: 25px;
}

.tt-widerruf .widerruf-checkboxes .tt-checkbox {
    margin-bottom: 16px;
}

.tt-widerruf .msg-error {
    font-weight: 600;
}

.tt-widerruf .small {
    display: block;
    margin-top: 15px;
}

.tt-widerruf-thankyou {
    padding: 20px 0;
    font-size: 16px;
}
