/*
 Theme Name: OSC Child
 Template: hello-elementor
 Version: 1.0.0
*/
#tribe-events-pg-template {
  max-width: none !important;
  padding: 0px !important;
}
.detail-osc-bene-single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 80px 160px 80px;
}
.detail-osc-breadcrumb {
  font-size: 20px !important;
  font-family: "Roboto", Sans-serif !important;
  font-weight: 600 !important;
  line-height: 150%;
  color: #222222;
  border-bottom: 2px solid #de3340;
  width: fit-content;
  margin: 0 auto;
}
.detail-osc-breadcrumb a {
  box-shadow: none;
  text-decoration: none;
}
.detail-osc-breadcrumb a:hover {
  color: #222;
}
.detail-osc-title {
  font-family: Montserrat Alternates;
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  padding: 024px 0px 048px 0px;
  color: #b22933 !important;
}
.event-detail-banner-wrapper {
  position: relative;
  text-align: center;
}
.banner-gb-right,
.banner-gb-left {
  top: 121px;
  z-index: 0;
  max-width: 100%;
  position: absolute;
  width: 1200px;
}
.banner-gb-right {
  left: -65px;
}
.banner-gb-right img,
.banner-gb-left img {
  height: 292px;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
}
.banner-gb-left {
  left: 65px;
}
.detail-osc-cover img {
  width: 1040px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #de3340;
  border-radius: 24px 24px 24px 24px;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  aspect-ratio: 2 / 1;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.detail-osc-body {
  max-width: 858px;
  margin: 0 auto;
  padding-top: 80px;
}
.detail-osc-lede {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222222;
}
.detail-osc-divider {
  border: 0;
  border-top: 2px solid #de3340;
  margin: 48px 0;
}

.detail-osc-meta {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.detail-osc-meta .row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
}

.detail-osc-meta dt {
  font-family: Roboto;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #b22933;
}
.detail-osc-meta dd {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222;
}

.detail-osc-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 4px;
  background: #de3340;
  color: #fff;
  text-decoration: none;
  font-family: Roboto Condensed;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff !important;
}
.btn.btn-outline {
  background: transparent;
  color: #b22933 !important;
  border: 1px solid #b22933;
}
.button-image {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.detail-osc-ledey a:hover {
  color: #222;
}
.detail-osc-lede a {
  color: #222;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
/* impact youtube*/
.detail-osc-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  margin-top: 64px;
  border-radius: 24px;
}

.detail-osc-video.playing .video-thumbnail {
  display: none;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.video-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.3s ease;
}

.play-button .play-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.detail-osc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .banner-gb-right,
  .banner-gb-left {
    display: none;
  }
  .detail-osc-bene-single {
    padding: 64px 64px 96px 64px;
  }
  .detail-osc-breadcrumb {
    font-size: 16px !important;
  }
  .detail-osc-title {
    font-size: 56px;
    padding: 024px 0px 32px 0px;
  }
  .detail-osc-body {
    padding-top: 64px;
  }
  .detail-osc-lede {
    font-size: 16px;
  }
  .detail-osc-divider {
    margin: 32px 0;
  }
  .detail-osc-meta dt {
    font-size: 16px;
  }
  .detail-osc-meta dd {
    font-size: 16px;
  }
  .detail-osc-meta .row {
    grid-template-columns: 148px 1fr;
  }
  .detail-osc-actions {
    gap: 6px;
  }
  .detail-osc-video {
    margin-top: 48px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .detail-osc-bene-single {
    padding: 48px 32px 64px 32px;
  }
  .detail-osc-breadcrumb {
    font-size: 14px !important;
    border-bottom: 1px solid #de3340;
  }
  .detail-osc-title {
    padding: 24px 0px 24px 0px;
    font-size: 36px;
  }
  .detail-osc-body {
    padding-top: 48px;
  }
  .detail-osc-lede {
    font-size: 14px;
  }
  .detail-osc-divider {
    margin: 24px 0;
  }
  .detail-osc-meta dt {
    font-size: 14px;
  }
  .detail-osc-meta dd {
    font-size: 14px;
  }
  .detail-osc-meta .row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .detail-osc-actions {
    gap: 4px;
  }
  .btn {
    padding: 8px 12px;
  }
  .detail-osc-video {
    margin-top: 32px;
    border-radius: 8px;
  }
  .play-button {
    width: 32px;
    height: 32px;
  }
}
