.emwc-single-speaker { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.emwc-speaker-header { display: flex; align-items: center; gap: 30px; margin-bottom: 40px; padding: 30px; background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); border-radius: 12px; }
.emwc-speaker-photo-large { flex-shrink: 0; }
.emwc-speaker-avatar { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.emwc-speaker-avatar-placeholder { width: 150px; height: 150px; border-radius: 50%; background: #e2e8f0; display: flex; align-items: center; justify-content: center; border: 4px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.emwc-speaker-avatar-placeholder .dashicons { font-size: 60px; color: #94a3b8; }
.emwc-speaker-header-info { flex: 1; }
.emwc-speaker-name { margin: 0 0 10px; font-size: 32px; font-weight: 700; }
.emwc-speaker-position { margin: 0 0 15px; font-size: 18px; color: #475569; }
.emwc-speaker-position .emwc-sep { color: #94a3b8; }
.emwc-speaker-categories { margin-bottom: 15px; display: flex; gap: 8px; flex-wrap: wrap; }
.emwc-speaker-cat { display: inline-block; padding: 4px 12px; background: #dbeafe; color: #1e40af; border-radius: 20px; font-size: 12px; text-decoration: none; }
.emwc-speaker-cat:hover { background: #bfdbfe; }
.emwc-speaker-social { display: flex; gap: 10px; }
.emwc-social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: #fff; border-radius: 50%; color: #475569; text-decoration: none; transition: all 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.emwc-social-link:hover { background: #1e293b; color: #fff; transform: translateY(-2px); }
.emwc-social-link .dashicons { font-size: 18px; width: 18px; height: 18px; }
.emwc-speaker-content { display: grid; grid-template-columns: 1fr 300px; gap: 40px; }
.emwc-speaker-main h2 { margin: 0 0 15px; font-size: 20px; font-weight: 600; }
.emwc-speaker-bio { margin-bottom: 30px; }
.emwc-bio-content { color: #475569; line-height: 1.7; }
.emwc-speaker-expertise { margin-bottom: 30px; }
.emwc-expertise-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.emwc-expertise-tag { padding: 6px 14px; background: #f1f5f9; color: #334155; border-radius: 20px; font-size: 13px; }
.emwc-speaker-events-list { display: flex; flex-direction: column; gap: 12px; }
.emwc-speaker-event-card { display: flex; align-items: center; gap: 15px; padding: 15px; background: #f8fafc; border-radius: 8px; text-decoration: none; color: inherit; transition: all 0.2s; }
.emwc-speaker-event-card:hover { background: #f1f5f9; transform: translateX(5px); }
.emwc-speaker-event-date { flex-shrink: 0; width: 50px; height: 50px; background: #3b82f6; color: #fff; border-radius: 8px; text-align: center; padding: 5px; }
.emwc-event-month { display: block; font-size: 10px; text-transform: uppercase; }
.emwc-event-day { display: block; font-size: 20px; font-weight: 700; line-height: 1; }
.emwc-speaker-event-info { flex: 1; min-width: 0; }
.emwc-speaker-event-info .emwc-event-title { margin: 0 0 4px; font-size: 14px; font-weight: 600; }
.emwc-speaker-event-info .emwc-event-venue { margin: 0; font-size: 12px; color: #64748b; display: flex; align-items: center; gap: 4px; }
.emwc-speaker-event-info .emwc-event-venue .dashicons { font-size: 14px; width: 14px; height: 14px; }
.emwc-event-arrow { color: #94a3b8; font-size: 18px; }
.emwc-speaker-sidebar h3 { margin: 0 0 15px; font-size: 16px; font-weight: 600; }
.emwc-speaker-contact-card { padding: 20px; background: #f8fafc; border-radius: 8px; margin-bottom: 20px; }
.emwc-contact-item { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; }
.emwc-contact-item:last-child { margin-bottom: 0; }
.emwc-contact-item .dashicons { color: #64748b; }
.emwc-contact-item a { color: #3b82f6; text-decoration: none; word-break: break-all; }
.emwc-contact-item a:hover { text-decoration: underline; }
.emwc-speaker-share { padding: 20px; background: #f8fafc; border-radius: 8px; }
.emwc-share-buttons { display: flex; gap: 10px; }
.emwc-share-btn { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: #e2e8f0; border-radius: 50%; color: #475569; text-decoration: none; transition: all 0.2s; }
.emwc-share-btn:hover { background: #3b82f6; color: #fff; }
@media (max-width: 768px) {
	.emwc-speaker-header { flex-direction: column; text-align: center; }
	.emwc-speaker-social { justify-content: center; }
	.emwc-speaker-categories { justify-content: center; }
	.emwc-speaker-content { grid-template-columns: 1fr; }
	.emwc-speaker-sidebar { order: -1; }
}
