/* 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--listaDescricao { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; padding: 0px 64px; gap: 99px; border-bottom: 1px solid #b9b9b9; margin-bottom: 32px; } .listContainer--listaDescricao .listItem { font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 18px; line-height: 38px; padding: 0; margin: 0; color: #bfbfbf; } .listContainer--listaDescricao .listItem :global(.vtex-button) { border-radius: 0; border: none; background-color: white; padding: 0px 16px; } .listContainer--listaDescricao .listItem :global(.vtex-button) :global(.vtex-button__label) { font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 18px; line-height: 38px; color: #bfbfbf; padding-top: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; padding-right: 0 !important; text-transform: capitalize; } .listContainer--listaDescricao .listItemActive :global(.vtex-button) { border-radius: 0; border: none; border-bottom: 2px solid #000000; background-color: white; padding: 0px 16px; } .listContainer--listaDescricao .listItemActive :global(.vtex-button) :global(.vtex-button__label) { font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 18px; line-height: 38px; color: #000000; padding-top: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; padding-right: 0 !important; text-transform: capitalize; }