/* 文件路径: assets/css/style-frontend.css */

.sq-stats-wrap {
    margin: 20px 0;
}

.sq-stats-wrap h1 {
    font-size: 24px;
}

.sq-stats-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.sq-stats-block {
    width: 150px; /* 四列布局，每列占25%宽度 */
    background-color: #f9f9f9;
    padding: 0px;
    border: 0px solid #ccc;
}

.sq-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 12px;
}

.sq-table th,
.sq-table td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

