/* ==========================================================================
   Utility & Helper Classes
   ========================================================================== */

.sponsor-hover {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: inline-block;
}

.sponsor-hover:hover {
    transform: scale(1.05);
    filter: brightness(1.2);
}

img.img-thumbnail {
    max-height: 150px !important;
}

.img-thumbnail-profile {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

img.site-thumbnail {
    max-width: 40px !important;
    padding: 2px !important;
    border: 2px solid #fff !important;
    border-radius: 5px !important;
    height: 40px !important;
}

.font-orbitron {
    font-family: 'Orbitron', sans-serif;
}

.tag-pill {
    border: 1px solid #8f9ca7;
    border-radius: 4px;
    color: #cbd4dc;
    display: inline-block;
    font-size: .9rem;
    font-weight: 400;
    padding: 1px 5px;
    white-space: nowrap;
    text-decoration: none;
}

.tag-pill:hover {
    border-color: #ffc107;
    color: #fff;
    text-decoration: none;
}

/* Table Styles */
.table td.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.table th, .table td {
    vertical-align: middle;
    font-size: 0.9rem;
}

.table td a {
    color: #ffc107;
}

.table td a:hover {
    text-decoration: underline;
}

/* Dropdown Toggle Styles */
.user-actions-group .dropdown-toggle {
    background-color: transparent;
    border: 1px solid var(--bs-yellow);
    color: var(--bs-yellow);
}

.user-actions-group .dropdown-toggle:hover,
.user-actions-group .dropdown-toggle:focus {
    background-color: var(--bs-yellow);
    color: #000;
}

.badge-funded {
    background: linear-gradient(102.09deg, #eca100 16.09%, #ffc64d 58.82%);
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-weight: 700;
    max-height: 35px;
}

.font-weight-bold {
    font-weight: 700;
}

.border-gray {
    border-color: #44414b !important;
}