@charset "utf-8";

/* =========================================================
   ERI EVENTS
   - Single Event / Event template
   - Event content, agenda and speaker/profile blocks
   Extracted from global style.css — September 2026
   ========================================================= */

.EvenPost {
  max-width: 1140px !important;
  margin: 0 auto;
}

.EvenPost .imageBanner {
  display: flex;
  flex-direction: column;
}

.EvenPost .Event-description {
  padding: 50px 0;
}

.EvenPost .Event-description h3,
.EvenPost .Event-description h4 {
  text-transform: uppercase;
  font-weight: 400;
}

.EvenPost .EventAgenda table tr td:first-child {
  width: 200px !important;
  text-align: right;
}

.EvenPost .EventAgenda table tr td {
  padding-left: 5px;
  padding-right: 5px;
}

.EvenPost .Event-description p:last-of-type {
  padding-bottom: 1em;
}

.EvenPost .Event-description ul {
  padding-left: 10px;
}

.EvenPost .Event-description ul li {
  padding-left: 25px;
  padding-bottom: 14px;
}

.EvenPost .Event-description ul li li {
  font-size: 18px;
}

.EvenPost .Event-description ul ul li:first-child {
  padding-top: 12px;
}

.EvenPost .Event-description ul li::marker {
  display: none !important;
  content: "";
}

.EvenPost .Event-description ul li::before {
  left: -15px;
  top: 0;
  z-index: 2;
  width: 20px;
  height: 32px;
  padding-right: 32px;
  content: '';
  -webkit-mask: url(/wp-content/uploads/2021/01/Arrow_right_mask.svg) no-repeat 50% 50%;
  mask: url(/wp-content/uploads/2021/01/Arrow_right_mask.svg) no-repeat 50% 50%;
  -webkit-mask-size: auto;
  mask-size: auto;
  background-color: #00C2CA;
}

.EvenPost .et_pb_team_member_image {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  overflow: hidden;
}

.EvenPost .et_pb_team_member_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eventProfil {
  display: grid;
  grid-template-columns: 200px auto;
  column-gap: 32px;
}

.eventAgendaSession .et_pb_blurb_container {
  display: flex;
  flex-direction: row;
}

.eventAgendaSessionCard strong::after,
.eventAgendaSession .et_pb_module_header::after {
  content: "";
  background: url(https://www.olympicbankingsystem.com/wp-content/uploads/2024/03/Arrow_11.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 20px;
  padding: 0 8px;
}
