/* 样式：抽奖倒计时 */
.acl-lottery-countdown {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.acl-lottery-countdown #acl-countdown {
    font-size: 24px;
    font-weight: bold;
    color: #e74c3c;
}

.acl-lottery-countdown #acl-comments-count {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

/* 样式：中奖记录 */
.acl-lottery-records {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    max-width: 900px;
    margin: 20px auto;
    font-size: 16px;
}

.acl-lottery-records table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.acl-lottery-records table, .acl-lottery-records th, .acl-lottery-records td {
    border: 1px solid #ddd;
}

.acl-lottery-records th, .acl-lottery-records td {
    padding: 10px;
    text-align: left;
}

.acl-lottery-records th {
    background-color: #f2f2f2;
    color: #333;
}

.acl-lottery-records td {
    color: #555;
}

.acl-lottery-records .pagination {
    text-align: center;
    margin-top: 20px;
}

.acl-lottery-records .pagination a {
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #3498db;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.acl-lottery-records .pagination a:hover {
    background-color: #2980b9;
}
