/* 首页小程序码悬浮组件样式 */
/* homepage-widgets.css - 专门用于首页小程序码相关组件的样式 */

/* 小程序码Popover样式 */
.popover {
    max-width: 250px !important;
}

.popover-body {
    padding: 10px !important;
}

.popover-body img {
    width: 200px !important;
    height: 200px !important;
    object-fit: contain !important;
}

.popover-body p {
    margin: 5px 0 0 0 !important;
    font-size: 12px !important;
}

/* 小程序码悬浮按钮样式 */
.miniprogram-widget {
    position: fixed;
    left: 20px;
    bottom: 100px;
    z-index: 1000;
}

.miniprogram-widget .btn {
    width: 50px;
    height: 50px;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.miniprogram-widget .fa-qrcode {
    font-size: 24px;
}

.miniprogram-widget .text-center {
    font-size: 12px;
    color: #6c757d;
}