/**
 * Store Footer Styles
 * 商店頁腳樣式 - 特殊法律聲明區塊
 */

.store_footer {
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    background-color: #f8f9fa;
    margin-top: 40px;
    margin-bottom: 40px;
}

.store_footer-container {
    max-width: 800px;
    margin: 0 auto;
}

.store_footer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

.store_footer-text-en {
    margin-bottom: 10px;
}

.store_footer-text-zh {
    font-weight: 500;
}
