body .tm-voucher-cancel-container {
    margin: 30px 0;
    font-family: inherit;
    background: #dedede;
    border-radius: 23px;
    border: unset!important;
    padding: 13px 24px;
}

body .tm-voucher-cancel-container #content .content h3 {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
}

.tm-voucher-cancel-container h3 {
    margin-bottom: 18px;
    text-align: center;
    font-size: 29px!important;
}
.tm-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}
.tm-form-group {
    flex: 1;
    min-width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}
.tm-form-group label {
    font-weight: 400;
    margin-bottom: 5px;
}
.tm-form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    height: 45px;
}
.tm-form-submit-container {
    margin-top: 20px;
    margin-bottom: 30px;
}
.tm-form-submit-container button {
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
}
.tm-voucher-cancel-policy-box {
    font-size: 75%;
    color: #555;
    line-height: 1.6;
}
.tm-voucher-cancel-policy-box p {
    margin-bottom: 0px;
}
.tm-voucher-cancel-policy-box p:last-child {
    margin-bottom: 0;
}
.tm-policy-header, .tm-policy-footer {
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 10px 0;
}

/* Diese Klasse zentriert exakt die beiden Zwischenüberschriften */
.tm-policy-subtitle {
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .tm-form-group {
        min-width: 100%;
    }
}