.wpp-mrc {
    --mrc-background: #f7f9fc;
    --mrc-text: #182334;
    --mrc-muted: #536176;
    --mrc-accent: #2563eb;
    --mrc-border: #dce3ed;
    --mrc-star: #b66e00;
    box-sizing: border-box;
    display: grid;
    gap: 24px;
    width: 100%;
    margin: 28px 0;
    padding: 26px;
    border: 1px solid var(--mrc-border);
    border-top: 5px solid var(--mrc-accent);
    border-radius: 10px;
    background: var(--mrc-background);
    color: var(--mrc-text);
    font-family: inherit;
    text-align: left;
    line-height: 1.55;
    box-shadow: 0 4px 16px rgb(20 38 66 / 6%);
    overflow-wrap: anywhere;
}
.wpp-mrc *, .wpp-mrc *::before, .wpp-mrc *::after { box-sizing: border-box; }
.wpp-mrc.wpp-mrc--with-poster { grid-template-columns: 150px minmax(0, 1fr); }
.wpp-mrc .wpp-mrc__body { min-width: 0; }
.wpp-mrc .wpp-mrc__poster {
    display: block;
    width: 100%;
    height: auto;
    max-width: 150px;
    margin: 0;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
}
.wpp-mrc .wpp-mrc__title {
    margin: 0 0 16px;
    padding: 0;
    color: var(--mrc-text);
    font-family: inherit;
    font-size: 26px;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-transform: none;
}
.wpp-mrc .wpp-mrc__year { color: var(--mrc-muted); font-size: 0.76em; font-weight: 400; white-space: nowrap; }
.wpp-mrc .wpp-mrc__rating { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 18px; }
.wpp-mrc .wpp-mrc__number { display: flex; align-items: baseline; gap: 3px; color: var(--mrc-text); white-space: nowrap; line-height: 1; }
.wpp-mrc .wpp-mrc__number strong { font-size: 44px; font-weight: 800; }
.wpp-mrc .wpp-mrc__number > span:not(.wpp-mrc__sr-only) { color: var(--mrc-muted); font-size: 20px; }
.wpp-mrc .wpp-mrc__stars { display: flex; gap: 3px; margin-bottom: 4px; }
.wpp-mrc .wpp-mrc__star { position: relative; display: inline-block; color: #ccd4df; font-family: Arial, sans-serif; font-size: 24px; line-height: 1; }
.wpp-mrc .wpp-mrc__star > span { position: absolute; left: 0; top: 0; width: 0; overflow: hidden; color: var(--mrc-star); }
.wpp-mrc .wpp-mrc__star--full > span { width: 100%; }
.wpp-mrc .wpp-mrc__star--half > span { width: 50%; }
.wpp-mrc .wpp-mrc__label { color: var(--mrc-muted); font-size: 12px; font-weight: 650; line-height: 1.4; }
.wpp-mrc .wpp-mrc__verdict { padding-top: 14px; border-top: 1px solid var(--mrc-border); }
.wpp-mrc p.wpp-mrc__verdict-label { margin: 0 0 6px; padding: 0; color: var(--mrc-muted); font-size: 12px; font-weight: 750; letter-spacing: 0.06em; text-transform: uppercase; }
.wpp-mrc p.wpp-mrc__summary { margin: 0; padding: 0; color: var(--mrc-text); font-size: 16px; line-height: 1.65; white-space: pre-line; }
.wpp-mrc .wpp-mrc__sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.wpp-mrc .wpp-mrc__facts { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 0 0 18px; padding: 0; }
.wpp-mrc .wpp-mrc__facts > div { min-width: 0; flex: 1 1 140px; }
.wpp-mrc .wpp-mrc__facts dt { color: var(--mrc-muted); font-size: 12px; font-weight: 650; margin: 0 0 2px; }
.wpp-mrc .wpp-mrc__facts dd { color: var(--mrc-text); font-size: 14px; margin: 0; }
.wpp-mrc .wpp-mrc__credits { margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--mrc-border); color: var(--mrc-muted); font-size: 11px; line-height: 1.6; }
.wpp-mrc .wpp-mrc__credits a { display: inline-flex; align-items: center; gap: 8px; color: var(--mrc-muted); font-size: 12px; text-decoration: none; }
.wpp-mrc .wpp-mrc__credits img { display: inline-block; width: 70px; height: auto; margin: 0; box-shadow: none; border: 0; border-radius: 0; }
.wpp-mrc .wpp-mrc__credits > span { display: block; margin-top: 3px; }
@media (max-width: 600px) {
    .wpp-mrc { padding: 20px; gap: 18px; }
    .wpp-mrc.wpp-mrc--with-poster { grid-template-columns: 110px minmax(0, 1fr); }
    .wpp-mrc .wpp-mrc__title { font-size: 23px; }
}
@media (max-width: 480px) {
    .wpp-mrc.wpp-mrc--with-poster { grid-template-columns: minmax(0, 1fr); }
    .wpp-mrc .wpp-mrc__poster { width: 96px; }
    .wpp-mrc .wpp-mrc__number strong { font-size: 40px; }
}
