html {
    --rv-theme-color-rgb: 0,54,93; /* #eeab45 */
    --rv-review-background: rgba(255, 255, 255, 0.65); /* rgba(var(--rv-theme-color-rgb), 0.05); */
    --rv-review-border-radius: 5px;
    --rv-border-radius: 3px;
    --rv-font-weight-medium: 600;
    --rv-font-weight-bold: 800;
    --rv-alt-font: 'Droid Serif', serif;
}

.rv-headline {
    margin-bottom: 0.25em;
}

.rv-flex {
    display: flex;
}
.rv-flex > * {
    margin-right: 2em;
}

.rv-star,
.rv-star-half,
.rv-star-empty {
    font-style: normal;
    display: inline-block;
    vertical-align: baseline;
    width: 1em;
    height: 1em;
    background-image: url('stars-static.svg');
    background-size: 1em 3em;
    background-repeat: no-repeat;
}
.rv-star {
    background-position: 0 0;
}
.rv-star-half {
    background-position: 0 -1em;
}
.rv-star-empty {
    background-position: 0 -2em;
}

.rv-stars-rating .rv-label {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.75);
}
.rv-rating .rv-label span,
.rv-stars-rating .rv-label span {
    font-size: .75em;
    font-weight: normal;
}
.rv-stars-rating .rv-meta {
    display: inline-block;
    font-size: .85em;
    margin-left: 0.75em;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 1em;
    color: rgba(0, 0, 0, 0.35);
}

.rv-blockfilters {
    margin: 1em -10px;
    max-width: 680px;
}
.rv-blockfilter {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid transparent;
    font-size: .85em;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;

    transition: background-color .2s, border-color .2s, color .2s;
}
.rv-blockfilter:after {
    content: "";
    display: block;
    position: absolute;
    right: 0; bottom: -1px; left: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
}
.rv-blockfilter:last-child:after {
    display: none;
}
.rv-blockfilter > .rv-label {
    white-space: nowrap;
    padding-right: 1em;
}
.rv-blockfilter > .rv-count {
    white-space: nowrap;
    padding-left: 1em;
    width: 5rem;
    text-align: right;
    flex-shrink: 0;
    color: rgb(var(--rv-theme-color-rgb));
}
.rv-blockfilter:hover {
    background-color: rgba(var(--rv-theme-color-rgb), 0.1);
    border-color: rgb(var(--rv-theme-color-rgb));
    color: rgb(var(--rv-theme-color-rgb));
}

.rv-listfilters {
    font-size: .85em;
    color: rgba(0, 0, 0, 0.5);
}
.rv-listfilter {
    color: rgb(var(--rv-theme-color-rgb));
    text-decoration: none;
}
.rv-listfilter:hover {
    color: rgb(var(--rv-theme-color-rgb));
    text-decoration: underline;
}
.rv-listfilter.rv-active {
    font-weight: var(--rv-font-weight-medium);
}

.rv-progress {
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
}
.rv-progress-bar {
    height: 100%;
    background-color: rgb(var(--rv-theme-color-rgb));
}

.rv-reviews {
    margin: 1em 0;
}
@media screen and (min-width: 768px) {
    .rv-reviews.rv-columns {
        column-count: 2;
        column-gap: 1em;
    }
}

.rv-review {
    padding: 1.4375em 1.5em;
    background-color: var(--rv-review-background);
    border-radius: var(--rv-review-border-radius);
    margin-bottom: 1em;
    break-inside: avoid-column;
}
.object-popup .rv-review {
    background-color: rgba(0, 0, 0, 0.02);
}
.rv-review > .rv-rating {
    float: right;
    font-family: var(--rv-alt-font);
    font-size: 1.25em;
    line-height: 1;
    font-weight: var(--rv-font-weight-medium);
}
.rv-review .rv-title {
    font-family: var(--rv-alt-font);
    font-size: 1.25em;
    line-height: 1;
    font-weight: var(--rv-font-weight-bold);
    margin-bottom: .5em;

    color: #071F31;
}
.rv-review .rv-meta {
    font-size: .85em;
    color: rgba(0, 0, 0, 0.35);
}
.rv-review p,
.rv-review table {
    font-size: .875em;
    color: rgba(0, 0, 0, 0.65);
}
.rv-review p:last-child,
.rv-review table:last-child {
    margin-bottom: 0;
}

.rv-bulletpoint {
    margin: 1em 0;
}
.rv-bulletpoint > .rv-label {
    display: block;
    padding: 2px 8px;
    background-color: rgb(var(--rv-theme-color-rgb));
    color: white;
    height: auto;
    float: left;
    font-size: .75em;
    margin-right: 1em;
    border-radius: 2px;
    font-weight: var(--rv-font-weight-medium);
    text-transform: uppercase;
}
.rv-bulletpoint p {
    margin: 0 0 0 3rem;
}

.rv-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -.5em;
}

.rv-gallery .rv-item {
    width: 16.66667%;
    padding: 0.5em;
}
@media screen and (min-width: 768px) {
    .rv-reviews.rv-columns .rv-gallery .rv-item {
        width: 33.33333%;
    }
}
.rv-gallery .rv-item img {
    display: block;
    width: 100%;
    border-radius: var(--rv-border-radius);
}

.rv-review .rv-details {
    width: 100%;
    border-collapse: collapse;
}
.rv-review .rv-details td {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.rv-review .rv-details td:last-child {
    text-align: right;
}
.rv-review .rv-details tr:last-child td {
    border-bottom: none;
}

.rv-tags {
    display: flex;
    margin: 1em 0;
}
.rv-tags .rv-tag {
    display: block;
    padding: .5em .75em .5em 1em;
    background-color: rgba(var(--rv-theme-color-rgb), 0.1);
    color: rgba(0, 0, 0, 0.75);
    font-size: .875em;
    margin-right: .5em;
    border-radius: var(--rv-border-radius);
}
.rv-tags .rv-removetag {
    display: inline-block;
    text-decoration: none;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    border-radius: .5em;
    background-color: #000;
    color: white;
    opacity: 0.5;
    margin-left: .25em;
}
