/* Mainoselementit: erotettu selkeästi sivun omasta sisällöstä (kehystetty, "Mainos"-tunniste) */

/* Yläpalkin vaakamainos (sticky-navin yläpuolella) */
.ts-topad {
  background: #fffdf5;
  border-bottom: 2px solid #ffc107;
}

.ts-topad-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  padding: 0.5rem 0;
  text-align: center;
}

.ts-topad-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #664d03;
  border: 1px solid #ffc107;
  border-radius: 0.25rem;
  padding: 0.05rem 0.4rem;
  white-space: nowrap;
}

.ts-topad-text {
  font-size: 0.9rem;
  color: #212529;
}

.ts-topad-cta {
  font-weight: 700;
  color: #0a58ca;
  text-decoration: none;
  white-space: nowrap;
}

.ts-topad-cta:hover,
.ts-topad-cta:focus {
  text-decoration: underline;
}

/* Sivun sisällä olevat mainosbannerit: kehystetty ja "Mainos"-tunniste, jotta erottuvat selkeästi ostettuna mainoksena */
.ts-ad-banner-wrap {
  position: relative;
  border: 2px dashed #ffc107;
  border-radius: 1.25rem;
  padding: 0.85rem;
}

.ts-ad-tag {
  position: absolute;
  top: -0.7rem;
  left: 1.25rem;
  background: #ffc107;
  color: #000;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.15rem 0.55rem;
  border-radius: 0.25rem;
  z-index: 2;
}
