.emwc-speakers-archive { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.emwc-speakers-header { text-align: center; margin-bottom: 40px; }
.emwc-speakers-title { margin: 0 0 10px; font-size: 36px; font-weight: 700; }
.emwc-speakers-desc { margin: 0; color: #64748b; font-size: 18px; }
.emwc-speakers-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.emwc-filter-btn { padding: 8px 20px; background: #f1f5f9; color: #475569; border-radius: 25px; text-decoration: none; font-size: 14px; transition: all 0.2s; }
.emwc-filter-btn:hover, .emwc-filter-btn.active { background: #3b82f6; color: #fff; }
.emwc-speakers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; }
.emwc-speaker-card-full { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: all 0.3s; }
.emwc-speaker-card-full:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.12); transform: translateY(-5px); }
.emwc-speaker-link { display: block; text-decoration: none; color: inherit; }
.emwc-speaker-card-photo { position: relative; padding-top: 100%; background: #f1f5f9; }
.emwc-speaker-card-photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.emwc-speaker-placeholder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%); }
.emwc-speaker-placeholder .dashicons { font-size: 80px; color: #94a3b8; }
.emwc-speaker-card-content { padding: 20px; }
.emwc-speaker-card-name { margin: 0 0 8px; font-size: 18px; font-weight: 600; }
.emwc-speaker-card-role { margin: 0 0 12px; color: #64748b; font-size: 14px; }
.emwc-speaker-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 15px; }
.emwc-card-tag { padding: 3px 10px; background: #f1f5f9; color: #475569; border-radius: 15px; font-size: 11px; }
.emwc-speaker-card-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px solid #f1f5f9; }
.emwc-speaker-events-count { display: flex; align-items: center; gap: 5px; color: #64748b; font-size: 13px; }
.emwc-speaker-events-count .dashicons { font-size: 16px; width: 16px; height: 16px; }
.emwc-speaker-card-social { display: flex; gap: 8px; color: #94a3b8; }
.emwc-speaker-card-social .dashicons { font-size: 16px; width: 16px; height: 16px; }
.emwc-no-speakers { text-align: center; padding: 60px 20px; background: #f8fafc; border-radius: 12px; }
.emwc-no-speakers .dashicons { font-size: 48px; color: #cbd5e1; margin-bottom: 15px; }
.emwc-no-speakers p { margin: 0; color: #64748b; font-size: 16px; }
@media (max-width: 640px) {
	.emwc-speakers-grid { grid-template-columns: 1fr 1fr; }
	.emwc-speaker-card-name { font-size: 14px; }
	.emwc-speaker-card-role { font-size: 12px; }
}
