.azur-reviews-widget{
    --azur-reviews-primary:#18205e;
    --azur-reviews-accent:#f28c28;
    --azur-reviews-star:var(--azur-reviews-accent);
    --azur-reviews-ink:#162033;
    --azur-reviews-muted:#64748b;
    --azur-reviews-line:#dfe6ef;
    --azur-reviews-soft:#f7f9fc;
    display:grid;
    gap:28px;
    font-family:var(--azur-reviews-font,inherit);
    color:var(--azur-reviews-ink)
}
.azur-reviews-widget *{box-sizing:border-box}
.azur-reviews-header{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;padding:0 0 24px;border-bottom:1px solid var(--azur-reviews-line)}
.azur-reviews-heading{max-width:680px}
.azur-reviews-widget .azur-reviews-eyebrow{display:block;margin:0 0 8px;color:var(--azur-reviews-eyebrow-color,var(--azur-reviews-accent))!important;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.azur-reviews-widget .azur-reviews-title{margin:0;color:var(--azur-reviews-title-color,var(--azur-reviews-primary))!important;font-size:34px;font-weight:900;line-height:1.08;letter-spacing:-.025em}
.azur-reviews-subtitle{max-width:620px;margin:10px 0 0;color:var(--azur-reviews-muted);font-size:15px;line-height:1.65}
.azur-reviews-summary{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:end;gap:5px 12px;min-width:205px;padding:18px 20px;border:1px solid var(--azur-reviews-line);background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.055)}
.azur-reviews-summary>strong{grid-row:1/3;color:var(--azur-reviews-primary);font-size:46px;font-weight:950;line-height:1}
.azur-reviews-summary .azur-review-stars{font-size:19px}
.azur-reviews-summary>span{color:var(--azur-reviews-muted);font-size:12px;font-weight:800}
.azur-review-stars{display:inline-flex;color:var(--azur-reviews-star,var(--azur-reviews-accent))!important;font-size:17px;letter-spacing:.035em;white-space:nowrap}
.azur-reviews-distribution{display:grid;gap:10px;padding:22px 24px;border:1px solid var(--azur-reviews-line);background:var(--azur-reviews-soft)}
.azur-reviews-distribution__row{display:grid;grid-template-columns:58px minmax(120px,1fr) 28px;align-items:center;gap:12px;color:var(--azur-reviews-muted);font-size:12px;font-weight:800}
.azur-reviews-distribution__row>strong{color:var(--azur-reviews-ink);text-align:right}
.azur-reviews-distribution__track{height:8px;overflow:hidden;background:#e5eaf1}
.azur-reviews-widget .azur-reviews-distribution__track>span{display:block;height:100%;background:var(--azur-reviews-distribution-fill, #22a06b)!important;transition:width .35s ease}
.azur-reviews-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:2px}
.azur-reviews-toolbar__count{color:var(--azur-reviews-primary);font-size:14px;font-weight:900}
.azur-reviews-sort{display:flex;align-items:center;gap:10px;color:var(--azur-reviews-muted);font-size:12px;font-weight:800}
.azur-reviews-sort select{min-width:170px;height:42px;padding:0 38px 0 12px;border:1px solid #cbd5e1;border-radius:0;background-color:#fff;color:var(--azur-reviews-ink);font:inherit;box-shadow:none}
.azur-reviews-list{display:grid;gap:16px}
.azur-reviews-list[aria-busy="true"]{opacity:.58;pointer-events:none}
.azur-review-card{position:relative;padding:24px;border:1px solid #e6ebf2;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.azur-review-card:hover{transform:translateY(-2px);border-color:#cfd8e5;box-shadow:0 18px 42px rgba(15,23,42,.075)}
.azur-review-card__identity{display:flex;align-items:center;gap:14px}
.azur-review-card__avatar{flex:0 0 52px;width:52px;height:52px;overflow:hidden;border:1px solid var(--azur-reviews-line);background:var(--azur-reviews-soft)}
.azur-review-card__avatar img{display:block;width:100%;height:100%;object-fit:cover}
.azur-review-card__avatar .azur-review-card__avatar-frame{display:block;width:100%;max-width:none;height:100%;aspect-ratio:1/1}
.azur-review-card__person{min-width:0;flex:1}
.azur-review-card__name-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.azur-review-card__name-row strong{color:var(--azur-reviews-primary);font-size:15px;font-weight:900}
.azur-review-verified{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border:1px solid #aad5c4;background:#edf8f3;color:#146348;font-size:9px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;line-height:1}
.azur-review-card__rating{display:flex;align-items:center;gap:8px;margin-top:5px}
.azur-review-card__rating>span:last-child{color:var(--azur-reviews-muted);font-size:11px;font-weight:800}
.azur-review-card__identity>time{align-self:flex-start;color:#8a98aa;font-size:11px;font-weight:800;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}
.azur-review-card__content{margin:18px 0 0;color:#475569;font-size:14px;line-height:1.75}
.azur-review-card__content p{margin:0}
.azur-review-card__edit{display:inline-flex;margin-top:16px;color:var(--azur-reviews-primary);font-size:12px;font-weight:900;text-decoration:underline;text-underline-offset:3px}
.azur-reviews-empty,.azur-reviews-notice{padding:22px;border:1px solid var(--azur-reviews-line);background:var(--azur-reviews-soft);color:var(--azur-reviews-muted);font-size:14px;font-weight:750;line-height:1.6}
.azur-reviews-load-more-wrap{display:flex;align-items:center;justify-content:center;gap:14px}
.azur-reviews-load-more,.azur-review-submit{min-height:46px;padding:0 24px;border:1px solid var(--azur-reviews-primary);border-radius:0;background:var(--azur-reviews-primary);color:#fff;font-size:12px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background .18s ease}
.azur-reviews-load-more:hover,.azur-review-submit:hover{transform:translateY(-1px)}
.azur-reviews-load-more:disabled,.azur-review-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}
.azur-reviews-load-status{color:var(--azur-reviews-muted);font-size:12px;font-weight:750}
.azur-review-form-card{padding:28px;border:1px solid #d8e1ec;background:var(--azur-reviews-soft)}
.azur-review-form-card__head{margin-bottom:20px}
.azur-review-form-card__head>span{display:block;margin-bottom:6px;color:var(--azur-reviews-accent);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.azur-review-form-card h4{margin:0;color:var(--azur-reviews-primary);font-size:24px;font-weight:900;letter-spacing:-.015em}
.azur-review-form{display:grid;gap:18px}
.azur-review-rating-fieldset{min-width:0;margin:0;padding:0;border:0}
.azur-review-rating-fieldset legend,.azur-review-form label>span{display:block;margin-bottom:8px;color:#334155;font-size:12px;font-weight:900}
.azur-review-rating-control{display:inline-flex;gap:5px;padding:4px 0}
.azur-review-rating-control button{width:34px;height:38px;padding:0;border:0;border-radius:0;background:transparent;color:#cbd5e1;font-size:31px;line-height:1;cursor:pointer}
.azur-review-rating-control button.is-active{color:var(--azur-reviews-star,var(--azur-reviews-accent))!important}
.azur-review-rating-control button:focus-visible{outline:2px solid var(--azur-reviews-primary);outline-offset:2px}
.azur-review-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.azur-review-form label{display:block;color:#334155}
.azur-review-form input,.azur-review-form textarea{display:block;width:100%;padding:13px 14px;border:1px solid #cbd5e1;border-radius:0;background:#fff;color:#0f172a;font:inherit;line-height:1.5;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease}
.azur-review-form input:focus,.azur-review-form textarea:focus,.azur-reviews-sort select:focus{border-color:var(--azur-reviews-primary);outline:0;box-shadow:0 0 0 3px rgba(24,32,94,.1)}
.azur-review-form input[readonly]{background:#edf1f6;color:#64748b}
.azur-review-form__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}
.azur-review-form__bottom small{max-width:560px;color:var(--azur-reviews-muted);font-size:12px;font-weight:700;line-height:1.55}
.azur-review-form__message{min-height:20px;font-size:13px;font-weight:850}
.azur-review-form__message.is-success{color:#047857}
.azur-review-form__message.is-error{color:#b42318}
.azur-review-form-state{display:flex;align-items:flex-start;gap:12px;padding:18px;border:1px solid var(--azur-reviews-line);background:#fff;color:var(--azur-reviews-muted)}
.azur-review-form-state>span{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border:1px solid #bdc8d7;color:var(--azur-reviews-primary);font-size:12px;font-weight:900}
.azur-review-form-state p{margin:1px 0 0;font-size:13px;font-weight:750;line-height:1.55}
@media (max-width:760px){
    .azur-reviews-widget{gap:22px}
    .azur-reviews-header{display:grid;gap:18px}
    .azur-reviews-summary{justify-content:start;min-width:0;width:100%}
    .azur-reviews-title{font-size:29px}
    .azur-reviews-toolbar{align-items:flex-start;flex-direction:column}
    .azur-reviews-sort{width:100%;justify-content:space-between}
    .azur-reviews-sort select{flex:1;max-width:230px}
    .azur-review-card{padding:20px}
    .azur-review-card__identity{align-items:flex-start;flex-wrap:wrap}
    .azur-review-card__identity>time{width:100%;padding-left:66px}
    .azur-review-form-card{padding:22px}
    .azur-review-form__grid{grid-template-columns:1fr}
    .azur-review-form__bottom{align-items:stretch;flex-direction:column}
    .azur-review-submit{width:100%}
}
@media (max-width:480px){
    .azur-reviews-title{font-size:26px}
    .azur-reviews-distribution{padding:18px}
    .azur-reviews-distribution__row{grid-template-columns:50px minmax(80px,1fr) 24px;gap:8px}
    .azur-review-card__avatar{flex-basis:44px;width:44px;height:44px}
    .azur-review-card__identity>time{padding-left:58px}
    .azur-review-rating-control button{width:31px;font-size:28px}
}
@media (prefers-reduced-motion:reduce){
    .azur-review-card,.azur-reviews-load-more,.azur-review-submit,.azur-reviews-distribution__track>span{transition:none}
}
.azur-review-owner-response{margin-top:20px;padding:18px 20px;border-left:3px solid var(--azur-reviews-accent);background:#f8fafc;color:#475569}
.azur-review-owner-response.is-pending{border-left-color:#d97706;background:#fff8eb}
.azur-review-owner-response__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}
.azur-review-owner-response__head strong{color:var(--azur-reviews-primary);font-size:12px;font-weight:900;letter-spacing:.035em;text-transform:uppercase}
.azur-review-owner-response__head span{padding:4px 7px;border:1px solid #f0c879;background:#fff4d7;color:#8a5700;font-size:9px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}
.azur-review-owner-response__content{font-size:13px;line-height:1.7}
.azur-review-owner-response__content p{margin:0}
.azur-review-owner-response time{display:block;margin-top:10px;color:#8794a5;font-size:10px;font-weight:800;text-transform:uppercase}
.azur-review-owner-response-form{display:grid;gap:12px;margin-top:18px;padding:18px;border:1px solid #d8e1ec;background:#f8fafc}
.azur-review-owner-response-form label>span{display:block;margin-bottom:8px;color:var(--azur-reviews-primary);font-size:12px;font-weight:900}
.azur-review-owner-response-form textarea{display:block;width:100%;padding:12px 13px;border:1px solid #cbd5e1;border-radius:0;background:#fff;color:#0f172a;font:inherit;line-height:1.55;box-shadow:none}
.azur-review-owner-response-form textarea:focus{border-color:var(--azur-reviews-primary);outline:0;box-shadow:0 0 0 3px rgba(24,32,94,.1)}
.azur-review-owner-response-form__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px}
.azur-review-owner-response-form__bottom small{color:var(--azur-reviews-muted);font-size:11px;font-weight:700;line-height:1.45}
.azur-review-owner-response-submit{min-height:42px;padding:0 18px;border:1px solid var(--azur-reviews-primary);border-radius:0;background:var(--azur-reviews-primary);color:#fff;font-size:11px;font-weight:900;letter-spacing:.045em;text-transform:uppercase;cursor:pointer}
.azur-review-owner-response-submit:disabled{opacity:.55;cursor:not-allowed}
.azur-review-owner-response-form__message{min-height:18px;font-size:12px;font-weight:850}
.azur-review-owner-response-form__message.is-success{color:#047857}
.azur-review-owner-response-form__message.is-error{color:#b42318}
@media (max-width:760px){
    .azur-review-owner-response-form__bottom{align-items:stretch;flex-direction:column}
    .azur-review-owner-response-submit{width:100%}
}
@media (prefers-reduced-motion:reduce){.azur-review-owner-response-submit{transition:none}}

/* Elementor editor-only template resolution warning. */
.azur-reviews-template-mismatch {
    display: grid;
    gap: 6px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid #e8a317;
    background: #fff8e6;
    color: #3f2d05;
    font: 600 13px/1.45 Arial, sans-serif;
}
.azur-reviews-template-mismatch strong {
    font-size: 14px;
}
.azur-reviews-template-mismatch a {
    width: max-content;
    color: #18205e;
    font-weight: 800;
    text-decoration: underline;
}
