/* -------------------------------------------
   CATEGORY: Sichtbar, abgetrennt, modern
------------------------------------------- */

.prtl-category {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.prtl-category-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
    position: relative;
    padding-left: 14px;
}

/* Schöne farbige Leiste links am Titel */
.prtl-category-title::before {
    content: "";
    width: 4px;
    height: 18px;
    background: #4aa4ff;         /* Farbe kannst du ändern (#4aa4ff = blau) */
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 2px;
}

/* -------------------------------------------
   ITEMS ("Checkliste") in Kategorien
------------------------------------------- */

.prtl-item-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.prtl-item {
    margin-bottom: 10px;
}

.prtl-item-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.prtl-item-checkbox {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.prtl-item-text {
    font-size: 15px;
    color: #222;
}


/* -------------------------------------------
   Etwas mehr Kontrast für die Person-Card
------------------------------------------- */

.prtl-person-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.prtl-person-title {
    margin-bottom: 15px;
}

/* -------------------------------------------
   Mobile Optimierung
------------------------------------------- */

@media (max-width: 600px) {
    .prtl-category {
        padding: 14px 15px;
    }

    .prtl-category-title {
        font-size: 15px;
    }

    .prtl-item-text {
        font-size: 14px;
    }
}

.prtl-category-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.prtl-category-icon {
    width: 22px;
    height: 22px;
    opacity: 0.85;
}

.prtl-category-icon {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #f0f0f0;
    padding: 4px;
}
