/**
 * 新闻阅读页 - 满分星球侧边栏广告
 */

.mfxq-ad-box {
    margin-bottom: 24px;
}

.mfxq-ad-slot {
    padding: 12px;
    border: 1px dashed var(--el-border-color-lighter);
    border-radius: var(--el-border-radius-base);
    background-color: var(--el-fill-color-lighter);
    text-align: center;
    line-height: 0;
}

.mfxq-ad-slot a {
    display: block;
    border-radius: var(--el-border-radius-base);
    overflow: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mfxq-ad-slot a:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.mfxq-ad-slot img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 0;
}

@media print {
    .mfxq-ad-box {
        display: none !important;
    }
}
