:root {
    --mmtv-lime: #d5ff00;
    --mmtv-ink: #11161c;
    --mmtv-ink-soft: #1a222a;
    --mmtv-muted: #66717c;
    --mmtv-line: #dde2e5;
    --mmtv-paper: #ffffff;
    --mmtv-soft: #f5f6f2;
}

body.upsl-midwest-central .td-main-content-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.upsl-midwest-central .td-main-content-wrap > .td-container,
body.upsl-midwest-central .td-main-content-wrap .td-pb-row,
body.upsl-midwest-central .td-main-content-wrap .td-pb-span8,
body.upsl-midwest-central .td-main-content-wrap .td-ss-main-content,
body.upsl-midwest-central .td-main-content-wrap .td-page-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.upsl-midwest-central .td-main-content-wrap .td-ss-main-sidebar,
body.upsl-midwest-central .td-main-content-wrap .td-page-header {
    display: none !important;
}

.mmtv-upsl {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--mmtv-paper);
    color: var(--mmtv-ink);
    font-family: inherit;
}

.mmtv-upsl * { box-sizing: border-box; }
.mmtv-upsl a { color: inherit; text-decoration: none; }

.mmtv-upsl__hero {
    position: relative;
    background: linear-gradient(105deg, #fff 0 68%, #f7ffd3 100%);
    border-top: 8px solid var(--mmtv-lime);
    border-bottom: 1px solid var(--mmtv-line);
}

.mmtv-upsl__hero-inner,
.mmtv-upsl__shell {
    width: min(1480px, calc(100% - 64px));
    margin: 0 auto;
}

.mmtv-upsl__hero-inner { padding: 32px 0 0; }
.mmtv-upsl__hero-brand { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.mmtv-upsl__eyebrow,
.mmtv-upsl__kicker,
.mmtv-upsl__meta {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.mmtv-upsl__hero-brand > a { display: flex; align-items: center; gap: 12px; color: var(--mmtv-muted); font-size: 11px; font-weight: 800; }
.mmtv-upsl__hero-brand img { width: 42px; height: 42px; object-fit: contain; }
.mmtv-upsl__hero-grid { margin-top: 34px; }

.mmtv-upsl__hero h1 {
    max-width: 1050px;
    margin: 0;
    font-size: clamp(60px, 8vw, 116px);
    line-height: .82;
    letter-spacing: -.07em;
    font-weight: 900;
}

.mmtv-upsl__hero h1 span { display: block; margin-top: 11px; font-size: .53em; letter-spacing: -.045em; }
.mmtv-upsl__hero p { max-width: 760px; margin: 23px 0 0; color: #46515a; font-size: clamp(17px, 1.75vw, 24px); line-height: 1.36; font-weight: 620; }

.mmtv-upsl__hero-status { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-top: 1px solid var(--mmtv-line); }
.mmtv-upsl__hero-status > span { display: flex; flex-direction: column; gap: 5px; min-width: 0; padding: 17px 24px 19px; border-left: 1px solid var(--mmtv-line); }
.mmtv-upsl__hero-status > span:first-child { padding-left: 0; border-left: 0; }

.mmtv-upsl__hero-status small,
.mmtv-upsl__pulse small { color: var(--mmtv-muted); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.mmtv-upsl__hero-status strong { overflow: hidden; font-size: 13px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }

.mmtv-upsl__shell { padding: 38px 0 90px; }
.mmtv-upsl__pulse { display: grid; grid-template-columns: 1.45fr 1.25fr .45fr .55fr 1fr; align-items: stretch; overflow: hidden; margin-bottom: 62px; background: var(--mmtv-soft); border: 1px solid var(--mmtv-line); border-radius: 16px; }
.mmtv-upsl__pulse > div { display: flex; flex-direction: column; justify-content: center; gap: 7px; min-width: 0; padding: 20px 22px; border-left: 1px solid var(--mmtv-line); }
.mmtv-upsl__pulse > div:first-child { border-left: 0; }
.mmtv-upsl__pulse-title { background: var(--mmtv-lime); }
.mmtv-upsl__pulse-title span { font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.mmtv-upsl__pulse strong { overflow: hidden; font-size: 15px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }

.mmtv-upsl__section { padding: 0 0 66px; }
.mmtv-upsl__section + .mmtv-upsl__section { padding-top: 58px; border-top: 1px solid var(--mmtv-line); }
.mmtv-upsl__section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 28px; }
.mmtv-upsl__section-head h2,
.mmtv-upsl__about h2 { margin: 9px 0 0; font-size: clamp(38px, 4.6vw, 67px); line-height: .95; letter-spacing: -.055em; font-weight: 900; }
.mmtv-upsl__section-head > a { padding: 0 0 6px; border-bottom: 3px solid var(--mmtv-lime); font-size: 13px; font-weight: 850; white-space: nowrap; }
.mmtv-upsl__section-head > p { margin: 0; color: var(--mmtv-muted); font-size: 12px; font-weight: 700; }
.mmtv-upsl__kicker,
.mmtv-upsl__meta { color: #465400; }

.mmtv-upsl__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mmtv-upsl__cards.is-double { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mmtv-upsl__cards.is-single { display: block; }
.mmtv-upsl__card { overflow: hidden; background: #fff; border: 1px solid var(--mmtv-line); border-radius: 17px; transition: transform .2s ease, box-shadow .2s ease; }
.mmtv-upsl__card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(17,22,28,.08); }
.mmtv-upsl__cards.is-single .mmtv-upsl__card { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr); min-height: 390px; }
.mmtv-upsl__card-media { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: var(--mmtv-ink-soft); }
.mmtv-upsl__cards.is-single .mmtv-upsl__card-media { min-height: 390px; aspect-ratio: auto; }
.mmtv-upsl__card-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.mmtv-upsl__card:hover img { transform: scale(1.02); }
.mmtv-upsl__placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: var(--mmtv-lime); font-size: 44px; font-weight: 900; }
.mmtv-upsl__card-body { padding: 24px 24px 26px; }
.mmtv-upsl__cards.is-single .mmtv-upsl__card-body { display: flex; flex-direction: column; justify-content: center; padding: 40px; }
.mmtv-upsl__card h3 { margin: 11px 0 12px; font-size: clamp(21px, 1.9vw, 29px); line-height: 1.04; letter-spacing: -.035em; font-weight: 850; }
.mmtv-upsl__cards.is-single .mmtv-upsl__card h3 { font-size: clamp(30px, 3.3vw, 48px); }
.mmtv-upsl__card p { margin: 0 0 19px; color: var(--mmtv-muted); font-size: 14px; line-height: 1.55; }
.mmtv-upsl__cards.is-single .mmtv-upsl__card p { font-size: 16px; }
.mmtv-upsl__read { align-self: flex-start; padding-bottom: 4px; border-bottom: 3px solid var(--mmtv-lime); font-size: 12px; font-weight: 850; }
.mmtv-upsl__empty { padding: 40px; background: var(--mmtv-soft); border: 1px dashed #bcc4ca; border-radius: 16px; text-align: center; font-size: 17px; font-weight: 750; }

.mmtv-upsl__table-wrap { overflow: auto; background: #fff; border: 1px solid #cfd5d9; border-radius: 17px; box-shadow: 0 12px 34px rgba(17,22,28,.045); }
.mmtv-upsl table { width: 100%; min-width: 780px; margin: 0; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.mmtv-upsl th,
.mmtv-upsl td { padding: 14px 15px; border-bottom: 1px solid #e5e8ea; text-align: center; font-size: 14px; }
.mmtv-upsl thead th { background: var(--mmtv-ink-soft); color: #fff; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.mmtv-upsl thead th:nth-child(2),
.mmtv-upsl tbody th { text-align: left; }
.mmtv-upsl tbody th { font-size: 15px; font-weight: 800; }
.mmtv-upsl tbody tr:last-child th,
.mmtv-upsl tbody tr:last-child td { border-bottom: 0; }
.mmtv-upsl tbody tr:hover th,
.mmtv-upsl tbody tr:hover td { background: #f8f9f7; }
.mmtv-upsl tbody tr.is-leader th { box-shadow: inset 5px 0 var(--mmtv-lime); }
.mmtv-upsl tbody tr.is-leader th,
.mmtv-upsl tbody tr.is-leader .mmtv-upsl__pos { background: #fbffe8; }
.mmtv-upsl__leader-label { display: inline-block; margin-left: 10px; padding: 4px 7px; background: var(--mmtv-lime); border-radius: 4px; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; vertical-align: 2px; }
.mmtv-upsl__pos { color: #5b6670; font-weight: 850; }
.mmtv-upsl__pts { font-size: 17px !important; font-weight: 900; }

.mmtv-upsl__source { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 14px 3px 0; color: var(--mmtv-muted); font-size: 11px; }
.mmtv-upsl__source > span:first-child { display: flex; align-items: center; gap: 8px; color: #3d4800; font-weight: 850; white-space: nowrap; }
.mmtv-upsl__source i { width: 8px; height: 8px; background: var(--mmtv-lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(213,255,0,.22); }
.mmtv-upsl__source a { border-bottom: 2px solid var(--mmtv-lime); font-weight: 800; }

.mmtv-upsl__about { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 58px; align-items: center; padding: 38px 44px; background: var(--mmtv-soft); border: 1px solid var(--mmtv-line); border-top: 6px solid var(--mmtv-lime); border-radius: 18px; }
.mmtv-upsl__about h2 { font-size: clamp(35px, 4vw, 57px); }
.mmtv-upsl__about p { max-width: 720px; margin: 0; font-size: clamp(16px, 1.6vw, 21px); line-height: 1.48; font-weight: 560; }
.mmtv-upsl__about .mmtv-upsl__note { margin-top: 17px; color: var(--mmtv-muted); font-size: 11px; font-weight: 650; }

.mmtv-upsl-home-link {
    position: relative;
    display: grid;
    grid-template-columns: 60px minmax(250px, .9fr) minmax(320px, 1.1fr) auto;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0 0 25px;
    padding: 15px 22px 16px 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dce1e4;
    border-top: 4px solid var(--mmtv-lime);
    border-radius: 10px;
    color: var(--mmtv-ink) !important;
    box-shadow: 0 7px 22px rgba(17,22,28,.035);
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.mmtv-upsl-home-link:hover { transform: translateY(-1px); border-color: #cfd5d8; border-top-color: var(--mmtv-lime); background: #fcfdfb; box-shadow: 0 11px 27px rgba(17,22,28,.065); }
.mmtv-upsl-home-link__brand { display: grid; place-items: center; width: 60px; height: 60px; }
.mmtv-upsl-home-link__brand img { display: block; width: 49px; height: 49px; object-fit: contain; }
.mmtv-upsl-home-link__copy { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.mmtv-upsl-home-link__copy small { color: #67727c; font-size: 8px; line-height: 1; font-weight: 900; letter-spacing: .16em; }
.mmtv-upsl-home-link__copy strong { overflow: hidden; font-size: clamp(22px, 2vw, 28px); line-height: 1; font-weight: 900; letter-spacing: -.04em; text-overflow: ellipsis; white-space: nowrap; }
.mmtv-upsl-home-link__snapshot { display: flex; flex-direction: column; gap: 4px; min-width: 0; padding-left: 20px; border-left: 1px solid #e1e5e7; }
.mmtv-upsl-home-link__snapshot > small { color: #66717b; font-size: 8px; line-height: 1; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.mmtv-upsl-home-link__snapshot-main { display: flex; align-items: baseline; gap: 10px; min-width: 0; }
.mmtv-upsl-home-link__snapshot-main strong { overflow: hidden; color: var(--mmtv-ink); font-size: 15px; line-height: 1.15; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.mmtv-upsl-home-link__snapshot-main b,
.mmtv-upsl-home-link__snapshot-main em { flex: 0 0 auto; font-size: 9px; line-height: 1; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.mmtv-upsl-home-link__snapshot-main b { padding: 4px 6px; background: var(--mmtv-lime); border-radius: 3px; color: var(--mmtv-ink); }
.mmtv-upsl-home-link__snapshot-main em { color: #68737c; }
.mmtv-upsl-home-link__verified { display: flex; align-items: center; gap: 6px; color: #717b83; font-size: 8px; line-height: 1; font-weight: 750; }
.mmtv-upsl-home-link__verified i { width: 6px; height: 6px; flex: 0 0 6px; background: var(--mmtv-lime); border-radius: 50%; }
.mmtv-upsl-home-link__action { display: flex; align-items: center; gap: 10px; padding: 5px 0 4px; border-bottom: 3px solid var(--mmtv-lime); color: var(--mmtv-ink); font-size: 11px; font-weight: 900; white-space: nowrap; }
.mmtv-upsl-home-link__action b { font-size: 16px; line-height: 1; transition: transform .18s ease; }
.mmtv-upsl-home-link:hover .mmtv-upsl-home-link__action b { transform: translateX(4px); }

.mmtv-upsl-entry { position: relative; display: grid; grid-template-columns: 72px minmax(260px, .85fr) minmax(330px, 1fr) 190px; align-items: center; gap: 24px; width: 100%; margin: 18px 0 32px; padding: 22px 24px; overflow: hidden; background: #fff; border: 1px solid #d9dfe3; border-radius: 16px; color: var(--mmtv-ink); box-shadow: 0 10px 28px rgba(17,22,28,.06); }
.mmtv-upsl-entry:before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--mmtv-lime); }
.mmtv-upsl-entry__brand { display: grid; place-items: center; width: 64px; height: 64px; background: #f3ffc0; border: 1px solid #daef77; border-radius: 13px; }
.mmtv-upsl-entry__brand img { width: 42px; height: 42px; object-fit: contain; }
.mmtv-upsl-entry__meta { display: flex; align-items: center; gap: 9px; margin-bottom: 7px; color: var(--mmtv-muted); font-size: 8px; }
.mmtv-upsl-entry__meta i { width: 6px; height: 6px; background: var(--mmtv-lime); border-radius: 50%; }
.mmtv-upsl-entry h2 { margin: 0 !important; color: var(--mmtv-ink) !important; font-size: clamp(27px, 2.8vw, 39px) !important; line-height: .95 !important; letter-spacing: -.05em !important; font-weight: 900 !important; }
.mmtv-upsl-entry h2 span { display: block; margin-top: 5px; font-size: .62em; letter-spacing: -.025em; }
.mmtv-upsl-entry p { margin: 7px 0 0; color: #5d6770; font-size: 12px; line-height: 1.35; font-weight: 620; }
.mmtv-upsl-entry__snapshot { display: grid; grid-template-columns: minmax(170px, 1fr) 68px 68px; min-width: 0; border: 1px solid var(--mmtv-line); border-radius: 12px; }
.mmtv-upsl-entry__snapshot > div { display: flex; flex-direction: column; justify-content: center; gap: 5px; min-width: 0; padding: 13px 14px; border-left: 1px solid var(--mmtv-line); }
.mmtv-upsl-entry__snapshot > div:first-child { border-left: 0; }
.mmtv-upsl-entry__snapshot small { color: var(--mmtv-muted); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.mmtv-upsl-entry__snapshot strong { overflow: hidden; font-size: 13px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; font-variant-numeric: tabular-nums; }
.mmtv-upsl-entry__button { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-width: 0; padding: 14px 14px 14px 18px; background: var(--mmtv-lime) !important; border: 1px solid #a8c900; border-radius: 999px; color: var(--mmtv-ink) !important; font-size: 12px; font-weight: 900; text-decoration: none !important; transition: transform .18s ease, box-shadow .18s ease; }
.mmtv-upsl-entry__button b { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; background: var(--mmtv-ink-soft); border-radius: 50%; color: #fff; font-size: 15px; }
.mmtv-upsl-entry__button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(144,174,0,.24); }

@media (max-width: 1050px) {
    .mmtv-upsl-entry { grid-template-columns: 64px minmax(240px, .8fr) minmax(270px, 1fr) 165px; gap: 17px; padding: 20px; }
    .mmtv-upsl-entry__snapshot { grid-template-columns: minmax(145px, 1fr) 60px 60px; }
}

@media (max-width: 900px) {
    .mmtv-upsl__hero-inner,
    .mmtv-upsl__shell { width: min(100% - 36px, 1480px); }
    .mmtv-upsl__hero-status { grid-template-columns: 1fr 1fr; }
    .mmtv-upsl__hero-status > span:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--mmtv-line); }
    .mmtv-upsl__hero-status > span:nth-child(4) { border-top: 1px solid var(--mmtv-line); }
    .mmtv-upsl__pulse { grid-template-columns: 1.3fr 1.2fr .55fr .65fr; }
    .mmtv-upsl__pulse > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--mmtv-line); border-left: 0; }
    .mmtv-upsl__cards { grid-template-columns: 1fr 1fr; }
    .mmtv-upsl__cards.is-single .mmtv-upsl__card { grid-template-columns: 1.15fr .85fr; }
    .mmtv-upsl__section-head { align-items: flex-start; flex-direction: column; gap: 13px; }
    .mmtv-upsl__about { gap: 34px; padding: 34px 30px; }
    .mmtv-upsl-home-link { grid-template-columns: 56px minmax(210px, .8fr) minmax(260px, 1fr) auto; gap: 15px; padding-right: 18px; }
    .mmtv-upsl-home-link__brand { width: 56px; height: 56px; }
    .mmtv-upsl-home-link__brand img { width: 46px; height: 46px; }
    .mmtv-upsl-home-link__snapshot { padding-left: 15px; }
    .mmtv-upsl-home-link__snapshot-main em { display: none; }
    .mmtv-upsl-entry { grid-template-columns: 64px minmax(0, 1fr) 175px; }
    .mmtv-upsl-entry__snapshot { grid-column: 1 / 3; grid-row: 2; }
    .mmtv-upsl-entry__button { grid-column: 3; grid-row: 1 / 3; }
}

@media (max-width: 650px) {
    .mmtv-upsl__hero-inner,
    .mmtv-upsl__shell { width: min(100% - 24px, 1480px); }
    .mmtv-upsl__hero-inner { padding-top: 24px; }
    .mmtv-upsl__hero-brand { align-items: flex-start; }
    .mmtv-upsl__hero-brand > a span { display: none; }
    .mmtv-upsl__hero-grid { margin-top: 27px; }
    .mmtv-upsl__hero h1 { font-size: clamp(52px, 17vw, 76px); }
    .mmtv-upsl__hero p { margin-top: 19px; font-size: 16px; }
    .mmtv-upsl__hero-status { margin-top: 27px; }
    .mmtv-upsl__hero-status > span { padding: 14px 13px 15px; }
    .mmtv-upsl__shell { padding-top: 26px; }
    .mmtv-upsl__pulse { grid-template-columns: 1fr 1fr; margin-bottom: 46px; }
    .mmtv-upsl__pulse > div { padding: 17px; border-top: 1px solid var(--mmtv-line); }
    .mmtv-upsl__pulse > div:nth-child(odd) { border-left: 0; }
    .mmtv-upsl__pulse > div:first-child { grid-column: 1 / -1; border-top: 0; }
    .mmtv-upsl__pulse > div:nth-child(2) { border-top: 0; }
    .mmtv-upsl__section { padding-bottom: 49px; }
    .mmtv-upsl__section + .mmtv-upsl__section { padding-top: 45px; }
    .mmtv-upsl__section-head h2,
    .mmtv-upsl__about h2 { font-size: 40px; }
    .mmtv-upsl__cards,
    .mmtv-upsl__cards.is-double { grid-template-columns: 1fr; }
    .mmtv-upsl__cards.is-single .mmtv-upsl__card { display: block; min-height: 0; }
    .mmtv-upsl__cards.is-single .mmtv-upsl__card-media { min-height: 0; aspect-ratio: 16 / 9; }
    .mmtv-upsl__cards.is-single .mmtv-upsl__card-body { padding: 26px 23px 28px; }
    .mmtv-upsl__cards.is-single .mmtv-upsl__card h3 { font-size: 30px; }
    .mmtv-upsl th,
    .mmtv-upsl td { padding: 13px 11px; }
    .mmtv-upsl thead th:nth-child(2),
    .mmtv-upsl tbody th { position: sticky; left: 43px; z-index: 2; min-width: 205px; background: #fff; box-shadow: 1px 0 0 var(--mmtv-line); }
    .mmtv-upsl thead th:nth-child(2) { z-index: 3; background: var(--mmtv-ink-soft); }
    .mmtv-upsl tbody tr.is-leader th { background: #fbffe8; }
    .mmtv-upsl__source { align-items: flex-start; flex-direction: column; gap: 9px; }
    .mmtv-upsl__about { grid-template-columns: 1fr; gap: 21px; padding: 29px 24px; }
    .mmtv-upsl__about p { font-size: 17px; }
    .mmtv-upsl-home-link { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 10px 13px; margin-bottom: 20px; padding: 13px 14px 14px; border-radius: 8px; }
    .mmtv-upsl-home-link__brand { width: 44px; height: 44px; }
    .mmtv-upsl-home-link__brand img { width: 39px; height: 39px; }
    .mmtv-upsl-home-link__copy { gap: 3px; }
    .mmtv-upsl-home-link__copy strong { font-size: 20px; }
    .mmtv-upsl-home-link__snapshot { grid-column: 2 / 4; gap: 3px; padding: 9px 0 0; border-top: 1px solid #e2e6e8; border-left: 0; }
    .mmtv-upsl-home-link__snapshot-main { gap: 7px; }
    .mmtv-upsl-home-link__snapshot-main strong { font-size: 13px; }
    .mmtv-upsl-home-link__snapshot-main em { display: inline; }
    .mmtv-upsl-home-link__verified { font-size: 7px; }
    .mmtv-upsl-home-link__action { align-self: center; padding: 4px 0 3px; font-size: 0; }
    .mmtv-upsl-home-link__action b { font-size: 18px; }
    .mmtv-upsl-entry { grid-template-columns: 58px minmax(0, 1fr); gap: 15px; margin: 14px 0 28px; padding: 19px 18px 20px 24px; }
    .mmtv-upsl-entry__brand { width: 56px; height: 56px; }
    .mmtv-upsl-entry__snapshot { grid-column: 1 / -1; grid-row: auto; }
    .mmtv-upsl-entry__button { grid-column: 1 / -1; grid-row: auto; width: 100%; }
    .mmtv-upsl-entry__meta span:last-child { display: none; }
}
