/* 确保Logo容器正确显示 */
.custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.custom-logo {
    max-height: 100px;
    width: auto;
    height: auto;
}

/* 调试信息样式 */
.wpdl-debug-info {
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 15px;
    z-index: 999999;
    max-width: 300px;
    font-size: 12px;
    border-radius: 5px 0 0 0;
}