/* BossV Team - 影片剧情信息自定义CSS (2026-01-26) */

.plot-info-list {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px dashed #333;
    padding-bottom: 20px;
}

.plot-info-list li {
    line-height: 28px;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    color: #ccc;
}

.plot-info-list li i.icon-bar {
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 14px;
    background: #ff6600;
    border-radius: 2px;
}

.plot-info-list li span.label {
    color: #888;
    margin-right: 5px;
}

.plot-desc {
    color: #ddd;
    line-height: 26px;
    font-size: 15px;
}

.plot-desc h3 {
    font-size: 16px;
    margin: 20px 0 10px;
    color: #fff;
    font-weight: bold;
    border-left: 4px solid #ff6600;
    padding-left: 10px;
}

.copyright-tip {
    margin-top: 20px;
    padding: 15px;
    background: #222;
    border-radius: 4px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
