/* Conversion element — bettingguides.co.uk
   V5 "Pinned Note" — Editor's Pick with offset badge */

.bookie-ad { background: #ffffff; border: 1px solid #eeeeee; border-radius: 8px; padding: 28px 24px 20px; margin: 32px 0; position: relative; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); }
.bookie-ad .bookie-ad-badge { position: absolute; top: -10px; left: 20px; background: #E8A838; color: #1B2D4F; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 3px; transform: rotate(-1deg); box-shadow: 0 2px 6px rgba(232, 168, 56, 0.3); }
.bookie-ad .bookie-ad-inner { display: flex; align-items: center; gap: 16px; margin-top: 4px; flex-wrap: wrap; }
.bookie-ad .bookie-ad-logo { width: 72px; height: 36px; object-fit: contain; flex-shrink: 0; }
.bookie-ad .bookie-ad-offer { display: none; }
.bookie-ad .bookie-ad-value { display: none; }
.bookie-ad .bookie-ad-label { display: none; }
.bookie-ad .bookie-ad-sub { display: none; }
.bookie-ad .bookie-ad-text { flex: 1; min-width: 180px; font-size: 15px; color: #3a3a3a; line-height: 1.55; }
.bookie-ad .bookie-ad-text strong { color: #1B2D4F; font-weight: 800; }
.bookie-ad .bookie-ad-text .bookie-ad-highlight { color: #c48a1a; font-weight: 800; font-size: 17px; }
.bookie-ad .bookie-ad-cta { display: block; width: 100%; text-align: center; background: #1B2D4F; color: #ffffff; font-size: 14px; font-weight: 700; padding: 12px 24px; border-radius: 6px; text-decoration: none; transition: all 0.2s; margin-top: 4px; }
.bookie-ad .bookie-ad-cta:hover { background: #E8A838; color: #1B2D4F; }
.bookie-ad .bookie-ad-terms { font-size: 9px; color: #cccccc; margin-top: 12px; line-height: 1.4; }
/* Hide old elements */
.operator-card, .operator-featured, .operators-section, .operator-row { display: none; }
/* Desktop — CTA sits inline right, not full-width */
@media (min-width: 768px) {
  .bookie-ad .bookie-ad-cta { display: inline-block; width: auto; margin-top: 0; flex-shrink: 0; white-space: nowrap; }
}
