.mf-reactions { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin-top: 6px; }
.mf-reactions button, .mf-stars button, .mf-dismiss, .mf-dialog [data-mf-report-close], .mf-pagination button { display: inline-flex; justify-content: center; align-items: center; flex: 0 0 auto; width: 36px; height: 36px; padding: 0; border: 1px solid transparent; border-radius: 4px; background: transparent; color: #567584; cursor: pointer; }
.mf-reactions .material-icons, .mf-dismiss .material-icons, .mf-dialog [data-mf-report-close] .material-icons, .mf-pagination .material-icons { position: static; width: 20px; height: 20px; font-size: 20px; line-height: 20px; }
.mf-dialog-close { flex: 0 0 auto; margin: 0; }
.mf-reactions button:hover, .mf-reactions button[aria-pressed="true"] { background: #e4f4ed; color: #11744e; }
.mf-reactions button[data-mf-reaction="dislike"]:hover, .mf-reactions button[data-mf-reaction="dislike"][aria-pressed="true"] { background: #fff0ed; color: #b5382e; }
.mf-reactions > span { margin-left: 6px; color: #677d87; font-size: 12px; }
.mf-reactions [data-mf-error], .mf-prompt [data-mf-error] { flex-basis: 100%; color: #b5382e; font-size: 12px; }
.mf-prompt { position: relative; display: flex; flex-shrink: 0; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; padding: 12px 50px 12px 16px; border-top: 1px solid #d4e3e9; background: #fff; color: #183d4e; }
.mf-prompt > div:first-child { min-width: 0; flex: 1 1 160px; }
.mf-prompt b { font-size: 14px; }
.mf-prompt p { margin: 3px 0 0; color: #67818e; font-size: 12px; overflow-wrap: anywhere; }
.mf-stars { display: flex; gap: 0; }
.mf-stars button { color: #9c700e; }
.mf-stars .material-icons { position: static; font-size: 26px; line-height: 26px; width: 26px; height: 26px; }
.mf-stars button.is-highlighted { background: #fff5d9; }
.mf-dismiss { position: absolute; right: 8px; top: 8px; }
.mf-received { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 8px; font-size: 12px; color: #456a79; }
.mf-received span { display: inline-flex; gap: 6px; align-items: center; }
.mf-received .material-icons { position: static; font-size: 16px; line-height: 16px; width: 16px; height: 16px; }
.mf-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-bottom: 16px; padding: 16px 0; border-top: 1px solid #cde1ea; border-bottom: 1px solid #cde1ea; color: #183d4e; }
.mf-summary > h2 { font-size: 18px; margin: 0; }
.mf-summary dl { flex: 1 1 450px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; }
.mf-summary dl > div { min-width: 0; padding-left: 16px; border-left: 1px solid #cde1ea; }
.mf-summary dt { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #557683; }
.mf-summary dt .material-icons { font-size: 16px; width: 16px; height: 16px; flex: 0 0 16px; }
.mf-summary dd { font-size: 22px; font-weight: 700; margin: 4px 0 0; }
.mf-summary dd small { display: block; font-size: 11px; font-weight: 400; color: #557683; }
.mf-dialog { box-sizing: border-box; width: min(820px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 48px); margin: auto; padding: 0 20px 20px; border: 1px solid #cde1ea; border-radius: 6px; background: #fff; color: #183d4e; overflow-y: auto; }
.mf-dialog::backdrop { background: rgba(12, 32, 42, .45); }
.mf-dialog > header { position: sticky; top: 0; z-index: 1; display: flex; gap: 12px; justify-content: space-between; align-items: center; padding: 12px 0; background: #fff; border-bottom: 1px solid #d4e3e9; }
.mf-dialog h2 { margin: 0; font-size: 20px; }
.mf-report-total { margin: 14px 0; font-size: 13px; color: #557683; }
.mf-report-list article { padding: 16px 0; border-bottom: 1px solid #d4e3e9; overflow-wrap: anywhere; }
.mf-report-list article > header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; }
.mf-report-list time, .mf-report-list article > small { font-size: 12px; color: #557683; }
.mf-report-list blockquote { margin: 12px 0; padding: 8px 12px; border-left: 3px solid #cde1ea; font-size: 14px; font-style: normal; white-space: pre-wrap; }
.mf-report-list a { color: #006eae; font-size: 12px; }
.mf-pagination { display: flex; justify-content: center; align-items: center; gap: 12px; padding-top: 16px; }
.mf-pagination button { border-color: #cde1ea; }
[data-mf-report-error] { color: #b5382e; }
.mf-dialog button:focus-visible, .mf-reactions button:focus-visible, .mf-prompt button:focus-visible { outline: 2px solid #0085c7; outline-offset: 2px; }
.mf-dialog button:disabled, .mf-reactions button:disabled, .mf-prompt button:disabled { opacity: .5; cursor: default; }
.mf-prompt[hidden], .mf-reactions [hidden], .mf-dialog:not([open]), .mf-dialog [hidden] { display: none !important; }
@media (max-width: 600px) {
    .mf-summary { gap: 12px; }
    .mf-summary dl { flex-basis: 100%; }
    .mf-summary dl > div { padding-left: 8px; }
    .mf-summary dd { font-size: 18px; }
    .mf-summary dt { align-items: flex-start; font-size: 11px; }
    .mf-dialog { padding: 0 12px 12px; }
}
