:root{--crs-primary:#4CAF50;--crs-primary-dark:#388E3C;--crs-secondary:#FF9800;--crs-text:#333;--crs-text-light:#777;--crs-border:#e0e0e0;--crs-bg-light:#f9f9f9;--crs-white:#fff;--crs-shadow:0 2px 8px rgba(0, 0, 0, 0.1);--crs-radius:8px}.crs-reviews-container{max-width:1200px;margin:30px auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.crs-reviews-summary{background:linear-gradient(135deg,var(--crs-primary) 0%,var(--crs-primary-dark) 100%);color:var(--crs-white);padding:40px;border-radius:var(--crs-radius);text-align:center;margin-bottom:30px;box-shadow:var(--crs-shadow)}.crs-average-rating{display:flex;flex-direction:column;align-items:center;gap:15px}.crs-rating-number{font-size:64px;font-weight:700;line-height:1}.crs-stars-display{font-size:24px;color:var(--crs-secondary)}.crs-stars-display i{margin:0 2px}.crs-review-count{font-size:16px;opacity:.9}.crs-reviews-list{margin-top:40px}.crs-reviews-title{font-size:28px;font-weight:600;margin-bottom:30px;color:var(--crs-text);border-bottom:3px solid var(--crs-primary);padding-bottom:15px}.crs-review-item{background:var(--crs-white);border:1px solid var(--crs-border);border-radius:var(--crs-radius);padding:25px;margin-bottom:20px;box-shadow:var(--crs-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease}.crs-review-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.crs-review-header{margin-bottom:15px}.crs-reviewer-info{display:flex;gap:15px;align-items:flex-start}.crs-reviewer-avatar img{border-radius:50%;width:60px;height:60px}.crs-reviewer-details{flex:1}.crs-reviewer-name{font-size:18px;font-weight:600;margin:0 0 5px 0;color:var(--crs-text)}.crs-review-meta{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.crs-stars{color:var(--crs-secondary);font-size:16px}.crs-review-date{color:var(--crs-text-light);font-size:14px}.crs-review-content{margin-top:15px}.crs-review-content p{line-height:1.6;color:var(--crs-text);margin:0}.crs-review-image{margin-top:15px}.crs-review-image img{max-width:300px;height:auto;border-radius:var(--crs-radius);cursor:pointer;transition:transform 0.3s ease}.crs-review-image img:hover{transform:scale(1.05)}.crs-admin-reply{margin-top:15px;padding:15px;background:var(--crs-bg-light);border-left:4px solid var(--crs-primary);border-radius:0 var(--crs-radius) var(--crs-radius) 0;display:flex;gap:12px}.crs-reply-icon{color:var(--crs-primary);font-size:20px}.crs-reply-content strong{color:var(--crs-primary);display:block;margin-bottom:8px}.crs-reply-content p{margin:0;color:var(--crs-text);line-height:1.5}.crs-no-reviews{text-align:center;padding:60px 20px;background:var(--crs-bg-light);border-radius:var(--crs-radius)}.crs-no-reviews i{color:var(--crs-border);margin-bottom:20px}.crs-no-reviews p{font-size:18px;color:var(--crs-text-light)}.crs-review-form-container{background:var(--crs-white);border:1px solid var(--crs-border);border-radius:var(--crs-radius);padding:30px;margin-top:40px;box-shadow:var(--crs-shadow)}.crs-form-title{font-size:24px;font-weight:600;margin:0 0 25px 0;color:var(--crs-text);border-bottom:2px solid var(--crs-primary);padding-bottom:12px}.crs-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.crs-form-group{margin-bottom:20px}.crs-form-group.crs-half{flex:1}.crs-form-group label{display:block;font-weight:600;margin-bottom:8px;color:var(--crs-text)}.required{color:#d32f2f}.crs-form-group input[type="text"],.crs-form-group input[type="email"],.crs-form-group textarea,.crs-form-group input[type="file"]{width:100%;padding:12px 15px;border:2px solid var(--crs-border);border-radius:var(--crs-radius);font-size:15px;transition:border-color 0.3s ease;box-sizing:border-box}.crs-form-group input:focus,.crs-form-group textarea:focus{outline:none;border-color:var(--crs-primary)}.crs-form-group textarea{resize:vertical;min-height:120px}.crs-rating-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:5px;font-size:32px}.crs-rating-input input[type="radio"]{display:none}.crs-rating-input label{cursor:pointer;color:#ddd;transition:color 0.2s ease;margin:0}.crs-rating-input label:hover,.crs-rating-input label:hover~label,.crs-rating-input input[type="radio"]:checked~label{color:var(--crs-secondary)}.crs-help-text{margin:8px 0 0 0;font-size:13px;color:var(--crs-text-light)}.crs-form-actions{margin-top:25px}.crs-captcha-group{background:#f8f9fa;padding:20px;border-radius:var(--crs-radius);border:2px solid var(--crs-border)}.crs-captcha-box{display:flex;gap:10px;align-items:center;margin-top:10px}.crs-captcha-question{flex:0 0 auto;background:linear-gradient(135deg,var(--crs-primary),var(--crs-primary-dark));color:#fff;padding:12px 20px;border-radius:6px;font-size:18px;font-weight:600;min-width:150px;text-align:center;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.crs-captcha-box input[type="text"]{flex:1;padding:12px 15px;border:2px solid var(--crs-border);border-radius:6px;font-size:16px}.crs-captcha-refresh{flex:0 0 auto;background:var(--crs-white);border:2px solid var(--crs-border);color:var(--crs-text);padding:12px 15px;border-radius:6px;cursor:pointer;transition:all 0.3s ease}.crs-captcha-refresh:hover{background:var(--crs-primary);color:#fff;border-color:var(--crs-primary);transform:rotate(180deg)}.crs-captcha-refresh i{font-size:16px}.crs-form-actions{margin-top:25px}.crs-submit-btn{background:linear-gradient(135deg,var(--crs-primary) 0%,var(--crs-primary-dark) 100%);color:var(--crs-white);border:none;padding:15px 40px;font-size:16px;font-weight:600;border-radius:var(--crs-radius);cursor:pointer;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:10px}.crs-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(76 175 80 / .4)}.crs-submit-btn:disabled{opacity:.6;cursor:not-allowed}.crs-message{padding:15px 20px;border-radius:var(--crs-radius);margin-top:20px;font-weight:500}.crs-message.success{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.crs-message.error{background:#ffebee;color:#c62828;border:1px solid #ef9a9a}.crs-loading{display:inline-block;width:20px;height:20px;border:3px solid rgb(255 255 255 / .3);border-radius:50%;border-top-color:var(--crs-white);animation:spin 0.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.crs-reviews-summary{padding:30px 20px}.crs-rating-number{font-size:48px}.crs-stars-display{font-size:20px}.crs-form-row{grid-template-columns:1fr}.crs-reviewer-info{flex-direction:column}.crs-review-item{padding:20px 15px}.crs-review-form-container{padding:20px 15px}.crs-admin-reply{flex-direction:column}}@media (max-width:480px){.crs-rating-input{font-size:28px}.crs-submit-btn{width:100%;justify-content:center}.crs-review-image img{max-width:100%}}:root{--brand-color:#0669ff;--dark-brand-color:#0051cc;--bright-color:#FFF;--base-color:#2c2f34}html{-ms-touch-action:manipulation;touch-action:manipulation;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:600}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}figure{margin:1em 0}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit}optgroup{font-weight:bold}button,input,select{overflow:visible}button,input,select,textarea{margin:0}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}[disabled]{cursor:default}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}*{padding:0;margin:0;list-style:none;border:0;outline:none;box-sizing:border-box}*:before,*:after{box-sizing:border-box}body{background:#F7F7F7;color:var(--base-color);font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;font-size:13px;line-height:21px}h1,h2,h3,h4,h5,h6,.the-subtitle{line-height:1.4;font-weight:600}h1{font-size:41px;font-weight:700}h2{font-size:27px}h3{font-size:23px}h4,.the-subtitle{font-size:17px}h5{font-size:13px}h6{font-size:12px}a{color:var(--base-color);text-decoration:none;transition:0.15s}.brand-title,a:hover{color:var(--brand-color)}img,object,embed{max-width:100%;height:auto}iframe{max-width:100%}p{line-height:1.7}.says,.screen-reader-text,.comment-form-comment label{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.stream-title{margin-bottom:3px;font-size:11px;color:#a5a5a5;display:block}.stream-item{text-align:center;position:relative;z-index:2;margin:20px 0;padding:0}.stream-item iframe{margin:0 auto}.stream-item img{max-width:100%;width:auto;height:auto;margin:0 auto;display:inline-block;vertical-align:middle}.stream-item.stream-item-above-header{margin:0}.stream-item.stream-item-between .post-item-inner{width:100%;display:block}.post-layout-8.is-header-layout-1.has-header-ad .entry-header-outer,body.post-layout-8.has-header-below-ad .entry-header-outer{padding-top:0}.stream-item-top-wrapper ~ .stream-item-below-header,.is-header-layout-1.has-header-ad.post-layout-6 .featured-area,.has-header-below-ad.post-layout-6 .featured-area{margin-top:0}.has-header-below-ad .fullwidth-entry-title.container-wrapper,.is-header-layout-1.has-header-ad .fullwidth-entry-title,.is-header-layout-1.has-header-ad .is-first-section,.has-header-below-ad .is-first-section{padding-top:0;margin-top:0}@media (max-width: 991px){body:not(.is-header-layout-1).has-header-below-ad.has-header-ad .top-nav-below .has-breaking-news{margin-bottom:20px}.has-header-ad .fullwidth-entry-title.container-wrapper,.has-header-ad.has-header-below-ad .stream-item-below-header,.single.has-header-ad:not(.has-header-below-ad) #content,.page.has-header-ad:not(.has-header-below-ad) #content{margin-top:0}.has-header-ad .is-first-section{padding-top:0}.has-header-ad:not(.has-header-below-ad) .buddypress-header-outer{margin-bottom:15px}}.has-full-width-logo .stream-item-top-wrapper,.header-layout-2 .stream-item-top-wrapper{width:100%;max-width:100%;float:none;clear:both}@media (min-width: 992px){.header-layout-2.has-normal-width-logo .stream-item-top-wrapper{margin-top:0}}.header-layout-3.no-stream-item .logo-container{width:100%;float:none}@media (min-width: 992px){.header-layout-3.has-normal-width-logo .stream-item-top img{float:right}}@media (max-width: 991px){.header-layout-3.has-normal-width-logo .stream-item-top{clear:both}}#background-stream-cover{top:0;left:0;z-index:0;overflow:hidden;width:100%;height:100%;position:fixed}@media (max-width: 768px){.hide_banner_header .stream-item-above-header,.hide_banner_top .stream-item-top-wrapper,.hide_banner_below_header .stream-item-below-header,.hide_banner_bottom .stream-item-above-footer,.hide_banner_above .stream-item-above-post,.hide_banner_above_content .stream-item-above-post-content,.hide_banner_below_content .stream-item-below-post-content,.hide_banner_below .stream-item-below-post,.hide_banner_comments .stream-item-below-post-comments,.hide_breaking_news #top