.product-image-report{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;margin:22px 0 0;padding:18px;border:1px solid #f0d88d;border-radius:16px;background:linear-gradient(135deg,#fffdf4 0%,#fff8df 100%);box-shadow:0 8px 24px rgba(124,88,0,.07)}
.product-image-report__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#fff;color:#c68a00;box-shadow:0 5px 16px rgba(141,99,0,.12);font-size:21px}
.product-image-report__eyebrow{display:block;margin-bottom:3px;color:#9a6900;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.product-image-report h3{margin:0 0 5px;font-size:16px;line-height:1.3;color:#322800}
.product-image-report p{margin:0;color:#5e5534;font-size:13px;line-height:1.55}
.product-image-report__reward{display:flex;align-items:flex-start;gap:7px;margin-top:8px;color:#26734d;font-size:12px;line-height:1.45}
.product-image-report__reward i{margin-top:2px}
.product-image-report__button,.product-image-report-modal__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;background:#176b47;color:#fff;font-weight:750;white-space:nowrap;transition:.2s ease}
.product-image-report__button{padding:11px 14px;font-size:12px}
.product-image-report__button:hover,.product-image-report-modal__submit:hover{background:#105438;transform:translateY(-1px)}
.product-image-report-result{display:flex;align-items:flex-start;gap:10px;margin:18px 0 0;padding:13px 15px;border-radius:12px;font-size:13px;line-height:1.5}
.product-image-report-result.is-success{background:#eaf8f1;color:#176b47;border:1px solid #bde6d0}.product-image-report-result.is-error{background:#fff0f0;color:#a72d2d;border:1px solid #f0c4c4}.product-image-report-result i{margin-top:3px}
.product-image-report-modal[hidden]{display:none!important}.product-image-report-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:18px}.product-image-report-modal__backdrop{position:absolute;inset:0;background:rgba(14,22,18,.68);backdrop-filter:blur(4px)}
.product-image-report-modal__dialog{position:relative;z-index:1;width:min(580px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:26px;border-radius:20px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.25)}
.product-image-report-modal__close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:#f2f4f3;color:#36433d;font-size:18px}
.product-image-report-modal__heading{display:flex;align-items:flex-start;gap:13px;padding-right:34px;margin-bottom:22px}.product-image-report-modal__heading>span{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:14px;background:#eaf8f1;color:#176b47;font-size:20px}.product-image-report-modal__heading small{color:#176b47;font-weight:750}.product-image-report-modal__heading h2{margin:2px 0 3px;font-size:22px;line-height:1.25}.product-image-report-modal__heading p{margin:0;color:#707b75;font-size:13px}
.product-image-report-modal form{display:grid;gap:15px}.product-image-report-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-image-report-modal label{display:grid;gap:7px;color:#303a35;font-size:13px;font-weight:700}.product-image-report-modal label small{color:#7b847f;font-weight:500}.product-image-report-modal input,.product-image-report-modal select,.product-image-report-modal textarea{width:100%;border:1px solid #d8dfdb;border-radius:10px;background:#fff;padding:11px 12px;color:#222;font:inherit;font-weight:500;outline:none}.product-image-report-modal input:focus,.product-image-report-modal select:focus,.product-image-report-modal textarea:focus{border-color:#2c8c64;box-shadow:0 0 0 3px rgba(44,140,100,.12)}.product-image-report-modal textarea{resize:vertical;min-height:96px}.product-image-report-modal__account{margin:0;padding:11px 13px;border-radius:10px;background:#eef8f3;color:#176b47;font-size:13px}.product-image-report-modal__privacy{margin:0;color:#7b847f;font-size:11px;line-height:1.5}.product-image-report-modal__submit{min-height:46px;padding:12px 18px;font-size:14px}.product-image-report-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
body.product-image-report-open{overflow:hidden}
@media(max-width:767px){.product-image-report{grid-template-columns:auto 1fr;padding:15px;gap:12px}.product-image-report__icon{width:42px;height:42px}.product-image-report__button{grid-column:1/-1;width:100%;min-height:43px}.product-image-report h3{font-size:15px}.product-image-report p{font-size:12px}.product-image-report-modal{padding:0;align-items:end}.product-image-report-modal__dialog{width:100%;max-height:92vh;border-radius:20px 20px 0 0;padding:22px 18px calc(20px + env(safe-area-inset-bottom))}.product-image-report-fields{grid-template-columns:1fr}.product-image-report-modal__heading h2{font-size:19px}}
