.module-buttons-item{
    font-size:var(--tb_mb_f,1em);
	gap:.5em
}
.module-buttons a{
	gap:inherit
}
.module-buttons-item + .module-buttons-item{
    margin-inline-start:.6em
}
/* size */
.module-buttons.small{
    --tb_mb_f:.85em
}
.module-buttons.large{
    --tb_mb_f:1.1em
}
.module-buttons.xlarge{
    --tb_mb_f:1.2em
}
/* button styles */
.module.module-buttons .ui{
    color:var(--tb_pr_color)
}
.module-buttons.rounded a{
    --tb_app_r:var(--tb_rounded_corner)
}
.module-buttons.circle a{
    --tb_app_r:50em
}
.module-buttons.squared a{
    border-radius:0
}
.module.module-buttons .transparent{
    border:0;
    color:inherit
}
.module.module-buttons.transparent a.ui{
	background:0;
    border:0;
	--tb_pr_color:var(--tb_pr_bg)
}
.module.module-buttons.transparent a.tb_default_color{
	color:inherit
}