.elementor-14256 .elementor-element.elementor-element-1d51df7d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14256 .elementor-element.elementor-element-ab9ecea > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-ab9ecea */.custom-btn a {background-color: #3f8cff; color: #fff; padding: 10px 20px; border-radius: 15px; display: inline-flex; justify-content: center; align-items: center; margin: 30px 0;    }
.custom-btn:hover a {color: #fff;}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1d51df7d */.rating-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
    border-bottom: 1px solid #f0f0f0;
    margin: 20px 0;
}
.rating-overall {
    flex: 0 0 auto;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 24px;
    border-right: 1px solid #f0f0f0;
}
.rating-details {
    flex: 1;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}
.rating-item {
    display: grid;
    grid-template-columns: 150px 1fr auto;
    align-items: center;
    gap: 12px;
}
.rating-bar-container {
    height: 8px;
    background-color: #eee;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.rating-bar {
    height: 100%;
    background-color: #f5a623;
    border-radius: 4px;
}
.rating-score {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin-bottom: 8px;
}
.rating-stars[data-rating="4.8"] {
    --rating: 4.8;
}
.rating-stars {
    --rating: 5;
    color: rgba(0, 0, 0, 0);
    font-size: 20px;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    line-height: 1;
    unicode-bidi: bidi-override;
    white-space: nowrap;
    overflow: hidden;
    content: "";
}
.rating-stars::before {
    content: "★★★★★";
    color: #ccc;
}
.rating-stars::after {
    content: "★★★★★";
    position: absolute;
    top: 0;
    left: 0;
    color: #f5a623;
    width: calc(var(--rating) / 5 * 100%);
    overflow: hidden;
}
.elementor-14256 .elementor-element.elementor-element-1d51df7d img {margin: 30px 0;}/* End custom CSS */