.rbhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.rbimg {
    max-width: 35px;
}

.googlesignature {
    max-width: 22px;
    margin-left: auto;
}

.review-box {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
    height: 100%;
}

.rbname {
    font-weight: 700;
}

.rbstars {
    display: flex;
    gap: 5px;
    margin: 15px 0;
}

.rbstars img {
    max-width: 17px;
}

.badge-stars {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.badge-stars img {
    max-width: 20px;
}

.badge-google img {
    max-width: 120px;
}

.review-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.review-left-side {
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
}

.review-slider {
    flex: 0 0 calc(80% - 10px);
    max-width: calc(80% - 10px);
}

.rbdescription {
    font-size: 15px;
}

.review-badge {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

span.score {
    font-size: 58px;
    font-family: "IBM Plex Sans KR", Sans-serif;
    font-weight: 500;
    line-height: 1;
}

.badge-title {
    font-weight: 900;
}

.review-description {
    position: relative;
}

.toggle-description {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    color: #0073aa;
}

.toggle-description:hover {
    color: #005177;
}

.owl-carousel .owl-item {
    min-height: 255px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #21255C;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}

.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}

.owl-carousel .owl-nav .owl-next {
    right: -40px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.owl-theme .owl-dots .owl-dot {
    box-shadow: none;
}

.owl-theme .owl-dots .owl-dot span {
    background: #21255C;
}

@media (max-width: 1024px) {
    .review-left-side,
    .review-slider {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        display: none
    }
}
