body {
    font-family: 'Roboto', sans-serif;
}

.creation-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.creation-info {
    color: var(--bs-gray-600);
}

    .creation-info .creation-stats {
        font-size: 14px;
    }

.creation-tags {
    display: flex;
}

    .creation-tags .tag {
        border-radius: 16px;
        font-size: 14px;
        margin-right: 8px;
        padding: 4px 12px;
        margin-bottom: 4px;
        background-color: var(--bs-gray-300);
    }

.profile-stats {
    display: flex;
}

.stat-item {
    text-align: center;
}

.stat-value,
.stat-value a{
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-primary);
    text-decoration: none;
}

    .stat-value a:hover {
        text-decoration: underline;
    }

.stat-label {
    font-size: 12px;
    color: var(--bs-gray-600);
}

.cursor-pointer {
    cursor: pointer;
}

.bi {
    font-size: 18px;
}
.text-decoration-none {
    text-decoration: none !important;
}

a.btn-dpa {
    text-decoration: none;
}
.p-start-indent {
    text-indent: 2em;
}