.mzh-problem-report { margin-top: 24px; text-align: center; }
.mzh-problem-report__open {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; border: 1px solid #c7ccd3; color: #3f485a;
    font: 500 13px/1 Poppins, Arial, sans-serif; padding: 8px 14px; border-radius: 4px;
    cursor: pointer; transition: all .15s;
}
.mzh-problem-report__open:hover { border-color: #e17f38; color: #e17f38; }
.mzh-problem-report__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 18px; height: 18px; border-radius: 50%; background: #e17f38; color: #fff;
    font-weight: 700; font-size: 12px;
}
.mzh-problem-report__modal { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; }
.mzh-problem-report__modal[hidden] { display: none; }
.mzh-problem-report__backdrop { position: absolute; inset: 0; background: rgba(34,55,74,.55); }
.mzh-problem-report__panel {
    position: relative; background: #fff; border-radius: 8px; padding: 24px 28px;
    width: 90%; max-width: 480px; box-shadow: 0 10px 40px rgba(0,0,0,.2); font-family: Poppins, Arial, sans-serif;
}
.mzh-problem-report__panel h3 { margin: 0 0 8px; color: #22374a; }
.mzh-problem-report__panel textarea { width: 100%; min-height: 120px; padding: 10px; border: 1px solid #c7ccd3; border-radius: 4px; font: inherit; }
.mzh-problem-report__close { position: absolute; top: 8px; right: 12px; background: none; border: 0; font-size: 24px; line-height: 1; cursor: pointer; color: #6b7280; }
.mzh-problem-report__status { min-height: 20px; margin: 8px 0; color: #22374a; font-size: 13px; }
.mzh-problem-report__actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 12px; }
.mzh-problem-report__cancel { background: transparent; border: 1px solid #c7ccd3; padding: 8px 14px; border-radius: 4px; cursor: pointer; }
.mzh-problem-report__submit { background: #e17f38; color: #fff; border: 0; padding: 8px 18px; border-radius: 4px; cursor: pointer; font-weight: 600; }
