/*
Theme Name: iRace
Author: Gravyware
Theme URI: https://irace.ai
Tags: breathless
Version: 1.0.4
*/

.btn-primary {
    background-color: #039BE5 !important;
    border-color: #039BE5 !important;
    color: #fff !important;
}

/* New Members (Homepage) Styling */
.main-near-clum .thread-avatar {
    border-radius: 50% !important;
    width: 55px !important;
    height: 55px !important;
    border: 2px solid #e3e3e3;
    margin-right: 12px;
    margin-bottom: 0;
    object-fit: cover;
    background: #fff;
    flex-shrink: 0;
}

.main-near-clum .thread-author {
    min-width: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.main-near-clum .flex-grow-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.main-near-clum .thread-username {
    font-size: 1rem;
    font-weight: 400;
    color: #039be5;
    margin-bottom: 2px;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.main-near-clum .thread-username a {
    color: #039be5;
    text-decoration: none;
    transition: color 0.15s;
}

.main-near-clum .thread-username a:hover {
    color: #007bff;
    text-decoration: underline;
}

.main-near-clum .user-location {
    font-size: 0.90rem;
    color: #666;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

