.block_themeeditor.live-class-modern {
  padding: clamp(70px, 8vw, 112px) 20px;
  background: #f5f7fb;
}

.live-class-modern__card {
  position: relative;
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr) 290px;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 31px;
  background: linear-gradient(125deg, var(--bs-primary) 0%, #244fb5 62%, #17337d 100%);
  color: #fff;
  box-shadow: 0 30px 70px rgba(var(--bs-primary-rgb), 0.24);
}

.live-class-modern__card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  border: 65px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
}

.live-class-modern__date {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 174px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  text-align: center;
  backdrop-filter: blur(10px);
}

.live-class-modern__date span {
  padding: 5px 8px;
  border-radius: 6px;
  background: #ff405c;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.live-class-modern__date strong {
  margin: 9px 0 2px;
  font-size: 3.2rem;
  line-height: 1;
}

.live-class-modern__date small {
  font-weight: 800;
  letter-spacing: 0.13em;
}

.live-class-modern__content {
  position: relative;
  z-index: 1;
}

.live-class-modern__eyebrow {
  color: #cbd9ff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-class-modern__content h2 {
  max-width: 720px;
  margin: 14px 0 15px;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.live-class-modern__content > p {
  max-width: 720px;
  margin: 0 0 22px;
  color: #d6def1;
  line-height: 1.7;
}

.live-class-modern__speaker {
  display: flex;
  align-items: center;
  gap: 13px;
}

.live-class-modern__speaker img {
  width: 49px;
  height: 49px;
  border: 3px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  object-fit: cover;
}

.live-class-modern__speaker strong, .live-class-modern__speaker small {
  display: block;
}

.live-class-modern__speaker small {
  margin-top: 2px;
  color: #c2cee8;
  font-size: 0.77rem;
}

.live-class-modern__aside {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(8, 24, 66, 0.24);
  text-align: center;
  backdrop-filter: blur(10px);
}

.live-class-modern__time span, .live-class-modern__time strong, .live-class-modern__time small {
  display: block;
}

.live-class-modern__time span {
  color: #b9caff;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.live-class-modern__time strong {
  margin: 6px 0;
  font-size: 2.35rem;
}

.live-class-modern__time small {
  margin-bottom: 19px;
  color: #cbd5eb;
  font-size: 0.75rem;
  line-height: 1.45;
}

.live-class-modern__aside .btn {
  width: 100%;
  border-radius: 13px;
  color: var(--bs-primary);
  font-weight: 750;
}

.live-class-modern__aside > p {
  margin: 12px 0 0;
  color: #c5d0e8;
  font-size: 0.72rem;
}

@media (max-width: 1199.98px) {
  .live-class-modern__card {
    grid-template-columns: 110px 1fr;
  }
  .live-class-modern__aside {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 25px;
    align-items: center;
    text-align: left;
  }
  .live-class-modern__aside > p {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .live-class-modern__card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .live-class-modern__date {
    min-height: auto;
    max-width: 230px;
    flex-direction: row;
    gap: 12px;
    padding: 15px 18px;
    margin: auto;
  }
  .live-class-modern__date strong {
    margin: 0;
    font-size: 2rem;
  }
  .live-class-modern__speaker {
    justify-content: center;
    text-align: left;
  }
  .live-class-modern__aside {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
