@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 .geo-tag-generator-tool, .tc-wp-tool-root .geo-tag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .geo-tag-generator-tool{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 18px;
  color: #142033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(84, 190, 255, .12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(84, 190, 255, .12) 1px, transparent 1px),
    radial-gradient(circle at 12% 18%, rgba(127, 111, 255, .16), transparent 28%),
    radial-gradient(circle at 88% 30%, rgba(53, 214, 169, .18), transparent 26%),
    linear-gradient(135deg, #f7fbff 0%, #f4fffb 48%, #fbf8ff 100%);
  background-size: 58px 58px, 58px 58px, auto, auto, auto;
  border-radius: 10px;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-float{
  position: absolute;
  display: inline-flex;
  align-items: center;
  max-width: 210px;
  padding: 8px 12px;
  border: 1px solid rgba(77, 130, 180, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .74);
  color: #436179;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 14px 35px rgba(38, 82, 124, .08);
  backdrop-filter: blur(8px);
}.tc-wp-tool-root .geo-tag-generator-tool .pin-one{ top: 44px; left: 28px; }.tc-wp-tool-root .geo-tag-generator-tool .pin-two{ top: 130px; right: 34px; }.tc-wp-tool-root .geo-tag-generator-tool .pin-three{ bottom: 96px; left: 44px; }.tc-wp-tool-root .geo-tag-generator-tool .pin-four{ bottom: 28px; right: 80px; }.tc-wp-tool-root .geo-tag-generator-tool .geo-hero{
  text-align: center;
  max-width: 840px;
  margin: 0 auto 24px;
  padding: 8px 0;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-hero h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #102033;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-hero p{
  margin: 0 auto;
  max-width: 760px;
  color: #52677c;
  font-size: 1rem;
  line-height: 1.65;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-dashboard{
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(116, 146, 178, .24);
  border-radius: 10px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 28px 70px rgba(35, 71, 109, .16);
  overflow: hidden;
  backdrop-filter: blur(12px);
}.tc-wp-tool-root .geo-tag-generator-tool .geo-settings-panel, .tc-wp-tool-root .geo-tag-generator-tool .geo-preview-panel{
  min-width: 0;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-settings-panel{
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(239, 249, 255, .95), rgba(245, 252, 249, .95)),
    linear-gradient(135deg, rgba(124, 109, 255, .08), transparent);
  border-right: 1px solid rgba(116, 146, 178, .2);
}.tc-wp-tool-root .geo-tag-generator-tool .geo-settings-panel h2, .tc-wp-tool-root .geo-tag-generator-tool .geo-preview-panel h2{
  margin: 0;
  color: #142033;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-field, .tc-wp-tool-root .geo-tag-generator-tool .geo-field-row{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-field{
  margin-top: 16px;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-field-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .geo-tag-generator-tool label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 7px;
  color: #20344a;
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.25;
}.tc-wp-tool-root .geo-tag-generator-tool label span{
  flex: 0 0 auto;
  color: #2d7b68;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
}.tc-wp-tool-root .geo-tag-generator-tool input, .tc-wp-tool-root .geo-tag-generator-tool select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(95, 127, 158, .28);
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  color: #142033;
  font: inherit;
  font-size: .94rem;
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
}.tc-wp-tool-root .geo-tag-generator-tool input::placeholder{
  color: #8293a5;
}.tc-wp-tool-root .geo-tag-generator-tool input:focus, .tc-wp-tool-root .geo-tag-generator-tool select:focus, .tc-wp-tool-root .geo-tag-generator-tool button:focus-visible{
  border-color: #4da3ff;
  box-shadow: 0 0 0 4px rgba(77, 163, 255, .18);
}.tc-wp-tool-root .geo-tag-generator-tool .geo-message, .tc-wp-tool-root .geo-tag-generator-tool .geo-success{
  min-height: 22px;
  margin-top: 14px;
  font-size: .88rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-validation{
  color: #a83d4a;
  font-weight: 700;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-success{
  margin-top: 12px;
  color: #24745f;
  font-weight: 750;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 14px;
  font: inherit;
  font-size: .93rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .geo-tag-generator-tool .geo-primary{
  color: #fff;
  background: linear-gradient(135deg, #1c79ff, #4b5cff 52%, #42bfa6);
  box-shadow: 0 14px 30px rgba(45, 105, 220, .25);
}.tc-wp-tool-root .geo-tag-generator-tool .geo-secondary{
  color: #17324d;
  border-color: rgba(74, 133, 190, .24);
  background: rgba(255, 255, 255, .82);
}.tc-wp-tool-root .geo-tag-generator-tool .geo-ghost{
  color: #43586f;
  border-color: rgba(105, 130, 154, .2);
  background: rgba(238, 246, 252, .76);
}.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-panel{
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(249, 253, 255, .94)),
    radial-gradient(circle at 80% 10%, rgba(81, 205, 170, .12), transparent 30%);
}.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-kicker{
  margin: 0 0 5px;
  color: #3d7dff;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-count{
  flex: 0 0 auto;
  max-width: 42%;
  padding: 7px 10px;
  border: 1px solid rgba(67, 151, 255, .2);
  border-radius: 10px;
  background: #eef7ff;
  color: #265d95;
  font-size: .78rem;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow: auto;
  padding: 16px;
  border: 1px solid rgba(101, 135, 168, .22);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fcff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-box::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-box::-webkit-scrollbar-track{
  background: #edf6fb;
  border-radius: 10px;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7dc8ff, #74d8bf);
  border-radius: 10px;
  border: 2px solid #edf6fb;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-map{
  position: relative;
  min-height: 96px;
  border: 1px solid rgba(91, 147, 198, .2);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(77, 163, 255, .12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(77, 163, 255, .12) 1px, transparent 1px),
    linear-gradient(135deg, #f4fbff, #f7fffb);
  background-size: 28px 28px;
  overflow: hidden;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-map span{
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #41c8a9;
  box-shadow: 0 0 0 8px rgba(65, 200, 169, .14);
  animation: geoPulse 1.7s ease-in-out infinite;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-map span:nth-child(1){ left: 18%; top: 34%; }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-map span:nth-child(2){ left: 52%; top: 58%; animation-delay: .2s; }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-map span:nth-child(3){ right: 16%; top: 28%; animation-delay: .4s; }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-card{
  display: grid;
  gap: 9px;
  padding: 14px;
  border: 1px solid rgba(91, 147, 198, .18);
  border-radius: 10px;
  background: #fff;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-card b, .tc-wp-tool-root .geo-tag-generator-tool .geo-skel-card i, .tc-wp-tool-root .geo-tag-generator-tool .geo-skel-card em{
  display: block;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #e9f2fb, #f8fbff, #e9f2fb);
  background-size: 220% 100%;
  animation: geoShimmer 1.4s ease-in-out infinite;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-card b{ width: 78%; }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-card i{ width: 56%; }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-card em{ width: 38%; }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-chips span{
  padding: 8px 10px;
  border: 1px solid rgba(65, 200, 169, .2);
  border-radius: 10px;
  background: #effcf8;
  color: #357262;
  font-size: .78rem;
  font-weight: 800;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-results-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-card{
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(85, 126, 166, .2);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fcff);
  box-shadow: 0 10px 24px rgba(30, 78, 118, .07);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-card-value{
  color: #13283e;
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.35;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-card-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-card-meta span{
  min-width: 0;
  padding: 6px 8px;
  border-radius: 10px;
  background: #eef7ff;
  color: #385f85;
  font-size: .73rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-copy-one{
  justify-self: start;
  width: auto;
  min-height: 34px;
  padding: 7px 10px;
  color: #1d685a;
  border-color: rgba(53, 180, 150, .26);
  background: #f0fffb;
  font-size: .76rem;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-text-output{
  margin: 0;
  width: 100%;
  max-width: 100%;
  white-space: pre-wrap;
  color: #1b2d42;
  font: 500 .88rem/1.62 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-output-actions{
  display: none;
  justify-content: flex-end;
  margin-top: 14px;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-output-actions.is-visible{
  display: flex;
}.tc-wp-tool-root .geo-tag-generator-tool .geo-copy-all{
  width: auto;
  min-width: 130px;
  color: #fff;
  background: linear-gradient(135deg, #2f9f88, #327cff);
  box-shadow: 0 12px 26px rgba(42, 130, 160, .2);
}@keyframes geoPulse {
  0%, 100% { transform: scale(.9); opacity: .7; }
  50% { transform: scale(1.08); opacity: 1; }
}@keyframes geoShimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 220% 50%; }
}@media (min-width: 1200px) {.tc-wp-tool-root .geo-tag-generator-tool{
    max-width: 1200px;
    padding: 42px 20px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-settings-panel, .tc-wp-tool-root .geo-tag-generator-tool .geo-preview-panel{
    padding: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .geo-tag-generator-tool{
    padding: 34px 18px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-dashboard{
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .geo-tag-generator-tool{
    padding: 30px 16px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-settings-panel{
    border-right: 0;
    border-bottom: 1px solid rgba(116, 146, 178, .2);
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .geo-tag-generator-tool{
    padding: 24px 12px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-hero p{
    font-size: .94rem;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-dashboard, .tc-wp-tool-root .geo-tag-generator-tool .geo-field-row, .tc-wp-tool-root .geo-tag-generator-tool .geo-results-grid, .tc-wp-tool-root .geo-tag-generator-tool .geo-skel-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-settings-panel, .tc-wp-tool-root .geo-tag-generator-tool .geo-preview-panel{
    padding: 18px;
  }.tc-wp-tool-root .geo-tag-generator-tool input, .tc-wp-tool-root .geo-tag-generator-tool select, .tc-wp-tool-root .geo-tag-generator-tool .geo-btn{
    min-height: 43px;
    font-size: .9rem;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-box{
    padding: 13px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-card{
    padding: 12px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-card-value, .tc-wp-tool-root .geo-tag-generator-tool .geo-text-output{
    font-size: .84rem;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-chips span{
    font-size: .74rem;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-head{
    flex-direction: column;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-count{
    max-width: 100%;
  }.tc-wp-tool-root .geo-tag-generator-tool .pin-one, .tc-wp-tool-root .geo-tag-generator-tool .pin-two, .tc-wp-tool-root .geo-tag-generator-tool .pin-three, .tc-wp-tool-root .geo-tag-generator-tool .pin-four{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .geo-tag-generator-tool{
    padding: 22px 10px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-hero p{
    font-size: .9rem;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-dashboard, .tc-wp-tool-root .geo-tag-generator-tool .geo-field-row, .tc-wp-tool-root .geo-tag-generator-tool .geo-results-grid, .tc-wp-tool-root .geo-tag-generator-tool .geo-skel-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-settings-panel, .tc-wp-tool-root .geo-tag-generator-tool .geo-preview-panel{
    padding: 15px;
  }.tc-wp-tool-root .geo-tag-generator-tool input, .tc-wp-tool-root .geo-tag-generator-tool select, .tc-wp-tool-root .geo-tag-generator-tool .geo-btn{
    min-height: 42px;
    padding: 10px;
    font-size: .88rem;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-box, .tc-wp-tool-root .geo-tag-generator-tool .geo-card{
    padding: 11px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-card-value, .tc-wp-tool-root .geo-tag-generator-tool .geo-text-output{
    font-size: .82rem;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-chips{
    gap: 7px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-chips span, .tc-wp-tool-root .geo-tag-generator-tool .geo-card-meta span{
    font-size: .71rem;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-head{
    flex-direction: column;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-count{
    max-width: 100%;
  }.tc-wp-tool-root .geo-tag-generator-tool .pin-one, .tc-wp-tool-root .geo-tag-generator-tool .pin-two, .tc-wp-tool-root .geo-tag-generator-tool .pin-three, .tc-wp-tool-root .geo-tag-generator-tool .pin-four{
    display: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .geo-tag-generator-tool{
    padding: 18px 8px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-hero p{
    font-size: .86rem;
    line-height: 1.52;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-dashboard, .tc-wp-tool-root .geo-tag-generator-tool .geo-field-row, .tc-wp-tool-root .geo-tag-generator-tool .geo-results-grid, .tc-wp-tool-root .geo-tag-generator-tool .geo-skel-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-settings-panel, .tc-wp-tool-root .geo-tag-generator-tool .geo-preview-panel{
    padding: 12px;
  }.tc-wp-tool-root .geo-tag-generator-tool input, .tc-wp-tool-root .geo-tag-generator-tool select, .tc-wp-tool-root .geo-tag-generator-tool .geo-btn{
    min-height: 40px;
    padding: 9px;
    font-size: .84rem;
  }.tc-wp-tool-root .geo-tag-generator-tool label{
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    font-size: .8rem;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-box, .tc-wp-tool-root .geo-tag-generator-tool .geo-card{
    padding: 10px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-card-value, .tc-wp-tool-root .geo-tag-generator-tool .geo-text-output{
    font-size: .78rem;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-chips{
    gap: 6px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-skel-chips span, .tc-wp-tool-root .geo-tag-generator-tool .geo-card-meta span{
    font-size: .68rem;
    padding: 6px 7px;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-preview-head{
    flex-direction: column;
  }.tc-wp-tool-root .geo-tag-generator-tool .geo-count{
    max-width: 100%;
  }.tc-wp-tool-root .geo-tag-generator-tool .pin-one, .tc-wp-tool-root .geo-tag-generator-tool .pin-two, .tc-wp-tool-root .geo-tag-generator-tool .pin-three, .tc-wp-tool-root .geo-tag-generator-tool .pin-four{
    display: none;
  }}.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 .geo-skeleton {}