.tmd-widgetstyle {
  min-width: 0;
  color: var(--tmd-text, #191a1a);
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
}
.tmd-widgetstyle--bare {
  display: contents;
}
.tmd-widgetstyle--panel {
  border: 1px solid var(--tmd-line, #d1d2ce);
  background: var(--tmd-surface, #fafaf8);
}
.tmd-widgetstyle__head {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--tmd-line, #d1d2ce);
}
.tmd-widgetstyle__head h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}
.tmd-widgetstyle__head a {
  color: var(--tmd-muted, #6b6d6c);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tmd-widgetstyle__content {
  min-width: 0;
}
.tmd-widgetstyle :focus-visible {
  outline: 2px solid var(--tmd-accent, #5360d6);
  outline-offset: 3px;
}
@media (max-width: 760px) {
  .tmd-widgetstyle__head {
    min-height: 58px;
    padding: 12px 14px;
  }
}
/*# sourceMappingURL=e918af56916da704bcf4394c0f57ce8b44c67a35.tmd_widgetstyle.scss.map */
