/* Reset */
.frhd-editorial-rating-left {
    font-size: 22px;
    line-height: 18px;
}
.wpas--rating-wrap a {
    text-decoration: none !important;
}
.wpas--rating-wrap h4,
.wpas--rating-wrap h5 {
    margin: 0 !important;
}
.wpas--rating-wrap h5 {
    color: #6B6365;
    font-weight: bold;
    padding-bottom: 5px;
}
.frhd-editorial-rating-left span {
    font-size: 80%;
}
.wpas-theme-2.wpas--rating-wrap {
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 40px;
}
.wpas--rating-wrap .wpas--rating-title,
.wpas--rating-wrap .wpas--rating-rate {
    margin-top: auto;
    margin-bottom: 0;
}
.wpas-theme-2 .wpas--rating-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px;
    padding: 15px 25px;
    background: #f1f1f1;
    box-shadow: rgb(0 0 0 / 45%) 0px 13px 10px -15px;
}

h5.wpas--total-category span,
h5.wpas--total-score span {
    font-size: 17px;
    line-height: 1;
    background: #4d4163;
    color: #fff !important;
    padding: 5px 12px 8px;
    display: inline-block;
    border-radius: 50px;
    margin-left: 5px;
}
.frhd-editorial-rating-round {
    outline: 3px solid #4d4163;
    outline-offset: 2px;
    border-radius: 50px;
    background: #4d4163;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.frhd-editorial-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 10px;
}
a.wpas--product-link {
    display: inline-block;
    background: #4d4163;
    color: #fff;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.wpas--rating-info {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
}
.wpas-info-left {
    flex-basis: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpas-info-right {
    flex-basis: 60%;
}
.wpas--rating-wrap .wpas--product-link {transition: .3s;}
.wpas--rating-wrap .wpas--product-link:hover {transform: translateY(-3px);}

/* Title and description */
.wpas-theme-2 h4.wpas--rating-title {
    font-size: 26px;
    padding-bottom: 10px;
    font-weight: bold !important;
    text-align: center;
}
.wpas--rating-overview {
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding: 10px;
}
.wpas--rating-content p {
    margin-bottom: 10px !important;
}

/* Rating Meter */
.wpas--rating-meter {
    background: #dddddd;
}
span.wpas--rating-bar {
    background: #E43917;
    padding: 7px;
    display: block;
}
.wpas--rating-detail {
    display: flex;
    justify-content: space-between;
    padding: 0 3px;
    color: #222;
    font-size: 20px;
}
.wpas--rating-categories .wpas--rating-meter:not(:last-child) {
    margin-bottom: 10px;
}

/* Pros-Cons */
.wpas-theme-2 .wpas--pros-cons-wrap {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f1f1f1;
    margin-top: 15px;
    padding-top: 15px;
    flex-direction: row;
    column-gap: 25px;
}
.wpas--rating-wrap .wpas--pros-title,
.wpas--rating-wrap .wpas--cons-title {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px !important;
}
.wpas--pros-title {color: #58c649;}
.wpas--cons-title {color: #f24f4f;}
ul.wpas--pros-list,
ul.wpas--cons-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.wpas--pros-list li,
ul.wpas--cons-list li {
    font-size: 18px;
    margin-bottom: 5px;
}
ul.wpas--pros-list span.icon-checkmark:before {
    background-color: #58c649;
    font-size: 12px;
    padding: 4px;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
}
ul.wpas--cons-list span.icon-cross:before {
    font-size: 14px;
    padding: 5px;
    border-radius: 50%;
    color: #f24f4f;
    margin-right: 8px;
}
.wpas--pros-wrap,
.wpas--cons-wrap {
    flex-basis: 50%;
}
.wpas--rating-content,
.wpas--pros-cons-wrap {
    padding: 20px;
}

/* Stars Styles */
.wpas-star-rating input[type=radio] {
	display: none;
}
.wpas-star-rating {
	direction: rtl;
	display: inline-block;
	padding: 0 20px;
}
.wpas-star-rating input[type=checkbox],
.wpas-star-rating input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
.wpas-star-rating label {
	margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}
.wpas-star-rating svg {
	overflow: hidden;
	vertical-align: middle;
}
.wpas-star-rating label svg path {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wpas-star-rating label:hover svg path,
.wpas-star-rating label:hover ~ label svg path,
.wpas-star-rating input[type=radio]:checked ~ label  svg path {
	stroke: #f2b600;
	fill: #f2b600;
}
.wpas-star-rating-wrap {
    background: #f1f1f1;
    padding: 15px 10px;
    text-align: center;
}
.frhd--user-rating-math-wrap {
    display: inline-block;
}
.frhd-rate-math {
    font-size: 20px;
}

/* User Rating Stars At Header */
.frhd--rate-cover {
    position: relative;
    width: 106px;
    height: 21px;
    margin: 5px auto;
    margin-top: 0;
}
.frhd--rate-visual:before,
.frhd--rate-visual:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.frhd--rate-visual:before {
    width: 100%;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 304 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m181.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 7-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 0.9 2.7 2.3z' fill='%23bdbdbd'/%3E%3Cpath d='m121 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0 2.4 0.9 2.8 2.2z' fill='%23bdbdbd'/%3E%3Cpath d='m303 26.4-13.2 11.6 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 1 2.8 2.2s0.1 2.6-0.8 3.3z' fill='%23bdbdbd'/%3E%3Cpath d='m242.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.5 0.1 2.5 0.9 2.9 2.3z' fill='%23bdbdbd'/%3E%3Cpath d='m60.1 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3s-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0.1 2.5 1 2.8 2.3z' fill='%23bdbdbd'/%3E%3C/svg%3E");
    filter: drop-shadow(0px 1px 0px gray);
}
.frhd--rate-visual:after {
    width: 90%;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 304 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m181.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 7-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 0.9 2.7 2.3z' fill='%23FFC107'/%3E%3Cpath d='m121 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0 2.4 0.9 2.8 2.2z' fill='%23FFC107'/%3E%3Cpath d='m303 26.4-13.2 11.6 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 1 2.8 2.2s0.1 2.6-0.8 3.3z' fill='%23FFC107'/%3E%3Cpath d='m242.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.5 0.1 2.5 0.9 2.9 2.3z' fill='%23FFC107'/%3E%3Cpath d='m60.1 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3s-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0.1 2.5 1 2.8 2.3z' fill='%23FFC107'/%3E%3C/svg%3E");
}
/* Updated date */
.wpas--rating-wrap {
    position: relative;
}
.wpas--rating-date svg {
    fill: #222;
    width: 16px;
    height: 16px;
    margin-bottom: -1px;
}
.wpas--rating-date {
    position: absolute;
    right: 4px;
    top: -34px;
}
/* Responsive */
@media (max-width: 767px) {
    .wpas--rating-header {
        flex-direction: column;
        row-gap: 30px;
    }
    .wpas--rating-info {
        flex-direction: column;
        row-gap: 20px;
    }
    .wpas--pros-cons-wrap {
        flex-direction: column;
        row-gap: 20px;
    }
}
@media (max-width: 599px) {
    .wpas-theme-2 .frhd--user-rating {order: 2;}
    .wpas-theme-2 .frhd-editorial-rating {order: 1;flex-basis: 100%;justify-content: inherit;margin-bottom: 20px;}
    .wpas-theme-2 a.wpas--product-link {order: 3;}
    .wpas-theme-2 .wpas--pros-cons-wrap {flex-direction: column;}
}