.app-sticker-closed {
  display: none;
}
.app-sticker {
  width: 100%;
  min-height: 170px;
  max-height: 260px;
  padding: 0;
  margin: 0.5rem auto 0 auto;
  line-height: 0;
  overflow: hidden;
  border: 1px solid var(--color-gray-300);
  background-color: var(--color-background);
  border-radius: var(--border-radius-2);
  box-shadow: var(--box-shadow-1);
}
.app-sticker .app-sticker-header {
  box-sizing: border-box;
}
.app-sticker .app-sticker-header .app-sticker-pack {
  display: flex;
  flex-grow: 1;
  padding: 0;
  margin: 0;
}
.app-sticker .app-sticker-header .app-sticker-pack > li {
  display: inline-block;
  border-right: 1px solid var(--color-gray-300);
}
.app-sticker .app-sticker-header .app-sticker-pack > li.sticker_icon {
  display: block;
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--color-black);
  transition: 250ms;
}
.app-sticker .app-sticker-header .app-sticker-pack > li.sticker_icon a, .app-sticker .app-sticker-header .app-sticker-pack > li.sticker_icon button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  text-decoration: none;
  color: var(--color-black);
  background: transparent;
  transition: 250ms;
}
.app-sticker .app-sticker-header .app-sticker-pack > li.sticker_icon:hover {
  background-color: var(--color-gray-200);
}
.app-sticker .app-sticker-header .app-sticker-pack > li.sticker_icon:hover a, .app-sticker .app-sticker-header .app-sticker-pack > li.sticker_icon:hover button {
  color: var(--color-primary);
}
.app-sticker .app-sticker-header .app-sticker-pack > li.sticker_image img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.app-sticker .app-sticker-body {
  border-top: 1px solid var(--color-gray-300);
  padding: 0.5rem;
  overflow-y: auto;
  min-height: 160px;
  max-height: 200px;
}
.app-sticker .app-sticker-body > ul {
  padding: 0;
  margin: 0;
}
.app-sticker .app-sticker-body > ul > li {
  display: inline-block;
  margin: 5px;
  transition: 250ms;
}
.app-sticker .app-sticker-body > ul > li:hover {
  background-color: var(--color-gray-200);
  border-radius: var(--border-radius-2);
  transform: scale(1.1);
  box-shadow: var(--box-shadow-1);
}
.app-sticker .app-sticker-body > ul > li > a, .app-sticker .app-sticker-body > ul > li > button {
  display: inline-block;
  padding: 0;
  border: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  width: 80px;
  height: 80px;
  border-radius: var(--border-radius-2);
}
@media (max-width: 340px) {
  .app-sticker .app-sticker-body > ul > li > a, .app-sticker .app-sticker-body > ul > li > button {
    width: 50px;
    height: 50px;
  }
}
.app-sticker .app-sticker-body > ul > li > a > img, .app-sticker .app-sticker-body > ul > li > button > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-sticker-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.app-sticker :where(a, button) {
  touch-action: manipulation;
}
.app-sticker :where(a, button):focus-visible {
  outline: 2px solid var(--cloud-focus, var(--color-primary));
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .app-sticker .app-sticker-header {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }
  .app-sticker .app-sticker-header .app-sticker-pack {
    width: max-content;
    min-width: 100%;
  }
  .app-sticker .app-sticker-header .app-sticker-pack > li {
    min-width: 44px;
    min-height: 44px;
  }
  .app-sticker .app-sticker-header .app-sticker-pack > li > :where(a, button) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
  }
}
/*# sourceMappingURL=d4decaa7ed0adc140ee9d3365ec1e24259bfd690.comment-sticker.scss.map */
