{#
  This file is auto-generated and can be overwritten at any time.
  Do not edit directly. To make changes, copy the file into a child theme.
#}

.eh-speakers-content {
  margin-bottom: 2rem;
}

/* Speakers Grid Layout */
.eh-speakers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  container-type: inline-size;
}

@container (min-width: 1200px) {
  .eh-speakers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

/* Speaker Card - Horizontal Layout */
.eh-speaker-card {
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.eh-speaker-content {
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

@media (min-width: 768px) {
  .eh-speaker-content {
    flex-direction: row;
    min-height: 250px;
  }
}

/* Speaker Image Container */
.eh-speaker-image-container {
  flex: 0 0 250px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .eh-speaker-image-container {
    flex: none;
    height: 200px;
  }
}

.eh-speaker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Speaker Info Section */
.eh-speaker-info {
  flex: 1;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eh-speaker-info-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.eh-speaker-info-header-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* Speaker Name */
.eh-speaker-name {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #2c3e50;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .eh-speaker-name {
    font-size: 1.5rem;
  }
}

/* Speaker Title */
.eh-speaker-title {
  font-size: 1rem;
  color: #5a6c7d;
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}

/* Speaker Company */
.eh-speaker-company {
  font-size: 0.95rem;
  color: #7f8c8d;
  margin: 0 0 1rem 0;
  font-style: italic;
}

/* Bio Section */
.eh-speaker-bio-section {
  margin: 0.75rem 0 1rem 0;
}

.eh-speaker-bio-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 0.25rem 0;
}

.eh-speaker-bio {
  font-size: 0.9rem;
  color: #5a6c7d;
  line-height: 1.5;
  margin: 0;
}

.eh-speaker-social-section {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.eh-social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  padding: 8px;
  background-color: var(--accent-color);
  color: white;
}

.eh-linkedin-button {
  background-color: var(--accent-color);
}

.eh-youtube-button {
  background-color: var(--accent-color);
}

.eh-x-button {
  background-color: var(--accent-color);
}

.eh-custom-button {
  background-color: #6c757d;
}

.eh-social-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  color: #fff;
}

.eh-social-button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}
