projects/conversational-commerce-agent/conversational-agent-examples/assets/apparel-ui/static/bernard-styles.css [2:23]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
  padding: 0;
  margin: 0;
}

.page {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

df-messenger {
  display: block;
  flex-grow: 1;
  overflow: hidden;

  padding: 24px;
  padding-right: 32%;
  padding-left: 32%;
  width: 100vw;
  box-sizing: border-box;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



projects/conversational-commerce-agent/conversational-agent-examples/assets/beauty-ui/static/bernard-styles.css [2:24]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
  padding: 0;
  margin: 0;
}

.page {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}


df-messenger {
  display: block;
  flex-grow: 1;
  overflow: hidden;

  padding: 24px;
  padding-right: 32%;
  padding-left: 32%;
  width: 100vw;
  box-sizing: border-box;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



