
.bwre-review-form-wrap{width:100%;padding:30px;border:1px solid #e5e5e5;border-radius:12px;background:#fff}
.bwre-review-form{display:grid;gap:18px}
.bwre-field{display:grid;gap:7px}
.bwre-field label{font-weight:600}
.bwre-field label span{color:#c62828}
.bwre-review-form input[type=text],.bwre-review-form input[type=email],.bwre-review-form select,.bwre-review-form textarea{width:100%;min-height:46px;border:1px solid #d9d9d9;border-radius:7px;padding:11px 13px;box-sizing:border-box}
.bwre-review-form textarea{min-height:130px;resize:vertical}

.bwre-stars{display:inline-flex;gap:4px}
.bwre-stars label{position:relative;cursor:pointer}
.bwre-stars input{position:absolute;opacity:0;pointer-events:none}
.bwre-stars span{font-size:30px;line-height:1;color:#6b2e27;opacity:.35;display:block}
.bwre-stars label.is-active span,.bwre-stars label:hover span{opacity:1}

.bwre-submit{width:max-content;border:0;border-radius:7px;padding:12px 22px;cursor:pointer;font-weight:600}
.bwre-submit:disabled{opacity:.6}
.bwre-form-message{display:none;padding:12px 14px;border-radius:7px}
.bwre-form-message.is-success,.bwre-form-message.is-error{display:block}
.bwre-form-message.is-success{background:#ecfdf3;color:#166534}
.bwre-form-message.is-error{background:#fff1f2;color:#9f1239}
.bwre-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

.bwre-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.bwre-review-card{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:24px;min-width:0;height:auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}
.bwre-review-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.bwre-review-name{margin:0;font-size:20px;line-height:1.25;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.bwre-review-stars{white-space:nowrap;color:#6b2e27;font-size:20px;line-height:1;flex:0 0 auto}
.bwre-review-text{font-size:16px;line-height:1.5;position:relative;display:flex;flex-direction:column;align-items:flex-start}
.bwre-review-text-preview{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-height:4.5em!important;width:100%;word-break:normal;overflow-wrap:anywhere}
.bwre-review-text-preview p{margin:0!important}
.bwre-review-text-preview p+p{margin-top:8px!important}
.bwre-review-full{display:none!important;visibility:hidden!important;position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.bwre-read-more{display:none!important;margin-top:8px;padding:0!important;border:0!important;background:none!important;color:inherit;text-decoration:underline!important;font-weight:600;cursor:pointer;font-size:inherit;line-height:1.3}
.bwre-read-more:not([hidden]){display:inline!important}.bwre-read-more[hidden]{display:none!important}

.bwre-slider-shell{position:relative;display:flex;align-items:stretch;width:100%}
.bwre-viewport{min-width:0;width:100%;overflow:hidden}
.bwre-track{display:flex;align-items:stretch;gap:24px;will-change:transform}
.bwre-layout-slider .bwre-track>.bwre-review-card{align-self:stretch}
.bwre-arrow{position:relative;z-index:5;flex:0 0 44px;width:44px;height:44px;margin:0 16px;align-self:center;border:1px solid #ddd;border-radius:50%;background:#fff;color:#333;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;font-size:28px;line-height:1;box-sizing:border-box;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.bwre-pagination{width:100%;display:flex;justify-content:center;align-items:center;gap:8px;margin-top:22px;min-height:12px}
.bwre-pagination .bwre-dot{appearance:none!important;-webkit-appearance:none!important;display:block!important;flex:0 0 auto!important;width:8px!important;min-width:8px!important;max-width:8px!important;height:8px!important;min-height:8px!important;max-height:8px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:#c9c9c9;box-shadow:none!important;cursor:pointer}
.bwre-pagination .bwre-dot.is-active{background:#555}

.bwre-review-modal{display:none;position:fixed;inset:0;z-index:999999;align-items:center;justify-content:center;padding:24px}
.bwre-review-modal.is-open{display:flex}
.bwre-review-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.bwre-review-modal-dialog{position:relative;z-index:1;width:min(720px,100%);max-height:min(80vh,720px);overflow:auto;background:#fff;border-radius:14px;padding:56px 32px 32px;box-sizing:border-box;box-shadow:0 12px 40px rgba(0,0,0,.25)}
.bwre-review-modal-close{position:absolute!important;top:14px!important;right:14px!important;width:34px!important;height:34px!important;min-width:34px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;font-size:24px!important;line-height:34px!important;text-align:center!important;cursor:pointer!important;z-index:3!important}
.bwre-review-modal-name{font-size:22px;font-weight:700;line-height:1.3;padding:0 10px 0 0}
.bwre-review-modal-stars{margin-top:10px;font-size:20px;line-height:1}
.bwre-review-modal-content{margin-top:18px;font-size:16px;line-height:1.7}
.bwre-review-modal-content p{margin:0 0 12px}
.bwre-review-modal-content p:last-child{margin-bottom:0}
body.bwre-modal-open{overflow:hidden}

.bwre-layout-grid .bwre-review-card{height:auto;min-height:0}

@media(max-width:1024px){
 .bwre-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .bwre-arrow{margin-left:10px;margin-right:10px}
}

@media(max-width:767px){
 .bwre-review-form-wrap{padding:20px}
 .bwre-grid{grid-template-columns:1fr}
 .bwre-arrow{flex:0 0 36px;width:36px;height:36px;margin:0 6px;font-size:22px}
 .bwre-review-card{padding:18px;min-height:0}
 .bwre-review-card-head{gap:8px;margin-bottom:10px}
 .bwre-review-name{font-size:18px}
 .bwre-review-stars{font-size:19px}
 .bwre-review-text{font-size:15px;line-height:1.45}
 .bwre-review-text-preview{max-height:4.35em!important}
 .bwre-read-more{margin-top:6px}
 .bwre-pagination{margin-top:16px;gap:7px}
 .bwre-pagination .bwre-dot{width:7px!important;min-width:7px!important;max-width:7px!important;height:7px!important;min-height:7px!important;max-height:7px!important}
 .bwre-review-modal{padding:14px}
 .bwre-review-modal-dialog{padding:54px 18px 22px;max-height:88vh;border-radius:12px}
 .bwre-review-modal-close{top:12px!important;right:12px!important}
 .bwre-review-modal-name{font-size:19px}
 .bwre-review-modal-content{font-size:15px}
}
