/* ========== 自定义按钮样式 ========== */
.zib-cl-custom-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    padding: 10px 24px !important;
    box-sizing: border-box !important;
}

.zib-cl-custom-btn:hover {
    opacity: 0.9 !important;
    transform: translateY(-2px) !important;
}

/* 绝对定位按钮 */
.zib-cl-absolute-btn {
    position: absolute !important;
    z-index: 9999 !important;
}

.zib-cl-absolute-btn:hover {
    transform: translate(-50%, -2px) !important;
}

/* 确保容器支持绝对定位 */
.zib-cl-card {
    position: relative !important;
}

.zib-cl-wrapper {
    position: relative !important;
}
