.rplg .brb-fix-grid-header-row {
    width: 100% !important;
}

.rplg .brb-fix-grid-header-row > .rplg-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.rplg .brb-fix-grid-header {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.rplg .brb-fix-grid-header rp-header {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    padding: 16px;
    box-sizing: border-box;
    text-align: left;
    line-height: normal;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.rplg .brb-fix-grid-header rp-flex.rplg-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 16px;
}

.rplg .brb-fix-grid-header rp-flex.rplg-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.rplg .brb-fix-grid-header img.rplg-img {
    display: block;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}

.rplg .brb-fix-grid-header rp-name {
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 4px;
}

.rplg .brb-fix-grid-header rp-score {
    display: block;
    color: #fb8e28;
}

.rplg .brb-fix-grid-header rp-rating {
    display: inline-block;
    font-size: 1.6em;
    font-weight: 600;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.rplg .brb-fix-grid-header rp-stars {
    display: inline-block;
    letter-spacing: 2px;
    vertical-align: middle;
}

.rplg .brb-fix-grid-header rp-stars svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.rplg .brb-fix-grid-header rp-based {
    display: block;
    width: 100%;
    color: #555;
    font-size: 1em;
    margin-top: 8px;
}

.rplg .brb-fix-grid-header rp-based svg {
    display: inline;
    vertical-align: middle;
    margin: -2px 4px 0;
}

.rplg .brb-fix-grid-header .rplg-clickable {
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}

.rplg .brb-fix-grid-header .rplg-clickable:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .24);
}

.rplg .brb-fix-grid-header .rplg-clickable:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 0 1px rgba(0, 0, 0, .24);
}

.rplg .brb-fix-grid-header rp-review_us {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin: 15px 10px 0 0;
    padding: 4px 10px 6px;
    outline: none;
    border-radius: 27px;
    background: #0a6cff;
    white-space: nowrap;
    user-select: none;
    text-decoration: none;
    text-shadow: 1px 1px 0 #888;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}

.rplg .brb-fix-grid-header rp-review_us a {
    color: #fff !important;
    text-decoration: none;
    box-shadow: none;
}

.rplg .brb-fix-grid-header rp-review_us:hover {
    color: #fff;
    background: #1f67e7;
    text-decoration: none;
}

.rplg .brb-fix-grid-header rp-review_us:active {
    color: #fff;
    background: #0a6cff;
}

.rplg .brb-fix-grid-header rp-review_us svg {
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 1px;
    background: #fff;
    margin: 0 0 0 4px;
    border-radius: 50%;
    vertical-align: bottom;
}

.rplg .brb-fix-grid-header rp-review_us span[data-logo="facebook"] svg {
    background: #3c5b9b;
}

.rplg.rplg-dark .brb-fix-grid-header rp-header {
    background: #2b2b2b;
    border-color: #444;
}

.rplg.rplg-dark .brb-fix-grid-header rp-based {
    color: #ccc;
}
