.elementor-16798 .elementor-element.elementor-element-5f67dc0{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-304caa1 */.panel-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  padding: 40px;
  background: #f9f9f9;
  border: 2px solid #1d3b85;
  border-radius: 0;
  max-width: 1200px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
}

.moderator {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.moderator img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border: 1px solid #1d3b85;
}

.moderator img:hover {
  transform: scale(1.03);
}

.moderator .text-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.moderator h3 {
  font-size: 2.0rem;
  font-weight: 700;
  color: #1d3b85;
  margin: 12px 0 6px;
}

.panelist-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-grow: 1;
  justify-content: center;
}

.panelist {
  display: flex;
  align-items: center;
  gap: 24px;
}

.panelist img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  transition: transform 0.3s ease;
  border: 1px solid #1d3b85;
}

.panelist img:hover {
  transform: scale(1.03);
}

.panelist .text-block h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1d3b85;
  margin: 0;
}

.panelist .text-block p {
  font-size: 1.5rem;
  color: #555;
  margin: 6px 0 0;
  line-height: 1.6;
}/* End custom CSS */