.newsletterForm { display: flex; width: 53.75%; margin: 0 auto; // padding-bottom: 16px; .emailInputContainer { height: fit-content; width: 690px; border-bottom: 1px solid #929292; :global(.vtex-input-prefix__group) { height: fit-content; border: 0; } :global(.vtex-styleguide-9-x-input) { padding: 0 0 7px; // background-color: yellow; // font-family: "Open Sans"; // font-style: normal; // font-weight: 400; font-size: 18px; line-height: 25px; color: #929292; background: transparent !important; @include mq(lg, max) { font-size: 12px; line-height: 16px; } } } .formSubmitContainer { border-bottom: 1px solid #929292; :global(.vtex-button) { min-height: fit-content; background: transparent; border: 0; border-bottom: 3px solid #bfbfbf; border-radius: 0; } :global(.vtex-button__label) { padding: 0 16px 10px !important; border: 0; // font-family: "Open Sans"; // font-style: normal; font-size: 0; color: #ffffff; &::after { content: "ENVIAR"; font-weight: 700; font-size: 14px; line-height: 19px; } } } }