.sticker-toggle-text {
    background-color: var(--wp--preset--color--accent-2);
    color: var(--wp--preset--color--base);
    padding: 0.6rem 1.6rem;
    border-radius: 100px;
}

.custom-sticker-list {
    margin-top: 1rem;
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
    filter: drop-shadow(0px 1px 2px var(--wp--preset--color--contrast));
}

.sticker-item {
    font-size: 14px;
}

.sticker-item img {
  width: 80px!important;
  height: 80px!important;
  margin: 1px;
  border-radius: 5px !important;
  border: none !important;
  object-fit: contain;
}

/* 문단 전체가 이미지로 바뀐 <p class="custom-sticker-wrap"> */
.custom-sticker-wrap {
  line-height: 0;
}

.custom-sticker-image {
  display: block!important;
  width: 100%!important;
  height: auto!important;
  margin: 0!important;
  border-radius: 8px !important;
  border: none !important;
}
