/* =========================
   PRESET: CARD (default)
========================= */
.pmp-profiles.preset-card .pmp-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 16px;
    border-radius: 8px;
}

.pmp-profiles.preset-card .pmp-title {
    font-size: 16px;
    margin: 10px 0;
}

.pmp-profiles.preset-card .pmp-thumb img {
    border-radius: 6px;
}


/* =========================
   PRESET: STAFF
========================= */
.pmp-profiles.preset-staff .pmp-card {
    background: #f8f9fa;
    border-left: 4px solid var(--pmp-primary, #2271b1);
    padding: 18px;
}

.pmp-profiles.preset-staff .pmp-title {
    font-weight: 600;
    text-transform: uppercase;
}

.pmp-profiles.preset-staff .pmp-thumb img {
    border-radius: 50%;
}


/* =========================
   PRESET: TEACHER
========================= */
.pmp-profiles.preset-teacher .pmp-card {
    background: #fffdf7;
    border: 1px dashed #e0c97f;
    padding: 20px;
}

.pmp-profiles.preset-teacher .pmp-title {
    font-size: 18px;
    color: #8a5a00;
}

.pmp-profiles.preset-teacher .pmp-content {
    font-style: italic;
}


/* =========================
   PRESET: STUDENT
========================= */
.pmp-profiles.preset-student .pmp-card {
    background: #f0f7ff;
    text-align: center;
    padding: 14px;
}

.pmp-profiles.preset-student .pmp-thumb {
    margin-bottom: 10px;
}

.pmp-profiles.preset-student .pmp-thumb img {
    border-radius: 12px;
}
