.tv-price-table {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin: 30px 0;
}

.tv-price-table h2.section-title {
  text-align: left;
  font-size: 20px;
  color: #0c3c84;
  margin: 30px 0 10px;
}

.tv-price-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.tv-price-table thead {
  background-color: #1565c0;
  color: #ffffff;
}

.tv-price-table th,
.tv-price-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

.tv-price-table tbody tr:nth-child(even) {
  background-color: #f9fbff;
}

.tv-price-table tbody tr:hover {
  background-color: #e3f2fd;
}

.tv-price-table a {
  color: #1565c0;
  text-decoration: none;
}

.tv-price-table a:hover {
  text-decoration: underline;
}
