@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;
}.wpc-scope-286 .tc-wp-tool-root img, .wpc-scope-286 .tc-wp-tool-root video, .wpc-scope-286 .tc-wp-tool-root svg, .wpc-scope-286 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7fbff;
  background:
    radial-gradient(circle at 15% 5%, rgba(48, 214, 255, 0.32), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(148, 92, 255, 0.35), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0c1230 48%, #080b18 100%);
  padding: 56px 18px;
  isolation: isolate;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-header{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 820px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-header h1{
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 850;
  color: #ffffff;
  text-shadow: 0 18px 55px rgba(49, 211, 255, 0.28);
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-header p{
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(229, 242, 255, 0.86);
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-panel, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-card, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-helper, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-style-card{
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  border: 1px solid rgba(199, 238, 255, 0.2);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-panel{
  border-radius: 28px;
  padding: 26px;
  margin-bottom: 30px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-control-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.8fr) auto;
  gap: 18px;
  align-items: end;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-field{
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-field span, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-kicker{
  color: rgba(183, 228, 255, 0.9);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-label-input, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-number{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(190, 232, 255, 0.22);
  background: rgba(4, 13, 28, 0.58);
  color: #ffffff;
  border-radius: 16px;
  outline: none;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-label-input{
  min-height: 76px;
  padding: 15px 16px;
  resize: vertical;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-number{
  min-height: 50px;
  padding: 12px 14px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-label-input:focus, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-number:focus, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-range:focus-visible, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-btn:focus-visible{
  border-color: rgba(70, 224, 255, 0.78);
  box-shadow: 0 0 0 4px rgba(63, 218, 255, 0.16), 0 0 34px rgba(63, 218, 255, 0.18);
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 12px;
  align-items: center;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-range{
  width: 100%;
  accent-color: #45ddff;
  min-height: 44px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-actions{
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-btn{
  border: 1px solid rgba(150, 232, 255, 0.28);
  border-radius: 16px;
  background: linear-gradient(135deg, #35d7ff, #8d6bff);
  color: #04101d;
  min-height: 50px;
  padding: 13px 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(44, 204, 255, 0.22);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease, opacity 170ms ease;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(121, 102, 255, 0.34);
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-btn:disabled{
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-btn-soft{
  background: rgba(255, 255, 255, 0.08);
  color: #eff9ff;
  box-shadow: none;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-output-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
  margin-top: 20px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-card, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-helper{
  border-radius: 22px;
  padding: 20px;
  min-width: 0;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-head, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-section-head, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-card-top{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-name, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-helper h2, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-section-head h2, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-style-name{
  margin: 5px 0 0;
  color: #ffffff;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-name, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-helper h2, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-section-head h2{
  font-size: 24px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-style-name{
  font-size: 18px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-code-chip, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-mini-chip, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-category-chip{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  border: 1px solid rgba(125, 226, 255, 0.28);
  background: rgba(55, 219, 255, 0.1);
  color: #d9f7ff;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-meta, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-helper-row, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-card-meta{
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 13px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-category, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-count{
  color: rgba(231, 246, 255, 0.78);
  font-size: 14px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-live-output, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box{
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
  border: 1px solid rgba(199, 238, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(79, 218, 255, 0.08), rgba(147, 113, 255, 0.08)),
    rgba(3, 10, 23, 0.54);
  color: #f8fcff;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 180px;
  padding: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-marker{
  display: inline-flex;
  border-radius: 10px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #c9f3ff;
  font-size: 12px;
  font-weight: 800;
  vertical-align: middle;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-invisible-slot{
  display: inline-block;
  min-width: 34px;
  min-height: 1em;
  margin: 0 8px;
  border-bottom: 1px dashed rgba(79, 221, 255, 0.5);
  vertical-align: middle;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-helper p, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-style-desc{
  margin: 10px 0 0;
  color: rgba(224, 241, 255, 0.77);
  line-height: 1.58;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-styles-section{
  width: 100%;
  max-width: 100%;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-section-head{
  margin: 0 0 16px;
  align-items: center;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-visible-count{
  color: rgba(218, 244, 255, 0.82);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-style-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 22px;
  padding: 18px;
  animation: itgenFadeUp 340ms ease both;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
  overflow: hidden;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-style-card:hover{
  transform: translateY(-4px);
  border-color: rgba(90, 225, 255, 0.42);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), 0 0 34px rgba(65, 214, 255, 0.13);
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box{
  font-size: 14px;
  min-height: 92px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-label{
  color: #ffffff;
  font-weight: 750;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-ghost-gap{
  display: inline-block;
  min-width: 22px;
  margin: 0 5px;
  border-bottom: 1px dashed rgba(62, 220, 255, 0.52);
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-card-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-select-btn{
  background: rgba(255, 255, 255, 0.08);
  color: #f2fbff;
  box-shadow: none;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-live-output::-webkit-scrollbar, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-live-output::-webkit-scrollbar-track, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-live-output::-webkit-scrollbar-thumb, .wpc-scope-286 .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(61, 219, 255, 0.72), rgba(143, 105, 255, 0.72));
  border-radius: 999px;
}@keyframes itgenFadeUp{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .itgen-tool-wrap{
    padding: 64px 24px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header h1{
    font-size: 64px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header p{
    font-size: 18px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-panel{
    padding: 28px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-style-card{
    padding: 19px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box{
    font-size: 14px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .itgen-tool-wrap{
    padding: 56px 22px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-shell{
    max-width: 1060px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header h1{
    font-size: 56px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header p{
    font-size: 17px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-label-input, .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-number, .tc-wp-tool-root .itgen-tool-wrap .itgen-btn{
    font-size: 15px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-style-card{
    padding: 18px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box{
    font-size: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .itgen-tool-wrap{
    padding: 46px 18px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-shell{
    max-width: 900px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-control-grid, .tc-wp-tool-root .itgen-tool-wrap .itgen-output-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header h1{
    font-size: 46px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header p{
    font-size: 16px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-label-input, .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-number, .tc-wp-tool-root .itgen-tool-wrap .itgen-btn{
    font-size: 15px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-style-card, .tc-wp-tool-root .itgen-tool-wrap .itgen-panel{
    padding: 18px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box{
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .itgen-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-shell{
    max-width: 100%;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-card-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-control-grid, .tc-wp-tool-root .itgen-tool-wrap .itgen-output-grid, .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header h1{
    font-size: 38px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header p{
    font-size: 15px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-panel, .tc-wp-tool-root .itgen-tool-wrap .itgen-style-card, .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-card, .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-helper{
    padding: 16px;
    border-radius: 20px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-label-input, .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-number, .tc-wp-tool-root .itgen-tool-wrap .itgen-btn{
    font-size: 15px;
    width: 100%;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-actions, .tc-wp-tool-root .itgen-tool-wrap .itgen-section-head, .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-head, .tc-wp-tool-root .itgen-tool-wrap .itgen-card-top{
    flex-direction: column;
    align-items: stretch;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .itgen-tool-wrap{
    padding: 32px 12px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-shell{
    max-width: 100%;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-control-grid, .tc-wp-tool-root .itgen-tool-wrap .itgen-output-grid, .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header h1{
    font-size: 33px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header p{
    font-size: 14px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-panel, .tc-wp-tool-root .itgen-tool-wrap .itgen-style-card, .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-card, .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-helper{
    padding: 15px;
    border-radius: 18px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-label-input, .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-number, .tc-wp-tool-root .itgen-tool-wrap .itgen-btn{
    font-size: 14px;
    width: 100%;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-actions, .tc-wp-tool-root .itgen-tool-wrap .itgen-section-head, .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-head, .tc-wp-tool-root .itgen-tool-wrap .itgen-card-top{
    flex-direction: column;
    align-items: stretch;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box{
    font-size: 13px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .itgen-tool-wrap{
    padding: 28px 10px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-shell{
    max-width: 100%;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-control-grid, .tc-wp-tool-root .itgen-tool-wrap .itgen-output-grid, .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header h1{
    font-size: 29px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-header p{
    font-size: 13px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-panel, .tc-wp-tool-root .itgen-tool-wrap .itgen-style-card, .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-card, .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-helper{
    padding: 13px;
    border-radius: 16px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-label-input, .tc-wp-tool-root .itgen-tool-wrap .itgen-repeat-number, .tc-wp-tool-root .itgen-tool-wrap .itgen-btn{
    font-size: 13px;
    width: 100%;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-actions, .tc-wp-tool-root .itgen-tool-wrap .itgen-section-head, .tc-wp-tool-root .itgen-tool-wrap .itgen-selected-head, .tc-wp-tool-root .itgen-tool-wrap .itgen-card-top{
    flex-direction: column;
    align-items: stretch;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-selected-name, .tc-wp-tool-root .itgen-tool-wrap .itgen-preview-helper h2, .tc-wp-tool-root .itgen-tool-wrap .itgen-section-head h2{
    font-size: 21px;
  }.tc-wp-tool-root .itgen-tool-wrap .itgen-preview-box{
    font-size: 13px;
  }}