.yarbo-treaming-schedule-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}

.yarbo-treaming-schedule-container .yarbo-treaming-schedule-content-box {
  width: 100%;
}

.yarbo-treaming-schedule-container .background-image{
  width: 100%;
}

.yarbo-treaming-schedule-container .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.yarbo-treaming-schedule-container strong{
  font-weight: bold;
}

.yarbo-treaming-schedule-content {
  margin-top: 64px;
  font-family: Nunito sans;
  width: 1400px;
  margin: 64px auto 0;
}
.yarbo-treaming-schedule-button-content {
  margin-top: 56px;
  display: flex;
  flex-flow: row;
  gap: 12px;
  justify-content: center;
}
.yarbo-treaming-schedule-button {
  width: 188px;
  height: 48px;
  border-radius: 60px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  cursor: pointer;
}
.yarbo-treaming-schedule-button-email {
  background-color: #fedb1e;
  border: 0;
}
.yarbo-treaming-schedule-button-sms-black {
  color: #ffffff;
  border: #ffffff 1px solid;
  background-color: #000000;
}
.yarbo-treaming-schedule-button-sms-white {
  color: #000000;
  border: #000000 1px solid;
  background-color: #ffffff;
}
.yarbo-treaming-schedule-card-container {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
.yarbo-treaming-schedule-card {
  display: flex;
  flex-flow: column;
  gap: 0;
}
.yarbo-treaming-schedule-card-content {
  background-color: #ffffff;
  display: flex;
  flex-flow: column;
  gap: 0;
  border-radius: 16px;
}
.yarbo-treaming-schedule-card-content-img {
  height: 210px;
}

.yarbo-treaming-schedule-card-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 16px 16px 0 0;
}

.yarbo-treaming-schedule-card-content-datetime {
  height: 88px;
  display: flex;
  flex-flow: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.yarbo-treaming-schedule-card-content-date {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
}
.yarbo-treaming-schedule-card-content-time {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.yarbo-treaming-schedule-card-title {
  margin: auto;
  max-width: 290px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.yarbo-treaming-schedule-card-text {
  margin: auto;
  max-width: 290px;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.yarbo-treaming-schedule-card-past .yarbo-treaming-schedule-card-content {
  background-color: #cccdce;
  color: #6e6e73;
}
.yarbo-treaming-schedule-card-past .yarbo-treaming-schedule-card-content-date {
  color: #6e6e73;
}
.yarbo-treaming-schedule-card-past .yarbo-treaming-schedule-card-title {
  color: #6e6e73;
}
.yarbo-treaming-schedule-card-past .yarbo-treaming-schedule-card-text {
  color: #6e6e73;
}

.yarbo-treaming-schedule-card-upcoming .yarbo-treaming-schedule-card-content {
  background-color: #ffffff;
  color: #000000;
}
.yarbo-treaming-schedule-card-upcoming
  .yarbo-treaming-schedule-card-content-date {
  color: #000000;
}
.yarbo-treaming-schedule-card-upcoming .yarbo-treaming-schedule-card-title {
  color: #ffffff;
}
.yarbo-treaming-schedule-card-upcoming .yarbo-treaming-schedule-card-text {
  color: #ffffff;
}
.yarbo-treaming-schedule-card-upcoming
  .yarbo-treaming-schedule-card-title-white {
  color: #000000;
}
.yarbo-treaming-schedule-card-upcoming
  .yarbo-treaming-schedule-card-text-white {
  color: #000000;
}

.yarbo-treaming-schedule-card-nearest .yarbo-treaming-schedule-card-content {
  background-color: #fedb1e;
}

.yarbo-treaming-schedule-content .swiper-pagination {
  display: none;
  position: relative;
}

.yarbo-treaming-schedule-modal {
  display: none;
  backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 48px;
  padding-bottom: 48px;
}

.yarbo-treaming-schedule-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yarbo-treaming-schedule-modal-close::before,
.yarbo-treaming-schedule-modal-close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #333; /* 可以根据您的设计调整颜色 */
}

.yarbo-treaming-schedule-modal-close::before {
  transform: rotate(45deg);
}

.yarbo-treaming-schedule-modal-close::after {
  transform: rotate(-45deg);
}

.yarbo-treaming-schedule-modal-email-content,
.yarbo-treaming-schedule-modal-sms-content {
  position: relative;
  padding: 50px;
  border-radius: 16px;
  background-color: #ffffff;
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
}

.yarbo-treaming-schedule-modal-email-content .subscribe-klaviyo {
  width: 100%;
}

.yarbo-treaming-schedule-modal-email-content .subscribe-klaviyo-link {
  color: #000000 !important;
}

.yarbo-treaming-schedule-modal-email-content .subscribe-klaviyo-input-wrapper {
  border: 1px solid #e5e5e5;
}

.yarbo-treaming-schedule-email-title,
.yarbo-treaming-schedule-sms-title {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

.yarbo-treaming-schedule-sms-content .subscribe-klaviyo-input-wrapper {
  border: 1px solid #e5e5e5;
}

.yarbo-treaming-schedule-sms-button-box {
  margin-top: 20px;
}

.yarbo-treaming-schedule-sms-button {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  font-size: 16px;
  background-color: #fedb1e;
  border-radius: 16px;
  height: 40px;
  border: 0;
}

.content-box {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.yarbo-treaming-schedule-content .swiper-pagination-bullet {
  background-color: #a9a9a9;
  width: 16px;
  height: 4px;
  opacity: 1;
  border-radius: 41px;
}

.yarbo-treaming-schedule-content .swiper-pagination-bullet-active {
  background-color: #a9a9a9;
  width: 64px;
  height: 4px;
  border-radius: 41px;
}

/* 375-679px */
@media (max-width: 679px) {
  .yarbo-treaming-schedule-content {
    margin-top: 32px;
    width: 100%;
    margin: 32px auto 0;
  }
  .yarbo-treaming-schedule-button-content {
    margin-top: 32px;
    gap: 8px;
  }
  .yarbo-treaming-schedule-button {
    width: 168px;
    height: 40px;
  }
  .yarbo-treaming-schedule-card {
    width: 288px;
  }
  .yarbo-treaming-schedule-content .swiper-slide {
    width: 288px !important;
  }
  .yarbo-treaming-schedule-card-content-img {
    height: 179px;
  }
  .yarbo-treaming-schedule-card-content-datetime {
    height: 75px;
  }
  .yarbo-treaming-schedule-card-content-date {
    font-size: 28px;
  }
  .yarbo-treaming-schedule-card-content-time {
    font-size: 14px;
  }
  .yarbo-treaming-schedule-card-title {
    max-width: 240px;
    margin-top: 24px;
    font-size: 14px;
  }
  .yarbo-treaming-schedule-card-text {
    max-width: 240px;
    margin-top: 8px;
    font-size: 12px;
  }
  .yarbo-treaming-schedule-content .swiper-pagination {
    display: block;
    padding-top: 32px;
  }
  .yarbo-treaming-schedule-modal-email-content
    .subscribe-klaviyo-input-wrapper {
    padding: 0;
  }
  .yarbo-treaming-schedule-modal-sms-content .subscribe-klaviyo-input-wrapper {
    padding: 0;
  }
  .yarbo-treaming-schedule-container .background-m-image-content{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .yarbo-treaming-schedule-container .background-image .bg-img {
    display: none;
  }
}

/* 680-959px */
@media (min-width: 680px) and (max-width: 959px) {
  .yarbo-treaming-schedule-content {
    margin-top: 48px;
    width: 100%;
    margin: 48px auto 0;
  }
  .yarbo-treaming-schedule-button-content {
    margin-top: 48px;
  }
  .yarbo-treaming-schedule-button {
    width: 256px;
  }
  .yarbo-treaming-schedule-card {
    width: 312px;
  }
  .yarbo-treaming-schedule-content .swiper-slide {
    width: 312px !important;
  }
  .yarbo-treaming-schedule-card-content-img {
    height: 193px;
  }
  .yarbo-treaming-schedule-card-content-datetime {
    height: 82px;
    gap: 5px;
  }
  .yarbo-treaming-schedule-card-content-date {
    font-size: 32px;
  }
  .yarbo-treaming-schedule-card-content-time {
    font-size: 16px;
  }
  .yarbo-treaming-schedule-card-title {
    max-width: 280px;
    margin-top: 16px;
    font-size: 16px;
  }
  .yarbo-treaming-schedule-card-text {
    max-width: 280px;
    margin-top: 4px;
    font-size: 14px;
  }
  .yarbo-treaming-schedule-content .swiper-pagination {
    display: block;
    padding-top: 48px;
  }
  .yarbo-treaming-schedule-modal-email-content,
  .yarbo-treaming-schedule-modal-sms-content {
    width: 90%;
  }
  .yarbo-treaming-schedule-modal-email-content
    .subscribe-klaviyo-input-wrapper {
    padding: 0;
  }
  .yarbo-treaming-schedule-modal-sms-content .subscribe-klaviyo-input-wrapper {
    padding: 0;
  }
  .yarbo-treaming-schedule-container .background-m-image-content{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .yarbo-treaming-schedule-container .background-image .bg-img {
    display: none;
  }
}

/* 960-1439px */
@media (min-width: 960px) and (max-width: 1439px) {
  .yarbo-treaming-schedule-content {
    margin-top: 48px;
    width: 900px;
    margin: 48px auto 0;
    
  }
  .yarbo-treaming-schedule-button-content {
    margin-top: 32px;
  }
  .yarbo-treaming-schedule-card-content-img {
    height: 132px;
  }
  .yarbo-treaming-schedule-card-content-datetime {
    height: 56px;
    gap: 0;
  }
  .yarbo-treaming-schedule-card-content-date {
    font-size: 24px;
  }
  .yarbo-treaming-schedule-card-content-time {
    font-size: 12px;
  }
  .yarbo-treaming-schedule-card-title {
    max-width: 181px;
    margin-top: 16px;
    font-size: 14px;
  }
  .yarbo-treaming-schedule-card-text {
    max-width: 181px;
    margin-top: 4px;
    font-size: 12px;
  }
  .yarbo-treaming-schedule-container .background-image-content{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .yarbo-treaming-schedule-container .background-image .bg-m-img {
    display: none;
  }
}

/* 1440-1919px */
@media (min-width: 1440px) and (max-width: 1919px) {
  .yarbo-treaming-schedule-content {
    margin-top: 56px;
    width: 1200px;
    margin: 56px auto 0;
  }
  .yarbo-treaming-schedule-button-content {
    margin-top: 40px;
  }
  .yarbo-treaming-schedule-card-content-img {
    height: 179px;
  }
  .yarbo-treaming-schedule-card-content-datetime {
    height: 75px;
  }
  .yarbo-treaming-schedule-card-content-date {
    font-size: 28px;
  }
  .yarbo-treaming-schedule-card-content-time {
    font-size: 14px;
  }
  .yarbo-treaming-schedule-card-title {
    max-width: 256px;
    margin-top: 16px;
    font-size: 16px;
  }
  .yarbo-treaming-schedule-card-text {
    max-width: 256px;
    margin-top: 4px;
    font-size: 14px;
  }
  .yarbo-treaming-schedule-container .background-image-content{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .yarbo-treaming-schedule-container .background-image .bg-m-img {
    display: none;
  }
}

/* 1920px+ default*/
@media (min-width: 1920px) {
  .yarbo-treaming-schedule-container .background-image-content{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .yarbo-treaming-schedule-container .background-image .bg-m-img {
    display: none;
  }
}
