.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(36, 65, 107, 0.1);
}

.tzp-cta-link {
  color: #b45309;
  font-weight: 700;
  text-decoration: underline;
}

.tzp-cta-link:hover {
  color: #92400e;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a:hover {
  text-decoration: none;
}

.table-wrap,
.wp-block-table,
.tzp-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tzp-table,
.wp-block-table table,
.odds-table {
  min-width: 700px;
}

.tzp-embed-responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tzp-embed-responsive[data-aspect="16by9"]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.tzp-embed-responsive > iframe,
.tzp-embed-responsive > video,
.tzp-embed-responsive > .tzp-embed-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

a[target="_blank"]:not(.offer-link-cta):not(.tzp-cta-link):not(.nav-card):not(.tzp-hub-card)::after {
  content: " ↗";
  font-size: 0.85em;
  opacity: 0.6;
  margin-left: 2px;
}

.platform-card-grid a[target="_blank"]::after,
.nav-card[target="_blank"]::after,
.tzp-hub-card[target="_blank"]::after {
  content: none;
}
