.company-filters .form-group {
    margin-bottom: 0;
}

.company-filter-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.65rem;
}

.company-filter-list:last-child {
    margin-bottom: 0;
}

.company-filter-label {
    flex: 0 0 auto;
    margin-right: 0.5rem;
    margin-bottom: 0.35rem;
    color: #6c757d;
}

.company-filter-list .btn {
    margin: 0 0.35rem 0.35rem 0;
}

.company-summary {
    margin: 0.85rem 0 0.75rem;
    font-size: 0.92rem;
    color: #6c757d;
}

.company-table {
    font-size: 0.92rem;
    table-layout: fixed;
    width: 100%;
}

.company-table td {
    vertical-align: middle;
}

.company-info-col {
    overflow: hidden;
}

.company-linkedin-col {
    width: 7.5rem;
    white-space: nowrap;
}

.company-linkedin {
    color: #0a66c2;
    white-space: nowrap;
}

.company-linkedin .bi {
    margin-right: 0.25rem;
}

.company-phone-col {
    width: 11rem;
}

.company-whatsapp {
    color: #25d366;
    white-space: nowrap;
}

.company-whatsapp .bi {
    margin-right: 0.25rem;
}

.company-email-col {
    width: 9rem;
    white-space: nowrap;
}

.company-email-copy {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    background: none;
    color: #007bff;
    font-size: inherit;
    line-height: inherit;
    white-space: nowrap;
    cursor: pointer;
}

.company-email-copy:hover,
.company-email-copy:focus {
    color: #0056b3;
    text-decoration: underline;
}

.company-email-copy .bi {
    margin-right: 0.25rem;
}

.company-name {
    font-weight: 600;
    min-width: 0;
    max-width: 28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-name a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2px;
    font-size: 0.82rem;
    line-height: 1.2;
}

.company-rating {
    display: flex;
    align-items: center;
    color: #3c4043;
}

.company-li-stats {
    color: #6c757d;
}

.company-rating + .company-li-stats {
    margin-left: 1.5rem;
}

.company-rating-score {
    font-weight: 500;
    color: #6c757d;
}

.company-stars {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    font-size: 0.88rem;
    letter-spacing: 1px;
    line-height: 1;
}

.company-stars-bg {
    color: #dadce0;
}

.company-stars-fg {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #fbbc04;
}

.company-rating-count {
    color: #6c757d;
}

.company-country {
    margin-top: 2px;
    font-size: 0.82rem;
    color: #6c757d;
}


.company-email-locked a {

}

.company-thumb-col {
    width: 58px;
}

.company-thumb {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    background: #eee;
}

.company-thumb-empty {
    border: 1px solid #e5e5e5;
}

.company-thumb-zoom {
    cursor: pointer;
}

.company-thumb-overlay {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.72);
    cursor: zoom-out;
}

.company-thumb-overlay.is-open {
    display: flex;
}

.company-thumb-overlay img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    cursor: default;
}

body.company-thumb-lock {
    overflow: hidden;
}
