/* Static employee cards. All rules are scoped to this page's own blocks. */
.setekli-staff-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 1.5rem 0 0; }
.setekli-staff-grid > .setekli-staff-card { display: flex; flex-direction: column; min-width: 0; margin: 0; overflow: hidden; border: 1px solid #dce5de; border-radius: 12px; background: #fff; box-shadow: 0 3px 12px #123a2510; }
.setekli-staff-grid .setekli-staff-portrait { width: 100%; margin: 0; padding: 0; aspect-ratio: 3 / 4; background: #edf1ed; overflow: hidden; }
.setekli-staff-grid .setekli-staff-portrait img { display: block; width: 100%; height: 100%; margin: 0; object-fit: contain; border-radius: 0; }
.setekli-staff-grid .setekli-staff-info { display: flex; flex: 1; flex-direction: column; align-items: flex-start; margin: 0; padding: 1.125rem; }
.setekli-staff-grid h2 { margin: 0 0 .8rem; padding: 0; font-size: 1.25rem; line-height: 1.35; color: #213c2c; overflow-wrap: anywhere; }
.setekli-staff-grid ul { margin: 0 0 1.25rem; padding: 0 0 0 1.1em; color: #4c5550; font-size: .9375rem; line-height: 1.6; overflow-wrap: anywhere; hyphens: auto; }
.setekli-staff-grid li { margin: 0 0 .35rem; padding: 0; }
.setekli-staff-grid .wp-block-buttons { width: 100%; margin-top: auto; }
.setekli-staff-grid .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .65rem .8rem; border: 1px solid #285d44; border-radius: 6px; background: #fff; color: #285d44; font-size: .875rem; font-weight: 600; line-height: 1.4; text-decoration: none; }
/* Override the legacy child theme's global !important grey button background. */
.setekli-staff-grid .wp-block-button__link { background-color: #fff !important; margin: 0; }
.setekli-staff-grid .wp-block-button__link:hover { background-color: #285d44 !important; color: #fff; }
.setekli-staff-grid a:focus-visible { outline: 3px solid #b06a00; outline-offset: 3px; }
@media (max-width: 1199px) {
    .setekli-staff-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .setekli-staff-grid { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
    .setekli-staff-grid .setekli-staff-info { padding: 1.5rem; }
}
