
.homepage-sellerlogo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    /* matches the max-height of logo */
    margin-bottom: 5px;
}

.homepage-sellerlogo-container img {
    max-height: 65px;
    margin: 0 auto;
}

.homepage-company-name {
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.th-btn {
    display: inline-block;
    margin-top: 8px;
}

</style>