/* 0 - 600PX: Phone 600 - 900px: Table portrait 900 - 1200px: Tablet landscape [1200 - 1800] is where our nortal styles apply 1800px + : Big desktop */ /* Media Query M3 */ /* Grid breakpoints */ .listContainer { border-bottom: 1px solid gray; margin-bottom: 32px; padding-left: 64px; padding-right: 64px; margin-left: 40px; margin-right: 40px; display: flex; justify-content: space-between; align-items: end; } .listItem { background-color: transparent; padding: 0; margin: 0; height: 42px; } .listItem :global(.vtex-button) { background-color: transparent; cursor: pointer; } .listItem :global(.vtex-button) { background-color: transparent; } .listItem :global(.vtex-button__label) { font-weight: 400; font-size: 18px; line-height: 38px; color: #bfbfbf; text-transform: capitalize; margin: 0; padding: 0; } .listItemActive { border-bottom: 2px solid #000000; } .listItemActive--descricao :global(.vtex-button) { border: none; border-radius: 0%; } .listItemActive--descricao :global(.vtex-button__label) { color: #000000; margin: 0; padding: 0; }