.rm-horizontal-table {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.rm-horizontal-table .rm-ht-brand {
    position: relative;
    flex: 1 1 150px;
    width: 150px;
    max-width: 150px;
    min-width: 135px;
    margin: 0;
    border: 1px solid #ffffff11;
    border-radius: 31px 10px 10px 10px;
    background: #18191b;
    align-self: flex-start;
    box-sizing: border-box;
}

.rm-horizontal-table .rm-ht-brand-logo {
    display: flex;
    justify-content: center;
    padding: 13px 10px 0;
}

.rm-horizontal-table .rm-ht-brand-logo a {
    display: flex;
    background: #ffffff22;
    padding: 3px !important;
    border-radius: 23px;
    transition: background-color 0.2s ease;
}

.rm-horizontal-table .rm-ht-brand-logo a:hover {
    background: #00bfff;
}

.rm-horizontal-table .rm-ht-brand-logo img {
    display: block;
    width: auto;
    max-width: 95px;
    height: auto;
    border: 2px solid #18191b;
    border-radius: 20px !important;
}

.rm-horizontal-table .rm-ht-brand-info {
    min-width: 0;
}

.rm-horizontal-table .rm-ht-brand-name {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 1em;
    line-height: 1.3;
}

.rm-horizontal-table .rm-ht-brand-links {
    padding: 0 7px 7px;
}

.rm-horizontal-table .rm-ht-bet-link {
    display: block;
    padding: 2px;
    color: #fff !important;
    font-size: 0.75em;
    text-align: center;
    text-decoration: none !important;
    background: #00000066;
    border: 1px solid #ffffff44;
    border-radius: 8px;
}

.rm-horizontal-table .rm-ht-bet-link:hover {
    color: #00bfff !important;
    border-color: #00bfff;
    background: #00000022;
}

.rm-horizontal-table .rm-ht-review-link {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    color: #000 !important;
    background: #ffffff44;
    border-radius: 0 9px 0 5px;
    font-size: 0.9em;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    box-sizing: border-box;
}

.rm-horizontal-table .rm-ht-review-link:hover,
.rm-horizontal-table .rm-ht-review-link:focus {
    background: #00bfff;
}

@media only screen and (max-width: 640px) {
    .rm-horizontal-table .rm-ht-brand {
        width: 150px;
        max-width: 150px;
        min-width: 135px;
    }

    .rm-horizontal-table .rm-ht-brand-logo img {
        max-width: 95px;
    }
}
