.elementor-70 .elementor-element.elementor-element-4d95547{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-70 .elementor-element.elementor-element-fca98f3{text-align:center;}.elementor-70 .elementor-element.elementor-element-06fc036{text-align:center;}.elementor-70 .elementor-element.elementor-element-97efe9f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-4d95547 *//* Section Container */
.aox-registration-section {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
}

/* Main Heading */
.aox-registration-section h2 {
  color: #2c8081; /* Brand teal */
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Bold Intro Text */
.aox-registration-section p:first-of-type {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

/* Supporting Paragraph */
.aox-registration-section p:nth-of-type(2) {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

/* Note Paragraph */
.aox-registration-section p:last-of-type {
  font-style: italic;
  font-size: 14px;
  color: #666;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3c1ace3 */.event-section {
  padding: 40px 20px;
  max-width: 900px; /* smaller max width for 2-up layout */
  margin: 0 auto;
}

.event-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.event-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: calc(50% - 20px); /* two per row with 40px gap */
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.register-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  background-color: #2c8081;
  color: #ffffff !important; /* force white text */
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.register-btn:hover {
  background-color: #236661;
}

/* Mobile: stack 1 per row */
@media screen and (max-width: 768px) {
  .event-card {
    width: 100%;
  }
}
/* Style for circular, same-size headshots */
.surgeon-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 16px;
  margin-bottom: 12px;
}

/* Style for the gold pill badge */
.course-badge {
  display: inline-block;
  background-color: #d4a04f; /* gold tone */
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}/* End custom CSS */