.featuresTable{
    border-collapse: collapse;
    width: max-content;
}

.featuresTable th,
.featuresTable td {
    padding: 8px;
}

.featuresTable td:first-child {
    font-weight: bold;
    color: rgba(255,255,255,0.5);
}

.profileCoverGradient{
    background: linear-gradient(to top, var(--background3) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.0) 100%)
}