/* IT-SCHNITTSTELLE P1.4E
   Visual cleanup for /it-projekt-pruefen only.
   Assumes P1.4C + P1.4D are active.
   Scope: container uid 773.
*/

/* General list cleanup */
#c773 ul {
    max-width: 760px;
    margin: 18px auto 20px;
    padding-left: 1.45rem;
}

#c773 li {
    padding-left: .15rem;
    margin-bottom: 9px;
    line-height: 1.55;
}

#c773 li::marker {
    font-size: .85em;
}

/* "Was wir prüfen": keep it calm and easy to scan */
#c773 #c768 {
    max-width: 860px;
}

#c773 #c768 p,
#c773 #c768 h2 {
    text-align: left;
}

#c773 #c768 ul {
    margin-left: 0;
    margin-right: 0;
}

/* Result block: remove the awkward two-column mosaic */
#c773 #c769 {
    max-width: 860px;
    padding: 40px 44px;
}

#c773 #c769 h2,
#c773 #c769 p {
    text-align: left;
}

#c773 #c769 ul {
    columns: 1;
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
}

#c773 #c769 li {
    break-inside: auto;
    margin-bottom: 10px;
}

/* Process: compact, left aligned, less empty space */
#c773 #c770 {
    max-width: 860px;
    padding-top: 46px;
    padding-bottom: 38px;
}

#c773 #c770 h2 {
    margin-bottom: 24px;
}

#c773 #c770 p:not(:last-child) {
    margin: 0 0 14px;
    padding: 15px 18px 15px 20px;
    border-left: 3px solid var(--lp-brand);
    background: #fff;
    text-align: left;
    line-height: 1.55;
}

#c773 #c770 p:not(:last-child) strong {
    display: block;
    margin-bottom: 4px;
}

#c773 #c770 p:last-child {
    margin-top: 24px;
    padding: 17px 20px;
    text-align: left;
}

/* Personal trust block */
#c773 #c771 h2,
#c773 #c771 p {
    text-align: left;
}

/* Final CTA remains centered, but reduce visual bulk */
#c773 #c772 {
    max-width: 920px;
    padding-top: 42px;
    padding-bottom: 42px;
}

/* Desktop only: keep text widths readable */
@media (min-width: 768px) {
    #c773 #c768,
    #c773 #c769,
    #c773 #c770,
    #c773 #c771 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    #c773 #c769 {
        padding: 30px 24px;
    }

    #c773 #c770 p:not(:last-child),
    #c773 #c770 p:last-child {
        padding-left: 16px;
        padding-right: 16px;
    }
}