img[role='svg'] {
  height: 2rem;
}

.badge-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0.75rem;
}

.card-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}