.wp-shell {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 70px;
  padding: 0 16px;
}

.wp-hero.bbd-page-hero {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  gap: 0;
  min-height: 190px;
  padding: 32px 180px 32px 36px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 12%, rgba(17, 103, 216, .64), transparent 31%),
    radial-gradient(circle at 68% 115%, rgba(237, 41, 57, .22), transparent 32%),
    linear-gradient(135deg, #06142b, #0a2348 62%, #092d60);
}

.wp-hero .bbd-page-hero__content {
  position: relative;
  z-index: 2;
}

.wp-hero .wp-countdown {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 42px;
  display: flex;
  width: 108px;
  height: 108px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(5, 22, 45, .76);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .045);
  transform: translateY(-50%);
}

.wp-hero .wp-countdown small {
  font-size: 7px;
  letter-spacing: .1em;
}

.wp-hero .wp-countdown strong {
  font-size: 38px;
}

.wp-hero .wp-countdown span {
  font-size: 9px;
}

@media (max-width: 640px) {
  .wp-shell {
    width: 100%;
    margin-top: 0;
    padding: 0 10px 50px;
  }

  .wp-hero.bbd-page-hero {
    min-height: 160px;
    padding: 25px 20px;
    border-radius: 14px;
  }

  .wp-hero .wp-countdown {
    display: none;
  }
}
