@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 .thg-hashtag-generator-wrap, .tc-wp-tool-root .thg-hashtag-generator-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .thg-hashtag-generator-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  margin: 0 auto;
  padding: 56px 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #172033;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 95, 162, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(47, 111, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f8f3ff 44%, #eef7ff 100%);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-bg-mark, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-bg-card{
  position: absolute;
  z-index: 1;
  pointer-events: none;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-bg-mark{
  font-weight: 900;
  color: rgba(124, 77, 255, 0.1);
  line-height: 1;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-bg-mark-one{
  top: 38px;
  left: 4%;
  font-size: 118px;
  transform: rotate(-12deg);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-bg-mark-two{
  right: 6%;
  bottom: 48px;
  font-size: 142px;
  color: rgba(0, 164, 255, 0.09);
  transform: rotate(14deg);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-bg-card{
  width: 170px;
  height: 108px;
  border-radius: 10px;
  border: 1px solid rgba(124, 77, 255, 0.12);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 18px 50px rgba(61, 74, 124, 0.08);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-bg-card-one{
  top: 120px;
  right: 14%;
  transform: rotate(-8deg);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-bg-card-two{
  left: 10%;
  bottom: 92px;
  transform: rotate(10deg);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-header{
  width: 100%;
  max-width: 850px;
  min-width: 0;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .thg-hashtag-generator-wrap h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #15192b;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-header p{
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #5a6075;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-tool{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: stretch;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-panel, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-shell{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-panel{
  border-radius: 10px;
  border: 1px solid rgba(119, 91, 255, 0.16);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 70px rgba(78, 94, 145, 0.14);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-control-panel, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-panel{
  padding: 24px;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-field{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 16px;
}.tc-wp-tool-root .thg-hashtag-generator-wrap label, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-head h2{
  display: block;
  margin: 0 0 8px;
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 800;
  color: #232942;
}.tc-wp-tool-root .thg-hashtag-generator-wrap textarea, .tc-wp-tool-root .thg-hashtag-generator-wrap select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid #d9d8f8;
  background: #fff;
  color: #172033;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}.tc-wp-tool-root .thg-hashtag-generator-wrap textarea{
  min-height: 148px;
  resize: vertical;
  padding: 14px 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .thg-hashtag-generator-wrap select{
  min-height: 48px;
  padding: 0 42px 0 14px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #775bff 50%),
    linear-gradient(135deg, #775bff 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root .thg-hashtag-generator-wrap textarea:focus, .tc-wp-tool-root .thg-hashtag-generator-wrap select:focus, .tc-wp-tool-root .thg-hashtag-generator-wrap button:focus-visible{
  border-color: #6c55ff;
  box-shadow: 0 0 0 4px rgba(108, 85, 255, 0.18);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-controls-grid{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-button-row{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 6px;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #7b4dff 0%, #2876ff 48%, #ff5fa2 100%);
  box-shadow: 0 12px 28px rgba(84, 104, 255, 0.28);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-btn-secondary{
  color: #342d66;
  background: #f7f5ff;
  border: 1px solid #dcd7ff;
  box-shadow: 0 8px 20px rgba(80, 78, 132, 0.08);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-status{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 24px;
  margin-top: 14px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
  color: #4b526b;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-status.thg-error{
  color: #a3264d;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-status.thg-success{
  color: #146c57;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-shell{
  display: flex;
  flex-direction: column;
  gap: 12px;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-head{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-head h2{
  margin: 0;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-count{
  flex: 0 1 auto;
  max-width: 55%;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #5b45d8;
  background: #f2efff;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow: auto;
  border-radius: 10px;
  border: 1px solid #deddfa;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,248,255,0.96)),
    radial-gradient(circle at 15% 20%, rgba(255, 95, 162, 0.1), transparent 26%);
  padding: 18px;
  scrollbar-width: thin;
  scrollbar-color: #9d8cff #f0ecff;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-preview-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-preview-box::-webkit-scrollbar-track{
  background: #f0ecff;
  border-radius: 999px;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #9d8cff, #4da0ff);
  border-radius: 999px;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-skeleton, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-results{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-skeleton span{
  display: inline-block;
  width: min(150px, 46%);
  max-width: 100%;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f1edff 0%, #e5f4ff 45%, #ffe8f3 70%, #f1edff 100%);
  background-size: 240% 100%;
  animation: thgPulse 1.45s ease-in-out infinite;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-skeleton span:nth-child(2n){
  width: min(118px, 42%);
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-skeleton span:nth-child(3n){
  width: min(178px, 55%);
}@keyframes thgPulse {
  0% { background-position: 0% 50%; opacity: 0.72; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: 0.72; }
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-pill{
  width: auto;
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border: 1px solid rgba(111, 88, 255, 0.2);
  padding: 9px 11px;
  color: #24304b;
  background: linear-gradient(135deg, #ffffff 0%, #f7f3ff 56%, #eff8ff 100%);
  box-shadow: 0 8px 18px rgba(75, 80, 140, 0.08);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-pill-text{
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-pill-copy{
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  min-height: 28px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  color: #fff;
  background: #6c55ff;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-copy-all-btn{
  align-self: flex-end;
  width: min(220px, 100%);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .thg-hashtag-generator-wrap{ padding: 34px 10px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-container{ width: 100%; }.tc-wp-tool-root .thg-hashtag-generator-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-header p{ font-size: 0.92rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-tool{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-control-panel, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-panel{ padding: 14px; grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-controls-grid, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-button-row{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .thg-hashtag-generator-wrap textarea{ min-height: 126px; font-size: 0.92rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-btn{ min-height: 44px; font-size: 0.9rem; padding: 10px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-preview-box{ padding: 12px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-head{ align-items: flex-start; flex-direction: column; gap: 8px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-count{ max-width: 100%; font-size: 0.74rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-pill{ font-size: 0.82rem; padding: 8px 9px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-skeleton, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-results{ gap: 8px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .thg-hashtag-generator-wrap{ padding: 38px 12px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-container{ width: 100%; }.tc-wp-tool-root .thg-hashtag-generator-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-header p{ font-size: 0.96rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-tool{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-control-panel, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-panel{ padding: 16px; grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-controls-grid, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-button-row{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .thg-hashtag-generator-wrap textarea{ min-height: 134px; font-size: 0.95rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-btn{ min-height: 46px; font-size: 0.92rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-preview-box{ padding: 14px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-pill{ font-size: 0.86rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-skeleton, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-results{ gap: 9px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .thg-hashtag-generator-wrap{ padding: 44px 16px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-container{ width: 100%; }.tc-wp-tool-root .thg-hashtag-generator-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-header p{ font-size: 1rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-tool{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-control-panel, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-panel{ padding: 18px; grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-controls-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-button-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .thg-hashtag-generator-wrap textarea{ min-height: 140px; font-size: 1rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-btn{ min-height: 48px; font-size: 0.96rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-preview-box{ padding: 16px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-pill{ font-size: 0.9rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-skeleton, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-results{ gap: 10px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .thg-hashtag-generator-wrap{ padding: 50px 20px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-container{ width: 100%; }.tc-wp-tool-root .thg-hashtag-generator-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-header p{ font-size: 1.02rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-tool{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-control-panel, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-panel{ padding: 22px; grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-controls-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-button-row{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .thg-hashtag-generator-wrap textarea{ min-height: 142px; font-size: 1rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-btn{ min-height: 48px; font-size: 0.98rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-preview-box{ padding: 18px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-pill{ font-size: 0.92rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-skeleton, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-results{ gap: 10px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .thg-hashtag-generator-wrap{ padding: 56px 22px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-container{ width: 100%; }.tc-wp-tool-root .thg-hashtag-generator-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-header p{ font-size: 1.05rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-tool{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 20px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-control-panel, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-panel{ padding: 24px; }.tc-wp-tool-root .thg-hashtag-generator-wrap textarea{ min-height: 148px; font-size: 1rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-btn{ min-height: 48px; font-size: 0.96rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-preview-box{ padding: 18px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-pill{ font-size: 0.92rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-skeleton, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-results{ gap: 10px; }}@media (min-width: 1200px) {.tc-wp-tool-root .thg-hashtag-generator-wrap{ padding: 64px 24px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-container{ max-width: 1200px; width: 100%; }.tc-wp-tool-root .thg-hashtag-generator-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-header p{ font-size: 1.08rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-tool{ gap: 24px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-control-panel, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-output-panel{ padding: 26px; }.tc-wp-tool-root .thg-hashtag-generator-wrap textarea{ min-height: 154px; font-size: 1.02rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-btn{ min-height: 50px; font-size: 1rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-preview-box{ padding: 20px; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-pill{ font-size: 0.94rem; }.tc-wp-tool-root .thg-hashtag-generator-wrap .thg-skeleton, .tc-wp-tool-root .thg-hashtag-generator-wrap .thg-results{ gap: 11px; }}.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 .thg-download-btn {}
.tc-wp-tool-root .thg-generate-btn {}
.tc-wp-tool-root .thg-platform-select {}
.tc-wp-tool-root .thg-quantity-select {}
.tc-wp-tool-root .thg-reset-btn {}
.tc-wp-tool-root .thg-topic-input {}