/* 后台「五肖上·友情推广」下发的框架（五肖五码 load31 上方） */

.hhs-mount:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

.hhs-wrap {
    box-sizing: border-box;
    margin: 8px 0 10px;
    padding: 0;
    max-width: 100%;
}

/* 有内容时强制占位，避免被其它全局样式误设为不可见 */
.hhs-mount.hhs-frame {
    display: block !important;
}

.hhs-frame {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.hhs-frame-hd {
    box-sizing: border-box;
    margin: 0;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #f39c12 0%, #e67e22 100%);
    letter-spacing: 0.05em;
}

.hhs-frame-bd {
    box-sizing: border-box;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.55;
    color: #222;
    word-break: break-word;
}

.hhs-frame-bd a {
    color: #0d6efd;
    text-decoration: underline;
}

.hhs-wrap img,
.hhs-wrap video {
    max-width: 100%;
    height: auto;
}

.hhs-wrap table {
    max-width: 100%;
}
