.msl-author-card{border:1px solid #ddd;border-radius:10px;padding:16px;display:flex;gap:14px;align-items:flex-start;background:#fff;box-sizing:border-box}.msl-author-card-photo img,.msl-author-placeholder{width:72px;height:72px;border-radius:50%;object-fit:cover}.msl-author-placeholder{display:flex;align-items:center;justify-content:center;background:#eee;font-size:28px;font-weight:700}.msl-author-card h3{margin:0 0 6px}.msl-author-card p{margin:0 0 10px}.msl-socials{display:flex;gap:6px;flex-wrap:wrap}.msl-socials a{font-size:11px;text-decoration:none;border:1px solid currentColor;border-radius:4px;padding:3px 5px}

/* ===== Social glyphs ===== */
.msl-social-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}
.msl-social-pill{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:20px;color:#fff;font-weight:700;font-size:.8em;letter-spacing:.03em;text-decoration:none;opacity:.92;transition:opacity .15s,transform .15s}
.msl-social-pill:hover{opacity:1;transform:translateY(-1px);color:#fff}

/* ===== Home: landing style ===== */
.msl-home-landing{max-width:640px;margin:40px auto;text-align:center}
.msl-landing-hello{font-size:2.6em;margin:0 0 10px;line-height:1.15}
.msl-landing-tagline{font-size:1.15em;color:#555;margin:0 0 18px}
.msl-landing-more{margin:0 0 8px}
.msl-landing-more a{font-weight:600;text-decoration:underline}
.msl-home-landing .msl-social-row{justify-content:center}

/* ===== Home: vCard style ===== */
.msl-home-vcard{max-width:420px;margin:40px auto;text-align:center;padding:32px 28px;border:1px solid #e2e2e2;border-radius:16px;background:#fff}
.msl-vcard-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 16px}
.msl-vcard-name{font-size:1.7em;margin:0 0 4px}
.msl-vcard-tagline{color:#666;margin:0 0 18px}
.msl-vcard-resume{margin:0 0 8px}
.msl-vcard-links{display:flex;flex-direction:column;gap:10px;margin:18px 0}
.msl-vcard-link{display:block;padding:12px 16px;border:1px solid #ddd;border-radius:10px;text-decoration:none;font-weight:600;transition:border-color .15s,background .15s}
.msl-vcard-link:hover{border-color:#999;background:#fafafa}
.msl-home-vcard .msl-social-row{justify-content:center;margin-top:20px}

/* ===== Shared native form styling (contact + testimonials) ===== */
.msl-form-field{margin:0 0 16px}
.msl-form-field label{display:block;font-weight:600;margin-bottom:6px}
.msl-form-field input[type=text],.msl-form-field input[type=email],.msl-form-field input[type=password],.msl-form-field textarea{width:100%;max-width:480px;padding:8px 10px;border:1px solid #ccc;border-radius:6px;font:inherit}
.msl-form-success{color:#1a7f37;font-weight:600}
.msl-form-error{color:#c0392b;font-weight:600}
.msl-form-submit{display:inline-block;padding:10px 22px;background:#1d2327;color:#fff;border:0;border-radius:6px;font-weight:600;cursor:pointer;text-decoration:none}
.msl-form-submit:hover{background:#2c3338;color:#fff}
.msl-hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}

/* ===== Star rating (CSS-only) ===== */
.msl-star-rating{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;margin:4px 0 6px}
.msl-star-rating input{position:absolute;opacity:0;pointer-events:none}
.msl-star-rating label{font-size:30px;line-height:1;color:#d5d5d5;cursor:pointer;padding:0 2px}
.msl-star-rating input:checked ~ label,
.msl-star-rating label:hover,
.msl-star-rating label:hover ~ label{color:#f5a623}

/* ===== Testimonials ===== */
.msl-testimonials-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;margin:20px 0}
.msl-testimonial-card{border:1px solid #e2e2e2;border-radius:10px;padding:18px 20px;background:#fff}
.msl-testimonial-stars{color:#f5a623;font-size:1.2em;letter-spacing:2px;display:block;margin-bottom:8px}
.msl-testimonial-text{font-style:italic;margin-bottom:10px}
.msl-testimonial-byline{font-size:.92em;color:#555}
.msl-testimonial-project{color:#888}
.msl-testimonial-form-wrapper,.msl-testimonial-login-wrapper{max-width:520px;margin:0 0 32px}
.msl-testimonial-rules{background:#f7f7f8;border:1px solid #e5e5e6;border-radius:8px;padding:14px 18px;margin:0 0 22px;color:#444;font-size:.95em}
.msl-testimonial-crosslink{margin-top:-8px;color:#555}
.msl-testimonial-links{margin:28px 0 0;text-align:center;font-weight:600}

/* ===== Subpages auto-list ([msl_subpages]) ===== */
.msl-subpages-grid{display:grid;grid-template-columns:repeat(var(--msl-spcols, 3),1fr);gap:16px;margin:0 0 28px}
.msl-subpage-item{display:block;padding:18px 20px;border:1px solid #e2e2e2;border-radius:10px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s,transform .15s;background:#fff}
.msl-subpage-item:hover{border-color:#999;box-shadow:0 2px 10px rgba(0,0,0,.06);transform:translateY(-1px)}
.msl-subpage-title{display:block;font-weight:700;font-size:1.05em;margin-bottom:6px}
.msl-subpage-excerpt{display:block;color:#666;font-size:.92em;line-height:1.4}
.msl-subpages-list{margin:0 0 28px;padding:0;list-style:none}
.msl-subpages-list .msl-subpage-item{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 4px;border:0;border-bottom:1px solid #eee;border-radius:0;background:none}
.msl-subpages-list .msl-subpage-item:hover{box-shadow:none;transform:none;background:#fafafa}
@media (max-width: 700px){.msl-subpages-grid{grid-template-columns:1fr}}
