
body.pagename-vertrag-widerrufen .woocommerce-error {
	margin-top:60px !important;
}


.eu_widerruf,
.kpm-order,
.kpm-success{
    max-width:800px;
    margin:60px auto;
}

.kpm-widerruf-headline,
.kpm-order-headline,
.kpm-success{
    text-align:center;
    margin-bottom:35px;
}

.kpm-widerruf-headline h2,
.kpm-order-headline h2,
.kpm-success h2{
    margin:0 0 15px;
    font-size:38px;
    line-height:1.2;
    font-weight:700;
}

.kpm-widerruf-headline p,
.kpm-order-headline p,
.kpm-success p{
    margin:0 0 12px;
    color:inherit;
    line-height:1.7;
    font-size:16px;
}

.kpm-widerruf-form,
.kpm-order-form,
.kpm-success{
    background:#fff;
    padding:40px;
    border-radius:16px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    border:1px solid #ececec;
    color:#222;
}

.kpm-field{
    margin-bottom:24px;
    text-align:left;
}

.kpm-field label,
.kpm-order-form h3{
    display:block;
    margin:0 0 10px;
    font-size:16px;
    font-weight:700;
    color:#222;
}

.kpm-field input,
.kpm-field textarea{
    width:100%;
    padding:0 18px;
    border:1px solid #dcdcdc;
    border-radius:10px;
    background:#fff;
    font-size:16px;
    transition:all .2s ease;
    box-sizing:border-box;
}

.kpm-field input{
    height:56px;
}

.kpm-field textarea{
    min-height:140px;
    padding-top:15px;
    resize:vertical;
}

.kpm-field input:focus,
.kpm-field textarea:focus{
    outline:none;
    border-color:#000;
    box-shadow:0 0 0 4px rgba(0,0,0,.08);
}

.kpm-submit{
    margin-top:10px;
}

.kpm-submit button{
    width:100%;
    min-height:58px;
    border:none;
    border-radius:10px;
    background:#000;
    color:#fff;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:all .2s ease;
}

.kpm-submit button:hover{
    opacity:.9;
    transform:translateY(-2px);
}

.kpm-submit button:disabled{
    opacity:.45;
    cursor:not-allowed;
    transform:none;
}

.kpm-items{
    margin:20px 0 25px;
}

.kpm-item{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:16px;
    margin-bottom:12px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    background:#fafafa;
    cursor:pointer;
    text-align:left;
}

.kpm-item input{
    margin-top:4px;
}

.kpm-item span{
    display:block;
}

.kpm-item strong{
    display:block;
    color:#222;
}

.kpm-item small{
    display:block;
    margin-top:4px;
    color:#666;
}

.kpm-alert{
    margin:20px auto 0;
    padding:14px 16px;
    border-radius:10px;
    background:#fff7e6;
    color:#7a4b00;
    text-align:left;
}

.kpm-alert-error{
    background:#fdecec;
    color:#8a1f1f;
}

.kpm-small{
    margin:18px 0 0;
    text-align:center;
    font-size:14px;
}

.kpm-small a{
    color:inherit;
    text-decoration:underline;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info{
    max-width:800px;
    margin:0 auto 25px auto !important;
    border-radius:10px;
}

.woocommerce-error{
    border-top:4px solid #d63638;
}

.woocommerce-message{
    border-top:4px solid #2e7d32;
}

@media(max-width:768px){

    .eu_widerruf,
    .kpm-order,
    .kpm-success{
        margin:30px 15px;
    }

    .kpm-widerruf-form,
    .kpm-order-form,
    .kpm-success{
        padding:25px;
    }

    .kpm-widerruf-headline h2,
    .kpm-order-headline h2,
    .kpm-success h2{
        font-size:28px;
    }
}
