@import "config.css";

:root {
    --base-font-size: 14px;
    --title-font-size: 20px
}

html, body, .table-of-contents h2, .expandable h2, .table-of-contents-li a, p {
    font-size: var(--base-font-size);
    line-height: 1.4em
}

.title h1 {
    font-size: var(--title-font-size);
    line-height: 1em
}

.expandable-content {
    font-size: 1rem
}

[id^=header-] {
    font-size: 1.2em;
    line-height: 1.2em
}


   /* 320X250广告固定尺寸 */
   .adsbygoogle[data-ad-slot="8977999362"] {
    width: 300px !important;
    height: 250px !important;
    overflow: hidden !important;
    display: block !important;
    margin: 0 auto !important;
}

.adsbygoogle[data-ad-slot="8977999362"] iframe,
.adsbygoogle[data-ad-slot="8977999362"] div[id^="aswift"] {
    width: 300px !important;
    height: 250px !important;
}

/* 第一个card后的banner广告固定尺寸250px */
.adsbygoogle[data-ad-slot="8977999362"] {
     width: 300px !important;
    height: 250px !important;
    overflow: hidden !important;
    display: block !important;
    margin: 0 auto !important;
}

.adsbygoogle[data-ad-slot="8977999362"] iframe,
.adsbygoogle[data-ad-slot="8977999362"] div[id^="aswift"] {
    width: 300px !important;
    height: 250px !important;
}

    /* 锚定广告样式 - 强制高度100px */
    .adsbygoogle-noablate {
        height: 100px !important;
        min-height: 100px !important;
        max-height: 100px !important;
    }

    .adsbygoogle-noablate iframe,
    .adsbygoogle-noablate div[id^="aswift"] {
        height: 100px !important;
        min-height: 100px !important;
        max-height: 100px !important;
    }