.mk-reviews-wrap{margin:40px 0 20px}
.mk-reviews-header{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:24px}
.mk-reviews-title{margin:0;font-size:34px;line-height:1.1;font-weight:700;color:#1a1a1a}
.mk-reviews-meta{display:flex;gap:8px;align-items:baseline;margin-top:8px}
.mk-reviews-meta strong{font-size:24px;font-weight:700;color:#111}
.mk-reviews-meta span{font-size:14px;color:#666}
.mk-open-review-modal{background:#e10600;border:none;color:#fff;padding:13px 26px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;line-height:1;box-shadow:none}
.mk-open-review-modal:hover,.mk-open-review-modal:focus{opacity:.95;box-shadow:none;outline:none}
.mk-no-reviews{padding:8px 0 0;color:#444;font-size:18px}
.mk-review-list{list-style:none;margin:0;padding:0}
.mk-review-list .comment{margin:0;padding:0;border:none}
.mk-review-list .comment_container{display:grid;grid-template-columns:56px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid #ececec}
.mk-review-list img.avatar{width:44px!important;height:44px!important;border-radius:999px;background:#efe5cc;object-fit:cover}
.mk-review-list .meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:8px!important}
.mk-review-list .woocommerce-review__author{font-weight:700;color:#111}
.mk-review-list .woocommerce-review__published-date{font-size:14px;color:#888}
.mk-review-list .star-rating{float:none!important;margin:0 0 8px!important}
.mk-review-list .description p{margin:0 0 10px;line-height:1.55}

.mk-review-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:999999;display:none;align-items:center;justify-content:center;padding:50px 10px}
.mk-review-modal-overlay.is-open{display:flex}
.mk-review-modal-shell{width:min(100%,760px);max-height:calc(100vh - 100px);overflow:auto;margin:0 auto}
.mk-review-modal-inner{position:relative;background:#fff;border-radius:10px;padding:50px 10px;box-shadow:0 20px 70px rgba(0,0,0,.24)}
.mk-review-form{padding:0 10px}
body.mk-review-modal-open{overflow:hidden}
.mk-review-modal-close{position:absolute;right:10px;top:10px;border:none!important;background:transparent!important;font-size:34px;line-height:1;cursor:pointer;color:#222;z-index:30;padding:0 2px;margin:0;box-shadow:none!important;outline:none!important;border-radius:0!important}
.mk-review-modal-close:hover,.mk-review-modal-close:focus{background:transparent!important;color:#222;box-shadow:none!important;outline:none!important;transform:none!important}
.mk-review-modal-header{text-align:center;margin-bottom:18px;padding:0 34px}
.mk-review-modal-title{margin:0 0 8px;font-size:24px;line-height:1.2;font-weight:700;color:#222}
.mk-review-modal-subtitle{margin:0;color:#666;font-size:16px}
.mk-review-modal-product{text-align:center;max-width:480px;margin:0 auto 22px}
.mk-review-modal-product-thumb img{width:190px;height:190px;object-fit:cover;border-radius:8px;display:block;margin:0 auto 16px}
.mk-review-modal-product-name{font-size:20px;font-weight:700;line-height:1.35;color:#333;padding:0 20px}

.mk-review-step{display:none}
.mk-review-step.is-active{display:block}

.mk-review-stars-wrap{max-width:440px;margin:0 auto 22px;text-align:center}
.mk-review-stars-label{font-size:14px;font-weight:600;color:#222;margin-bottom:10px}
.mk-review-stars{display:flex;justify-content:center;gap:10px;direction:ltr}
.mk-rating-input{position:absolute;opacity:0;pointer-events:none}
.mk-star-label{display:inline-flex;cursor:pointer;line-height:1;background:transparent!important;border:none!important;box-shadow:none!important;padding:0;margin:0}
.mk-star-label svg{display:block;width:52px;height:52px;fill:#fff;stroke:#f0b400;stroke-width:1.6;transition:fill .15s ease, transform .15s ease}
.mk-star-label:hover svg{fill:#f0b400}
.mk-star-label.is-active svg{fill:#f0b400}
.mk-star-label:hover,
.mk-star-label:hover ~ .mk-rating-input + .mk-star-label svg,
.mk-review-stars.is-hovering .mk-star-label svg,
.mk-star-label:focus{background:transparent!important;box-shadow:none!important;outline:none!important}
.mk-review-stars-help{display:flex;justify-content:space-between;font-size:13px;color:#666;margin-top:6px}
.mk-review-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.mk-review-field{margin-bottom:14px}
.mk-review-field label{display:block;font-size:14px;font-weight:600;color:#222;margin-bottom:6px}
.mk-review-field input,.mk-review-field textarea{width:100%;border:1px solid #d9d9d9;border-radius:8px;padding:12px 14px;font-size:15px;box-sizing:border-box;background:#fff}
.mk-review-field textarea{min-height:160px;resize:vertical}
.mk-review-actions{display:flex;justify-content:center;gap:12px;margin-top:8px;padding-bottom:22px}
.mk-review-actions-step1{padding-bottom:10px}
.mk-review-next,.mk-review-submit,.mk-review-back{border:none!important;border-radius:8px!important;padding:14px 24px!important;font-size:16px!important;font-weight:700!important;cursor:pointer;box-shadow:none!important}
.mk-review-next,.mk-review-submit{background:#e10600!important;color:#fff!important;min-width:220px}
.mk-review-back{background:#f3f3f3!important;color:#222!important}
.mk-review-next:hover,.mk-review-next:focus,.mk-review-submit:hover,.mk-review-submit:focus,.mk-review-back:hover,.mk-review-back:focus{box-shadow:none!important;outline:none!important}
.mk-review-submit.is-loading,.mk-review-submit:disabled{opacity:.8;cursor:wait}
.mk-review-error{font-size:13px;color:#c60000;margin-top:10px}
.mk-review-selected-rating-text{font-weight:600;color:#444}

@media (max-width: 767px){
  .mk-reviews-wrap{margin:28px 0 12px}
  .mk-review-notice{margin:0 0 16px;padding:12px 14px;border-radius:8px;font-size:14px;line-height:1.45}
  .mk-reviews-title{font-size:24px}
  .mk-reviews-header{gap:12px;align-items:flex-start}
  .mk-open-review-modal{padding:12px 18px;font-size:15px}
  .mk-no-reviews{font-size:16px}
  .mk-review-list .comment_container{grid-template-columns:1fr;gap:12px;padding:16px 0}
  .mk-review-modal-overlay{padding:50px 10px}
  .mk-review-modal-shell{max-height:calc(100vh - 100px);margin:0 auto}
  .mk-review-modal-inner{padding:50px 10px}
  .mk-review-modal-close{right:10px;top:10px;font-size:30px}
  .mk-review-modal-header{padding:0 34px 0 10px;margin-bottom:14px}
  .mk-review-modal-title{font-size:18px}
  .mk-review-modal-subtitle{font-size:13px}
  .mk-review-modal-product{margin:0 auto 16px;max-width:100%}
  .mk-review-modal-product-thumb img{width:150px;height:150px;margin-bottom:12px}
  .mk-review-modal-product-name{font-size:15px;line-height:1.3;padding:0 14px}
  .mk-review-stars-wrap{margin-bottom:16px}
  .mk-star-label svg{width:40px;height:40px}
  .mk-review-stars{gap:4px}
  .mk-review-stars-help{font-size:12px}
  .mk-review-row{grid-template-columns:1fr;gap:0}
  .mk-review-field{margin-bottom:12px}
  .mk-review-field textarea{min-height:120px}
  .mk-review-actions{position:static;background:#fff;padding-top:10px;padding-bottom:24px;margin-bottom:4px;flex-direction:column}
  .mk-review-next,.mk-review-submit,.mk-review-back{width:100%;min-width:0}
}

.mk-review-notice{margin:0 0 18px;padding:14px 16px;border-radius:10px;font-size:14px;line-height:1.5}
.mk-review-notice--success{background:#eef8f0;color:#1f5e2d;border:1px solid #cfe8d4}
.mk-review-notice--pending{background:#fff7e8;color:#7a5a16;border:1px solid #f1ddb0}
