:host {
  width: 100%;
}
:host div.container {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
:host div.container div.property-label {
  min-width: 80px !important;
  word-break: normal;
}
:host div.container .grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
}
:host div.clickable-box {
  -webkit-box-flex: 1;
          flex: 1;
  min-height: 128px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
:host div.clickable-box div.add-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  text-transform: uppercase;
  min-width: 64px;
}
:host div.clickable-box div.add-content div.icon.icon-core-st-sm-add {
  font-size: 20px;
}
:host div.clickable-box div.add-content span {
  font-size: 12px;
  text-transform: uppercase;
}
