.hb-tab-group{background:rgba(var(--amt-primary-rgb),.1);border-radius:8px;overflow:hidden}.hb-tabs{display:flex;align-items:center;justify-content:start;width:max-content;overflow:hidden;background:rgba(var(--amt-primary-rgb),.1)}.hb-tabs.--center{justify-content:center}.hb-tabs.--full{width:100%}.hb-tabs.--round{border-radius:8px 8px 0 0}.hb-tabs.--round-all{border-radius:8px}.hb-tabs>.item{position:relative;color:var(--amt-text-color);text-decoration:none;font-size:15px;padding:10px 20px;transition:all ease .3s}body.light .hb-tabs>.item{color:var(--amt-primary)}.hb-tabs>.item::before{content:' ';display:block;position:absolute;bottom:0;left:0;width:100%;height:3px;background:0 0}.hb-tabs>.item.active::before{background:var(--amt-primary)}.hb-tabs>.item.active{background:rgba(var(--amt-primary-rgb),.2)}.hb-tabs>.item:hover{background:rgba(var(--amt-primary-rgb),.15)}.hb-tabs.--center>.item{margin:8px}