/*


.small-thumb.img-rounded {
height: 95px;
}
*/


.top-username {
margin-top: 25px;
}


/* Hide the "Deschide într-o fereastră nouă" buttons */
a.btn.btn-capsule[target="_blank"] {
    display: none !important;
}



/* Increase the width dynamically */
.category-list-wrapper .cat-item {
    width: fit-content; /* Automatically adjust width based on content */
    padding: 5px 15px; /* Add extra padding for spacing */
    max-width: 180px; /* Optional: Prevent excessively wide containers */
}

/* Adjust text behavior */
.category-list-wrapper .cat-info.text-ellipsis {
    white-space: nowrap; /* Keep text on one line */
    overflow: hidden;
    text-overflow: ellipsis; /* Retain ellipsis effect for long words */
    text-align: center; /* Center the text */
}

/* Ensure alignment for all elements */
.category-list-wrapper .cat-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

