/**
 * Dayboro Ad Manager — Ad Display Styles
 * Version: 1.2.0
 * Loaded on frontend pages where ads are rendered.
 * Separate file because Smush strips inline <style> blocks.
 */

.dam-ad {
  text-align: center;
  margin: 20px auto;
  max-width: 640px;
}
.dam-ad-link {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
}
.dam-ad-img {
  width: 100%;
  border-radius: 16px !important;
  display: block;
}
.dam-ad-cta {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #18604A;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dam-ad-cta:hover {
  color: #0d2e24;
}
.dam-ad-sponsored {
  font-size: 0.72rem;
  color: #999;
  text-align: center;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dam-admin-label {
  font-size: 11px;
  color: #92400e;
  text-align: center;
  margin-top: 4px;
}
