p {
  margin: 0;
}
.heading_background {
  background-color: var(--e-global-color-250c9d1);
}
.heading_padding {
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
  font-size: 30px;
}
.single.single-post .elementor-widget-theme-post-content div {
  max-width: 100%;
  overflow-x: auto;
}
.single.single-post .elementor-widget-theme-post-content div table td {
  white-space: nowrap;
  line-height: 2;
  vertical-align: middle;
}
.single.single-post .elementor-widget-theme-post-content div table td p {
  text-align: left !important;
}

.match-card {
  max-width: 720px;
  margin: 20px auto;
  border: 1px solid #f0cfa0;
  background: #fff7e6;
  font-family: Arial, sans-serif;
}

.match-card .header {
  background: #312e56;
  color: #fff;
  font-weight: bold;
  padding: 6px 12px;
  display: inline-block;
  margin: 0;
}

.match-card .content {
  padding: 15px;
  border-top: 2px solid #312e56;
}

.match-card .score-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}

.match-card .player-name {
  font-weight: bold;
  color: #312E56;
  text-decoration: underline;
}

.match-card .score {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.match-card .set-scores {
  font-size: 12px;
  color: #666;
}

.match-card .tournament {
  background: #e5e5e5;
  text-align: center;
  padding: 6px;
  font-size: 13px;
  margin: 10px 0;
  color: #e65100;
  font-weight: bold;
}

.match-card .details {
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  gap: 10px;
  align-items: center;
}

.match-card .player-img img {
  width: 100px;
  height: 130px;
  object-fit: cover;
  object-position: top center;
  border-radius: 4px;
}

.match-card table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.match-card td {
  color: #000;
  padding: 4px 6px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.match-card td.label {
  text-align: center;
  font-weight: bold;
  background: #f0f0f0;
  width: 80px;
}

.match-card .footer-link {
  text-align: center;
  margin-top: 10px;
}

.match-card .footer-link a {
  color: #2a7a2a;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .heading_padding {
    font-size: 22px;
    padding: 5px;
    margin-right: 5px;
  }

  .match-card .details {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .match-card .details table {
    grid-column: 1 / -1;
    order: 3;
  }
}
