.cgh-cp-pv-register-wrap{
    width:100%;
    margin:15px 0 18px;
    clear:both;
}
.cgh-cp-pv-register-choice{
    display:flex;
    width:100%;
    align-items:center;
    gap:13px;
    padding:15px 16px;
    border:1px solid #d8e2ef;
    border-radius:12px;
    background:#f8faff;
    color:#24364b;
    text-align:left;
    cursor:pointer;
    box-shadow:0 7px 20px rgba(37,66,129,.055);
    transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}
.cgh-cp-pv-register-choice:hover{
    border-color:#9eb3d5;
    background:#f3f7fd;
    transform:translateY(-1px);
}
.cgh-cp-pv-register-choice.is-selected{
    border-color:#254281;
    background:#eef3fb;
    box-shadow:0 0 0 2px rgba(37,66,129,.08);
}
.cgh-cp-pv-choice-icon{
    display:flex;
    flex:0 0 42px;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    border-radius:11px;
    background:#254281;
    color:#fff;
    font-size:16px;
}
.cgh-cp-pv-choice-copy{
    display:block;
    min-width:0;
    flex:1 1 auto;
}
.cgh-cp-pv-choice-copy strong{
    display:block;
    color:#233c5d;
    font-size:15px;
    line-height:1.35;
}
.cgh-cp-pv-choice-copy small{
    display:block;
    margin-top:3px;
    color:#718093;
    font-size:12px;
    line-height:1.45;
}
.cgh-cp-pv-choice-arrow{
    flex:0 0 auto;
    color:#254281;
    font-size:20px;
    font-weight:800;
}
.cgh-cp-pv-register-note{
    margin-top:9px;
    padding:11px 13px;
    border-radius:9px;
    background:#f1f6fd;
    color:#596a7f;
    font-size:12px;
    line-height:1.55;
}
.cgh-cp-pv-register-note strong{color:#254281;}
@media(max-width:520px){
    .cgh-cp-pv-register-choice{padding:13px 14px;gap:10px;}
    .cgh-cp-pv-choice-icon{flex-basis:38px;width:38px;height:38px;}
    .cgh-cp-pv-choice-copy strong{font-size:14px;}
}


/* 1.9.16 – native Nokri-Auswahlkarten sicher unterstützen */
.cgh-cp-pv-choice-parent{
    flex-wrap:wrap !important;
}
.cgh-cp-pv-native-choice{
    cursor:pointer !important;
    grid-column:1 / -1 !important;
    flex:1 0 100% !important;
    width:100% !important;
    max-width:100% !important;
    margin-top:8px !important;
    border-color:#8fa8ce !important;
    background:#f7faff !important;
    transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}
.cgh-cp-pv-native-choice:hover{
    border-color:#254281 !important;
    background:#f0f5fc !important;
    transform:translateY(-1px);
}
.cgh-cp-pv-native-choice.is-selected{
    border-color:#254281 !important;
    background:#eef3fb !important;
    box-shadow:0 0 0 2px rgba(37,66,129,.10) !important;
}
.cgh-cp-pv-native-note{
    grid-column:1 / -1 !important;
    flex:1 0 100% !important;
    width:100% !important;
    margin:8px 0 0 !important;
}
