.season-recommendation-switch{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.season-recommendation-switch>span{font-size:12px;color:var(--muted)}
.season-recommendation-switch>span b{color:var(--jade);margin-right:8px}
.season-recommendation-switch>div{display:flex;border:1px solid var(--jade)}
.season-recommendation-switch button{height:34px;min-width:66px;padding:0 12px;border:0;border-right:1px solid var(--jade);background:transparent;color:var(--jade);font-size:12px;font-weight:700}
.season-recommendation-switch button:last-child{border-right:0}
.season-recommendation-switch button.active{background:var(--jade);color:white}
.season-recommendation-switch.compact{margin-left:auto;border:0;padding:0}
.season-recommendation-switch.compact>span{display:none}
.season-recommendation-switch.compact button{height:32px}

@media(max-width:760px){
  .season-recommendation-switch{display:block;padding:12px 16px}
  .season-recommendation-switch>div{width:max-content;margin-top:9px}
  .season-recommendation-switch.compact{margin:10px 0 0;padding:0}
  .season-recommendation-switch.compact>div{margin-top:0}
  .season-recommendation-switch button{min-width:72px}
}
