#lgx-countdown {
    background: transparent !important;
}

#lgx-countdown span {
    background: transparent !important;
}

.top-logo {
    width: 200px;
    padding-top: 18px;
}
@media (min-width: 1200px) {
    .top-logo {
        padding-top: 22px;
    }
}

.lgx-single-registration {
    transition-duration: 0s;
}

.lgx-registration4 .lgx-inner {
    padding: 13rem 0;
}

.lgx-single-registration-inner .icon {
    filter: invert(1);
}

.lgx-single-registration-inner .icon img {
    width: 80px;
}

.sib-form-block {
    display: flex;
}

.lgx-footer-single img {
    max-width: 130px;
    display: block;
    margin: auto;
}

.lgx-schedule .lgx-inner {
    background-size: cover;
    background-position: top;
}

.lgx-leftright-area .lgx-rules-img {
  background: url('/assets/img/rules.jpg') bottom center repeat-x;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.author {
    position: relative; /* Ensure relative positioning to contain absolutely positioned children */
}

.image-container {
    position: relative; /* This container will help position the overlay */
    display: inline-block; /* Maintain the size of the container */
}

.main-image {
    display: block; /* Ensure the main image behaves like a block element */
    width: 100%; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}
.overlay-image {
    position: absolute;
    top: 55px; /* Position at the top */
    right: -8px; /* Position at the right */
    width: 50px; /* Adjust the size of the overlay image as needed */
    height: auto; /* Maintain aspect ratio */
    pointer-events: none; /* Prevent the overlay image from interfering with user interactions */
    background-color: black;
}

.lgx-panel .lgx-single-schedule .schedule-info .players {
  background: rgba(75, 22, 255, 0.1);
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: .2rem 1rem;
  margin-bottom: .5rem;
  border-radius: 25px;
}

.lgx-panel .lgx-single-schedule .schedule-info .tags {
  background: rgba(0, 0, 255, 0.1);
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: .2rem 1rem;
  margin-bottom: .5rem;
  border-radius: 25px;
}

.lgx-panel .triggers {
  background: rgba(255, 0, 0, 0.1);
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: .2rem 1rem;
  margin-bottom: .5rem;
  border-radius: 25px;
}

.lgx-panel .blank {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: .2rem 1rem;
  margin-bottom: .5rem;
  border-radius: 25px;
}

.lgx-leftright-area .lgx-organisers-img {
  background: url('/assets/img/organisers.png') center center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.lgx-leftright-area .lgx-swiaty-img {
  background: url('/assets/img/swiaty.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.lgx-single-speaker2.leader-card,
.lgx-single-speaker3.leader-card {
    border: 3px solid #9b59b6 !important;
    background-color: #f9f4ff;
    border-radius: 10px;
}

.role {
    font-weight: bold;
    color: #9b59b6;
    font-size: 0.9em;
    margin-top: 5px;
}

.team-section {
    margin-bottom: 40px;
}

.organiser-team {
    margin-top: 40px;
    padding: 20px;
    background-color: #f5f5f5; /* or white if needed */
    border-radius: 12px;
}

.team-title-bar {
    background-color: #ffffff;
    padding: 10px 20px;
    border-left: 6px solid #9b59b6;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.team-title-bar h2 {
    margin: 0;
    font-size: 1.8em;
    color: #2c3e50;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* align all lines left */
  gap: 1rem; /* optional spacing */
}
