.listContainer{ align-items: center; margin-bottom: 64px; justify-content: space-around; border-bottom: 1px solid #BFBFBF; } .listItem{ margin: 0; padding: 0; :global(.vtex-button){ border-radius: 0; background-color: #FFFFFF; color: #BFBFBF; } } .listItemActive { :global(.vtex-button) { border: 0; border-bottom: 1px solid #000000 !important; } } .contentItem{ display: flex; padding: 0px 40px; margin-bottom: 16px; }