.elementor-6713 .elementor-element.elementor-element-a59e285{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-98bbaf2 */.t20-article {
  width: 100%;
  background: #ffffff;
  padding: 40px;
  font-family: "Segoe UI", sans-serif;
  color: #222;
  line-height: 1.9;
  animation: fadeUp 1s ease;
}

.t20-article h1 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
  color: #0b3c5d;
}

.t20-article h2 {
  margin-top: 50px;
  font-size: 28px;
  border-left: 6px solid #1e90ff;
  padding-left: 15px;
  color: #1e90ff;
}

.t20-article h3 {
  font-size: 22px;
  color: #0b3c5d;
}

.match-card {
  background: #f9fbff;
  border-radius: 16px;
  padding: 25px;
  margin-top: 25px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: transform 0.4s ease;
}

.match-card:hover {
  transform: translateY(-6px);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

table th {
  background: #1e90ff;
  color: #fff;
  padding: 15px;
}

table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

table tr:hover {
  background: #f1f6ff;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */