.ccg-58f025f8-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.ccg-58f025f8-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.ccg-58f025f8-card.ccg-58f025f8-hover:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.ccg-58f025f8-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    background-color: #1a8d1a;
}

.ccg-58f025f8-title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    line-height: 1.3;
}
