
.sticks-asr-wrap {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.sticks-asr-wrap h2 {
    margin-bottom: 20px;
}

.sticks-asr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.sticks-card {
    background: #f7f7f7;
    padding: 16px;
    border-radius: 6px;
    text-align: center;
}

.sticks-card.wide {
    grid-column: span 2;
}

.sticks-card .label {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.sticks-card .value {
    font-size: 22px;
    font-weight: bold;
}

.sticks-card .value.ok {
    color: #1e7e34;
}

.sticks-note {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
}
