.elementor-20547 .elementor-element.elementor-element-00fbc94{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-29d0378 */.dp-wc-schedule {

  padding: 20px;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
}

.dp-wc-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.dp-wc-head {
  background: linear-gradient(135deg, #0c325a, #06101d);
  border: 1px solid rgba(255, 211, 107, 0.25);
  border-radius: 26px;
  padding: 36px;
  margin-bottom: 30px;
}

.dp-wc-head span {
  color: #ffd36b;
  font-size: 14px;
  letter-spacing: 2px;
}

.dp-wc-head h2 {
  font-size: 34px;
  margin: 10px 0;
  color: #fff;
}

.dp-wc-head p {
  color: #d8e6f5;
  line-height: 1.8;
  margin: 0;
}

.dp-match-day {
  margin-bottom: 34px;
}

.dp-match-day h3 {
  color: #ffd36b;
  font-size: 23px;
  border-left: 4px solid #ffd36b;
  padding-left: 12px;
  margin-bottom: 16px;
}

.dp-match-card {
  display: grid;
  grid-template-columns: 150px 1fr 130px;
  align-items: center;
  gap: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 18px 20px;
  margin-bottom: 14px;
  transition: 0.25s;
}

.dp-match-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 211, 107, 0.09);
}

.dp-match-card.hot {
  border-color: rgba(255, 211, 107, 0.5);
  background: linear-gradient(135deg, rgba(12,50,90,0.9), rgba(255,211,107,0.08));
}

.dp-match-info span {
  display: block;
  color: #ffd36b;
  font-weight: 700;
  margin-bottom: 4px;
}

.dp-match-info strong {
  color: #d8e6f5;
  font-size: 15px;
}

.dp-teams {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 20px;
  font-weight: 800;
}

.dp-teams em {
  color: #ffd36b;
  font-style: normal;
  font-size: 15px;
}

.dp-match-card a {
  background: #ffd36b;
  color: #06101d;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  padding: 11px 18px;
  border-radius: 999px;
}

@media (max-width: 768px) {
  .dp-wc-head {
    padding: 26px;
  }

  .dp-wc-head h2 {
    font-size: 26px;
  }

  .dp-match-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .dp-teams {
    font-size: 18px;
  }

  .dp-match-card a {
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */