/* This file is required for site administration. Do not delete. */

/* Change expandable zippy style */
devsite-expandable {
  background-color: var(--devsite-gm3-sys-color--surface-container-low);
  border-width: 0 1px 1px 0;
  border-color: var(--devsite-gm3-sys-color--surface-container-high);
  border-style: solid;
  border-radius: 10px;
  margin-bottom: 8px;
  padding: 8px;
}
devsite-expandable .exw-control>h3.showalways,
devsite-expandable .exw-control>h4.showalways {
  margin: 7px 0;
  font-weight: normal;
  font-size: 16px;
  font-family: var(--devsite-headline-font-family);
}
devsite-expandable > div {
  margin: 14px 10px 0 10px;
}
devsite-expandable p,
devsite-expandable li {
  margin-left: 8px;
}
devsite-expandable:hover {
  background-color: var(--devsite-gm3-sys-color--surface-container);
}

/* Image classes from Composer */
img.float-left {
  float: left;
  margin-right: 20px;
}
img.float-right {
  float: right;
  margin-left: 20px;
}
img.instructions-icon {
  margin: 0 2px -3px 2px;
}
