.taptray-sidebar-ads {
  margin-top: auto;
  padding-top: 12px;
  flex: 0 0 auto;
}

.taptray-sidebar-legal {
  padding: 12px 0 4px;
  text-align: center;
  color: #7f8896;
  font: 700 11px/1.3 "Trebuchet MS", sans-serif;
}

.taptray-sidebar-legal a {
  color: #9ebdff;
  text-decoration: none;
}

.taptray-sidebar-legal a:hover {
  text-decoration: underline;
}

.taptray-sidebar-ad-shell {
  display: grid;
  gap: 10px;
  padding: 12px 0 4px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.taptray-sidebar-ad-head {
  display: grid;
  gap: 2px;
}

.taptray-sidebar-ad-kicker {
  color: #8ab4ff;
  font: 800 11px/1.1 "Trebuchet MS", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.taptray-sidebar-ad-head h3 {
  margin: 0;
  color: #f3f4f6;
  font: 800 18px/1.15 Georgia, serif;
}

.taptray-sidebar-ad-claim-box {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(50,56,66,0.96), rgba(39,43,51,0.96));
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}

.taptray-sidebar-ad-claim-copy {
  display: grid;
  gap: 4px;
}

.taptray-sidebar-ad-claim-copy strong {
  color: #fff;
  font: 800 14px/1.25 "Trebuchet MS", sans-serif;
}

.taptray-sidebar-ad-claim-copy span,
.taptray-sidebar-ad-empty {
  color: #aeb4be;
  font: 700 12px/1.35 "Trebuchet MS", sans-serif;
}

.taptray-sidebar-ad-claim {
  justify-self: start;
  border: 1px solid #d8dfef;
  background: #fff;
  color: #1f4b8f;
  border-radius: 999px;
  padding: 7px 12px;
  font: 800 12px/1 "Trebuchet MS", sans-serif;
  cursor: pointer;
}

.taptray-sidebar-ad-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: #30343b;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.taptray-sidebar-ad-banner {
  position: relative;
  min-height: 92px;
  padding: 12px 14px;
  display: grid;
  align-content: end;
  gap: 6px;
  background: linear-gradient(135deg, #473321, #18120d);
  background-position: center;
  background-size: cover;
}

.taptray-sidebar-ad-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,12,9,0.18), rgba(16,12,9,0.62));
}

.taptray-sidebar-ad-tag,
.taptray-sidebar-ad-copy {
  position: relative;
  z-index: 1;
}

.taptray-sidebar-ad-tag {
  justify-self: start;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(10,12,16,0.58);
  color: #fff;
  font: 800 10px/1 "Trebuchet MS", sans-serif;
  letter-spacing: 0.03em;
}

.taptray-sidebar-ad-copy {
  min-width: 0;
}

.taptray-sidebar-ad-name {
  color: #fff;
  font: 800 18px/1.05 Georgia, serif;
  text-shadow: 0 2px 12px rgba(0,0,0,0.28);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.taptray-sidebar-ad-meta {
  margin-top: 3px;
  color: rgba(255,255,255,0.88);
  font: 800 11px/1.2 "Trebuchet MS", sans-serif;
}

.taptray-sidebar-ad-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.taptray-sidebar-ad-body--stack {
  grid-template-columns: 1fr;
  gap: 10px;
}

.taptray-sidebar-ad-address {
  min-width: 0;
  color: #aeb4be;
  font: 600 13px/1.3 "Trebuchet MS", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.taptray-sidebar-ad-links a {
  color: #8ab4ff;
  font: 800 12px/1.2 "Trebuchet MS", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}

.taptray-sidebar-ad-links a:hover {
  text-decoration: underline;
}
