.text-switcher-module{display:flex;flex-wrap:wrap;gap:2rem}.text-switcher__left{flex:1;min-width:200px}.switcher-item,.text-switcher__left{color:var(--default-text-color,#fff)}.switcher-item{background-color:transparent;border:1px solid #ccc;border-radius:8px;cursor:pointer;margin-bottom:10px;padding:12px;transition:background .3s,color .3s}.switcher-item.active{background-color:var(--active-bg-color,#fff);color:var(--active-text-color,#fff)!important}.switcher-item span{margin:0}.text-switcher__right{align-items:center;display:flex;flex:2;justify-content:center;min-width:300px}.switcher-content{color:#fff;font-size:30px;max-width:600px}