/* customSkuLayoutComponent.css */

.customFieldsContainer {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
