/*
 * Once we drop support for RB5 and 6, we can switch to using
 * var(--ink-p-*) colors and #ink-ns-ui.icons.svg-icon icons here.
 */
#powerpack-license-banner {
  /* These colors correspond to --ink-p-accent-warning-* values. */
  background: #FFF4B0;
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
  color: #000000;
  font-size: 110%;
  padding: 5px;
  padding-left: 76px;
  position: relative;
}
[data-ink-color-scheme] #powerpack-license-banner {
  /*
     * On RB7+, the bottom border will be handled by rb-c-topbar.
     *
     * Once we drop support for RB5 and 6, we can remove this and
     * the border-bottom defined above.
     */
  border-bottom: none;
}
#powerpack-license-banner h2 {
  font-size: 120%;
  font-weight: normal;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 0.2em;
}
#powerpack-license-banner p {
  min-height: 1.5em;
  margin: 0;
}
#powerpack-license-banner a {
  /* This corresponds to --ink-p-link-fg-on-light. */
  color: #124BBD;
}
#powerpack-license-banner a:hover {
  color: #0e398e;
}
#powerpack-license-banner img {
  width: 22px;
}
#powerpack-license-banner #powerpack-license-banner-close {
  position: absolute;
  top: 5px;
  right: 5px;
}
/*# sourceMappingURL=powerpack.css.map */