.asn-wrap {
    text-align: center;
    font-family: Arial, sans-serif;
    background: #f7fff7;
    padding: 40px;
}

.asn-title {
    font-size: 14px;
    font-weight: 300;
    color: #004b23;
    margin-bottom: 20px;
}

.asn-countdown {
    font-size: 40px;
    font-weight: 900;
    color: #006400;
    margin-bottom: 30px;
}

.asn-grid {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.asn-card {
    background: white;
    border: 1px solid #0b8f3a;
    padding: 10px;
    width: 140px;
    border-radius: 5px;
}

.asn-number {
    font-size: 30px;
    font-weight: 600;
    color: #006400;
}

.asn-label {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
