.switch{border:2px solid #e08f5e;border-radius:8px;width:fit-content;display:flex}.switch .switch-item{cursor:pointer;padding:16px 32px;font-weight:500;transition:all .2s ease-in-out}.switch .switch-item:first-of-type{border-right:2px solid #e08f5e}.switch .switch-item.active{color:#fff;background:linear-gradient(90deg,#e08f5e,#e95a0d)}@media (max-width:640px){.switch{flex-direction:column;width:100%}.switch .switch-item:first-of-type{border-bottom:2px solid #e08f5e;border-right:none}.switch-item{text-align:center;width:100%}}
