.status-complete {
    background-color: #089c14; /* Hijau */
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
}

.status-pending {
    background-color: #f59e0b; /* Orange */
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
}

.package-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.package-item {
    flex: 5;
    padding: 10px;
    text-align: center;
}