@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .htg-hang-tag-generator-tool, .tc-wp-tool-root .htg-hang-tag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .htg-hang-tag-generator-tool{
  position: relative;
  max-width: 100%;
  overflow: hidden;
  color: #14243d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-shell{
  position: relative;
  overflow: hidden;
  padding: 54px 18px;
  background:
    radial-gradient(circle at 16% 18%, rgba(126, 217, 201, .32), transparent 28%),
    radial-gradient(circle at 86% 6%, rgba(156, 139, 255, .22), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #edf9f6 44%, #f8f7ff 100%);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-container{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-subtitle{
  margin: 0 auto 10px;
  text-align: center;
  color: #4b6684;
  font-size: 1rem;
  font-weight: 700;
}.tc-wp-tool-root .htg-hang-tag-generator-tool h1{
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.05;
  letter-spacing: 0;
  color: #10233f;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-dashboard{
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(91, 119, 154, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 70px rgba(42, 75, 113, .16);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-panel{
  min-width: 0;
  max-width: 100%;
  padding: 26px;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel{
  background: linear-gradient(180deg, rgba(232, 248, 246, .88), rgba(244, 247, 255, .92));
  border-right: 1px solid rgba(91, 119, 154, .18);
}.tc-wp-tool-root .htg-hang-tag-generator-tool h2{
  margin: 0 0 18px;
  color: #14243d;
  font-size: 1.08rem;
  line-height: 1.2;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-field{
  display: grid;
  gap: 8px;
  margin-bottom: 15px;
}.tc-wp-tool-root .htg-hang-tag-generator-tool label{
  color: #263f5e;
  font-size: .88rem;
  font-weight: 800;
}.tc-wp-tool-root .htg-hang-tag-generator-tool label span{
  margin-left: 6px;
  color: #6b5cff;
  font-size: .72rem;
  text-transform: uppercase;
}.tc-wp-tool-root .htg-hang-tag-generator-tool input, .tc-wp-tool-root .htg-hang-tag-generator-tool select{
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(73, 104, 137, .25);
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  color: #12233a;
  font: inherit;
  font-size: .95rem;
  padding: 11px 12px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}.tc-wp-tool-root .htg-hang-tag-generator-tool input:focus, .tc-wp-tool-root .htg-hang-tag-generator-tool select:focus, .tc-wp-tool-root .htg-hang-tag-generator-tool button:focus-visible{
  border-color: #6b5cff;
  box-shadow: 0 0 0 4px rgba(107, 92, 255, .16);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-validation, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-status{
  min-height: 22px;
  color: #9a3b52;
  font-size: .86rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-status{
  margin-top: 12px;
  color: #237061;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-btn{
  width: 100%;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  font-size: .94rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-primary{
  background: linear-gradient(135deg, #23bfa3, #6b5cff);
  color: #fff;
  box-shadow: 0 12px 28px rgba(35, 191, 163, .24);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-secondary{
  background: #ffffff;
  color: #244867;
  border-color: rgba(75, 102, 132, .24);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-ghost{
  background: rgba(255, 255, 255, .54);
  color: #5a6d82;
  border-color: rgba(75, 102, 132, .18);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-panel{
  background: rgba(255, 255, 255, .78);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-result-label{
  margin: 0 0 5px;
  color: #6b5cff;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-count{
  flex: 0 0 auto;
  border: 1px solid rgba(35, 191, 163, .25);
  border-radius: 10px;
  background: #eefbf8;
  color: #17695b;
  padding: 8px 10px;
  font-size: .78rem;
  font-weight: 900;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-box{
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(91, 119, 154, .18);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  padding: 16px;
  scrollbar-width: thin;
  scrollbar-color: #8fdccd #eef4fb;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-box::-webkit-scrollbar-thumb{
  background: #8fdccd;
  border-radius: 10px;
  border: 2px solid #eef4fb;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skeleton, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-card, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-result-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(91, 119, 154, .18);
  border-radius: 10px;
  background: #ffffff;
  padding: 18px 14px 14px;
  box-shadow: 0 10px 26px rgba(42, 75, 113, .08);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-hole, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-result-card:before{
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #cfe8e3;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #fff;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-line, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-barcode{
  display: block;
  height: 12px;
  margin-top: 16px;
  border-radius: 10px;
  background: linear-gradient(90deg, #e8eef7 0%, #f7fbff 45%, #e0f5f0 75%);
  background-size: 220% 100%;
  animation: htgPulse 1.3s ease-in-out infinite;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-line.htg-wide{
  width: 82%;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-line:not(.htg-wide){
  width: 58%;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-chip{
  display: inline-block;
  margin-top: 18px;
  border-radius: 10px;
  background: #eefbf8;
  color: #5b778b;
  padding: 7px 9px;
  font-size: .72rem;
  font-weight: 900;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-barcode{
  width: 92%;
  height: 26px;
  background: repeating-linear-gradient(90deg, #cad7e6 0 3px, transparent 3px 7px);
}@keyframes htgPulse {
  0% { background-position: 0% 50%; opacity: .7; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: .7; }
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-line{
  margin: 9px 0;
  color: #243d5c;
  font-size: .92rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-line strong{
  color: #10233f;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-copy-one{
  margin-top: 10px;
  width: auto;
  padding: 9px 11px;
  background: #eef6ff;
  color: #285274;
  border-color: rgba(75, 102, 132, .2);
  font-size: .8rem;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-text-output{
  margin: 0;
  white-space: pre-wrap;
  color: #1e3550;
  font: 800 .9rem/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-copy-all{
  display: none;
  margin-top: 12px;
  max-width: 180px;
  background: #14243d;
  color: #fff;
}.tc-wp-tool-root .htg-hang-tag-generator-tool.htg-has-results .htg-copy-all{
  display: inline-block;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-bg-tag, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-bg-barcode, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-bg-chip{
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: .34;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-bg-tag{
  width: 92px;
  height: 126px;
  border: 2px solid rgba(69, 116, 152, .2);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(209,246,238,.54));
  transform: rotate(-12deg);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-bg-tag:before{
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(107, 92, 255, .25);
  border-radius: 50%;
  transform: translateX(-50%);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-bg-tag-one{
  left: 4%;
  top: 96px;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-bg-tag-two{
  right: 5%;
  bottom: 56px;
  transform: rotate(13deg);
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-bg-barcode{
  width: 124px;
  height: 44px;
  background: repeating-linear-gradient(90deg, rgba(20,36,61,.22) 0 3px, transparent 3px 8px);
  border-radius: 10px;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-bg-barcode-one{
  left: 10%;
  bottom: 28px;
}.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-bg-chip{
  right: 12%;
  top: 34px;
  border: 1px solid rgba(107, 92, 255, .18);
  border-radius: 10px;
  background: rgba(255,255,255,.74);
  padding: 8px 12px;
  color: #536982;
  font-size: .76rem;
  font-weight: 900;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-shell{ padding: 34px 10px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-container{ max-width: 100%; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-subtitle{ font-size: .86rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 14px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel{ border-right: 0; border-bottom: 1px solid rgba(91,119,154,.18); }.tc-wp-tool-root .htg-hang-tag-generator-tool input, .tc-wp-tool-root .htg-hang-tag-generator-tool select{ min-height: 43px; font-size: .88rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-btn{ padding: 11px 10px; font-size: .86rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skeleton, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-result-card, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-card{ padding: 16px 11px 12px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-line, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-text-output{ font-size: .82rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-chip{ font-size: .66rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-shell{ padding: 38px 12px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-container{ max-width: 100%; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-subtitle{ font-size: .9rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 16px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel{ border-right: 0; border-bottom: 1px solid rgba(91,119,154,.18); }.tc-wp-tool-root .htg-hang-tag-generator-tool input, .tc-wp-tool-root .htg-hang-tag-generator-tool select{ min-height: 44px; font-size: .9rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-btn{ padding: 11px 12px; font-size: .88rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skeleton, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-grid{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-result-card, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-card{ padding: 17px 12px 13px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-line, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-text-output{ font-size: .85rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-chip{ font-size: .68rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-shell{ padding: 42px 14px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-container{ max-width: 100%; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-subtitle{ font-size: .94rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 18px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel{ border-right: 0; border-bottom: 1px solid rgba(91,119,154,.18); }.tc-wp-tool-root .htg-hang-tag-generator-tool input, .tc-wp-tool-root .htg-hang-tag-generator-tool select{ min-height: 45px; font-size: .92rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-btn{ padding: 12px; font-size: .9rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skeleton, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-result-card, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-card{ padding: 18px 13px 14px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-line, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-text-output{ font-size: .88rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-chip{ font-size: .7rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-shell{ padding: 48px 18px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-container{ max-width: 920px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-subtitle{ font-size: .98rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 24px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel{ border-right: 0; border-bottom: 1px solid rgba(91,119,154,.18); }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-actions{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .htg-hang-tag-generator-tool input, .tc-wp-tool-root .htg-hang-tag-generator-tool select{ min-height: 46px; font-size: .94rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-btn{ padding: 12px 13px; font-size: .92rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skeleton, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-result-card, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-card{ padding: 18px 14px 14px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-line, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-text-output{ font-size: .9rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-chip{ font-size: .72rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-shell{ padding: 52px 20px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-container{ max-width: 1120px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-subtitle{ font-size: 1rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-panel{ padding: 24px; }.tc-wp-tool-root .htg-hang-tag-generator-tool input, .tc-wp-tool-root .htg-hang-tag-generator-tool select{ min-height: 46px; font-size: .94rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-btn{ padding: 12px 14px; font-size: .93rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skeleton, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-result-card, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-card{ padding: 18px 14px 14px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-line, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-text-output{ font-size: .9rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-chip{ font-size: .72rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-shell{ padding: 58px 24px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-container{ max-width: 1200px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-settings-panel, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-preview-panel{ padding: 26px; }.tc-wp-tool-root .htg-hang-tag-generator-tool input, .tc-wp-tool-root .htg-hang-tag-generator-tool select{ min-height: 46px; font-size: .95rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-btn{ padding: 12px 14px; font-size: .94rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skeleton, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-result-card, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-card{ padding: 18px 14px 14px; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-card-line, .tc-wp-tool-root .htg-hang-tag-generator-tool .htg-text-output{ font-size: .92rem; }.tc-wp-tool-root .htg-hang-tag-generator-tool .htg-skel-chip{ font-size: .72rem; }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .htg-bg-chip-one {}
.tc-wp-tool-root .htg-download {}
.tc-wp-tool-root .htg-reset {}