.wea-button-video-wrapper {
  margin: 150px 0;
  background-repeat: no-repeat;
  background-position: top 50px right;
  background-size: 86% auto;
}

.wea-button-video-container {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wea-button-video-left,
.wea-button-video-right {
  width: 50%;
  padding: 0 15px;
}

.wea-button-video-left h2 {
  color: #181818 !important;
}

.wea-button-video-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wea-button-video-tabs li {
  display: block;
}

.wea-button-video-tabs li button {
  color: #181818 !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: "Karla", sans-serif;
}

.wea-video-tab-button:focus-visible {
  outline: 2px solid #fb273c;
  outline-offset: 2px;
}

.wea-button-video-tabs li button.active {
  cursor: default;
  color: #fb273c !important;
}

.wea-video-tab-button i,
.wea-video-tab-button svg {
  flex-shrink: 0;
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #181818 !important;
  fill: #181818 !important;
  transition: color 0.3s ease, fill 0.3s ease;
}

.wea-video-tab-button.active i,
.wea-video-tab-button.active svg {
  color: #fb273c !important;
  fill: #fb273c !important;
}

.wea-video-tab-button.active,
.wea-video-tab-button:hover,
.wea-video-tab-button:focus {
  background-color: #f6f6f6 !important;
}

.wea-button-video-right-content {
  position: relative;
}

.wea-button-video-right-tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wea-button-video-right-tab-pane.active {
  display: block;
  opacity: 1;
}

.wea-button-video-right-tab-pane-content {
  margin-bottom: 25px;
}

.wea-button-video-overlay-image {
  height: 320px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.wea-button-video-overlay-image:focus-visible {
  outline: 2px solid #fb273c;
  outline-offset: 2px;
}

.wea-button-video-overlay-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  cursor: pointer;
  display: block;
}

.wea-button-video-overlay-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.wea-button-video-overlay-image-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.wea-button-video-overlay-image-icon:hover {
  opacity: 0.7;
}

.wea-button-video-overlay-image-icon i,
.wea-button-video-overlay-image-icon svg {
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #ffffff !important;
  fill: #ffffff !important;
}

.wea-button-video-right-tab-pane h3 {
  color: #181818;
}

@media (max-width: 1199px) {
  .wea-button-video-container {
    width: 970px;
  }

  .wea-button-video-overlay-image {
    height: 260px;
  }
}

@media (max-width: 991px) {
  .wea-button-video-container {
    width: 750px;
  }

  .wea-button-video-overlay-image {
    height: 193px;
  }
}

@media (max-width: 767px) {
  .wea-button-video-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .wea-button-video-wrapper {
    padding-top: 50px;
    background-color: #f6f6f6;
  }

  .wea-button-video-left,
  .wea-button-video-right {
    width: 100%;
    padding: 0;
  }

  .wea-video-tab-button.active,
  .wea-video-tab-button:hover,
  .wea-video-tab-button:focus {
    background-color: #e5e5e5 !important;
  }

  .wea-button-video-right-content {
    padding: 30px 15px;
  }

  .wea-button-video-overlay-image {
    height: 49vw;
  }
}
