/*
Theme Name: Divi Child
Theme URI: https://youngwebdesign.net
Description: A child theme for the Divi theme
Author: Mark Young
Author URI: https://youngwebdesign.net
Template: Divi
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../Divi/style.css");

.kb-members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}
.kb-member-card{background:#fff;border:1px solid #e7e7e7;border-radius:12px;padding:1rem;text-align:center;display:block;transition:transform .1s, box-shadow .2s}
.kb-member-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.08)}
.kb-member-thumb{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto .5rem auto;display:block}
.kb-member-profile{max-width:900px;margin:0 auto}
.kb-member-header{display:grid;grid-template-columns:140px 1fr;gap:1rem;align-items:center;margin-bottom:1rem}
.kb-profile-photo{width:140px;height:140px;border-radius:50%;object-fit:cover}
.kb-focus{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 0;padding:0;list-style:none}
.kb-focus li{background:#f5f7fb;border:1px solid #e4e7ef;border-radius:999px;padding:.25rem .6rem;font-size:.85rem}
.kb-member-bio{margin-top:1rem;line-height:1.6}
