/* Profile page */

.profile-cover-bg {
    height: 200px;
}

.card-img {
    border-radius: 0 !important;
}

/* Content area uses theme bg */
.content-wrapper {
    background: var(--tyga-bg-primary);
}

/* Profile widgets sticky sidebar */
.sticky-profile-widgets {
    position: sticky;
    top: 1rem;
}

.description-content p {
    margin-bottom: 0.3rem;
}

.description-content p:last-child {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .avatar-holder, .avatar-holder img {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 576px) {
    .profile-cover-bg {
        height: 150px;
    }
}
