.qq222-home-picks .home-pick-controls{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px}
.qq222-home-picks .home-pick-controls button{padding:9px 18px;border:1px solid var(--line);border-radius:24px;background:var(--surface,#fff);color:var(--ink);font:inherit;font-size:14px;cursor:pointer;min-height:44px}
.qq222-home-picks .home-pick-controls button[aria-pressed=true]{background:var(--primary);border-color:var(--primary);color:#fff}
.qq222-home-picks .home-pick-controls button:focus-visible{outline:3px solid var(--primary);outline-offset:3px}
.qq222-home-picks #home-featured,.qq222-home-picks #home-latest,.qq222-home-picks #home-budget{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));height:auto;grid-template-rows:none;grid-auto-rows:1fr;gap:18px}
.qq222-home-picks :is(#home-featured,#home-latest,#home-budget) .number-card{min-height:0;display:flex;flex-direction:column}
.qq222-home-picks :is(#home-featured,#home-latest,#home-budget) .number-card-top{padding:20px 18px 14px;flex-shrink:0;display:block}
.qq222-home-picks :is(#home-featured,#home-latest,#home-budget) .number-summary{margin-top:8px;justify-content:center}
.qq222-home-picks :is(#home-featured,#home-latest,#home-budget) .number-card-bottom{padding:10px 18px;flex-shrink:0;margin-top:auto}
.qq222-home-picks .empty-state{grid-column:1/-1}
@media(max-width:820px){.qq222-home-picks #home-featured,.qq222-home-picks #home-latest,.qq222-home-picks #home-budget{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.qq222-home-picks .home-pick-controls{gap:8px}.qq222-home-picks .home-pick-controls button{font-size:12px;padding:8px 12px}.qq222-home-picks :is(#home-featured,#home-latest,#home-budget) .number-card-top{padding:16px 10px 12px}.qq222-home-picks :is(#home-featured,#home-latest,#home-budget) .number-card-bottom{padding:10px 12px}}

.qq222-home-picks :is(#home-featured,#home-latest,#home-budget) .number-card:nth-child(n+7){display:flex}

.qq222-home-picks :is(#home-featured,#home-latest,#home-budget) .favorite{position:absolute;top:auto;right:12px;bottom:7px;margin:0;width:40px;height:40px;transform:none}
.qq222-home-picks :is(#home-featured,#home-latest,#home-budget) .number-card-bottom{min-height:54px;padding-right:60px}
.qq222-home-picks :is(#home-featured,#home-latest,#home-budget) .number-header{justify-content:center}
