/* Pro Ads Manager Styles */
.mtp-ad-container {
    margin: 1.5rem 0;
    text-align: center;
    clear: both;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.mtp-ad-label {
    display: block;
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}

.mtp-ad-content {
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
}

/* Ad Slot Specifics */
.mtp-ad-below_header {
    margin-top: 0;
    padding: 1rem 0;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.mtp-ad-before-content {
    margin-top: 0;
    margin-bottom: 2rem;
}

.mtp-ad-after-content {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px dashed #e2e8f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mtp-ad-container {
        margin: 1rem 0;
    }
    .mtp-ad-below_header {
        padding: 0.5rem 0;
    }
}
