/* AdSense Ad Manager – Front-end Styles */

.aam-ad-wrap {
    margin: 24px 0;
    overflow: hidden;
}

/* Alignment */
.aam-align-center { text-align: center; }
.aam-align-left   { text-align: left;   }
.aam-align-right  { text-align: right;  }

/* Label */
.aam-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    margin-bottom: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Lazy load hidden state */
.aam-ad-wrap[data-aam-lazy="1"] .aam-ad-inner {
    visibility: hidden;
    min-height: 1px;
}
.aam-ad-wrap[data-aam-lazy="1"].aam-loaded .aam-ad-inner {
    visibility: visible;
}

/* Sticky/Floating Ads */
.aam-sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -2px 12px rgba(0,0,0,.1);
    padding: 8px 16px;
    margin: 0 !important;
    text-align: center;
}

.aam-sticky-top    { top: 0; border-top: none; border-bottom: 1px solid #e2e8f0; box-shadow: 0 2px 12px rgba(0,0,0,.1); }
.aam-sticky-bottom { bottom: 0; }

/* Close button on sticky */
.aam-sticky-close {
    position: absolute;
    top: 6px;
    right: 12px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #94a3b8;
    line-height: 1;
    padding: 2px 6px;
}
.aam-sticky-close:hover { color: #1e293b; }

/* Site Top Ad */
.aam-position-site_top {
    width: 100%;
    text-align: center;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 0;
    margin: 0 0 16px 0;
}

/* Footer Ad */
.aam-position-footer {
    width: 100%;
    text-align: center;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 12px 0;
    margin: 16px 0 0 0;
}

/* Before/After Image */
.aam-position-before_first_image,
.aam-position-after_first_image {
    clear: both;
    margin: 16px 0;
}

/* Responsive: hide sticky on very small screens if overflow */
@media (max-width: 320px) {
    .aam-sticky { padding: 4px 8px; }
}
