@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 .html-page-counter-tool{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 14% 12%, rgba(45, 212, 191, 0.42), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(251, 113, 133, 0.36), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #1e1b4b 42%, #0f766e 100%);
  color: #f8fafc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .html-page-counter-tool .hpc-container, .tc-wp-tool-root .html-page-counter-tool .hpc-panel, .tc-wp-tool-root .html-page-counter-tool .hpc-grid, .tc-wp-tool-root .html-page-counter-tool .hpc-input-panel, .tc-wp-tool-root .html-page-counter-tool .hpc-results-panel, .tc-wp-tool-root .html-page-counter-tool .hpc-controls, .tc-wp-tool-root .html-page-counter-tool .hpc-field, .tc-wp-tool-root .html-page-counter-tool .hpc-actions, .tc-wp-tool-root .html-page-counter-tool .hpc-stats, .tc-wp-tool-root .html-page-counter-tool .hpc-stat, .tc-wp-tool-root .html-page-counter-tool .hpc-output-wrap{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-tool-root .html-page-counter-tool .hpc-container{
  width: min(100% - 32px, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .html-page-counter-tool .hpc-header{
  text-align: center;
  margin: 0 auto;
}.tc-wp-tool-root .html-page-counter-tool .hpc-title{
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  max-width: 100%;
  overflow-wrap: break-word;
  color: #ffffff;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.48);
  margin: 0;
  letter-spacing: 0;
}.tc-wp-tool-root .html-page-counter-tool .hpc-subtitle{
  margin: 10px auto 0;
  color: #dbeafe;
  max-width: 680px;
  overflow-wrap: break-word;
}.tc-wp-tool-root .html-page-counter-tool .hpc-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: stretch;
}.tc-wp-tool-root .html-page-counter-tool .hpc-input-panel, .tc-wp-tool-root .html-page-counter-tool .hpc-results-panel{
  display: flex;
  flex-direction: column;
  height: 100%;
}.tc-wp-tool-root .html-page-counter-tool .hpc-panel{
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 20px 55px rgba(2, 6, 23, 0.34);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .html-page-counter-tool .hpc-panel:hover{
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.55);
  box-shadow: 0 24px 68px rgba(2, 6, 23, 0.42);
}.tc-wp-tool-root .html-page-counter-tool .hpc-label{
  display: block;
  color: #eef6ff;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 7px;
}.tc-wp-tool-root .html-page-counter-tool .hpc-textarea, .tc-wp-tool-root .html-page-counter-tool .hpc-input, .tc-wp-tool-root .html-page-counter-tool .hpc-select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(226, 232, 240, 0.32);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.82);
  color: #ffffff;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  font-family: inherit;
}.tc-wp-tool-root .html-page-counter-tool .hpc-textarea{
  resize: vertical;
  max-height: 230px;
  overflow: auto;
  line-height: 1.48;
}.tc-wp-tool-root .html-page-counter-tool .hpc-textarea::placeholder, .tc-wp-tool-root .html-page-counter-tool .hpc-input::placeholder{
  color: #94a3b8;
}.tc-wp-tool-root .html-page-counter-tool .hpc-select option{
  color: #0f172a;
  background: #ffffff;
}.tc-wp-tool-root .html-page-counter-tool .hpc-textarea:focus, .tc-wp-tool-root .html-page-counter-tool .hpc-input:focus, .tc-wp-tool-root .html-page-counter-tool .hpc-select:focus, .tc-wp-tool-root .html-page-counter-tool .hpc-button:focus-visible{
  border-color: #67e8f9;
  box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.24), 0 0 22px rgba(45, 212, 191, 0.26);
}.tc-wp-tool-root .html-page-counter-tool .hpc-controls{
  display: grid;
}.tc-wp-tool-root .html-page-counter-tool .hpc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}.tc-wp-tool-root .html-page-counter-tool .hpc-button{
  appearance: none;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 56px;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}.tc-wp-tool-root .html-page-counter-tool .hpc-button:hover{
  transform: translateY(-1px);
  filter: brightness(1.04);
}.tc-wp-tool-root .html-page-counter-tool .hpc-button-primary{
  color: #082f49;
  background: linear-gradient(135deg, #67e8f9, #a7f3d0);
  box-shadow: 0 12px 26px rgba(34, 211, 238, 0.28);
}.tc-wp-tool-root .html-page-counter-tool .hpc-button-secondary, .tc-wp-tool-root .html-page-counter-tool .hpc-copy{
  color: #ffffff;
  background: rgba(15, 23, 42, 0.76);
  border: 1px solid rgba(226, 232, 240, 0.24);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.22);
}.tc-wp-tool-root .html-page-counter-tool .hpc-stats{
  display: grid;
}.tc-wp-tool-root .html-page-counter-tool .hpc-stat{
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.66);
  border: 1px solid rgba(226, 232, 240, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: hpcStatReveal 240ms ease both;
}.tc-wp-tool-root .html-page-counter-tool .hpc-stat-label{
  display: block;
  color: #bae6fd;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .html-page-counter-tool .hpc-stat-value{
  display: block;
  color: #ffffff;
  line-height: 1.1;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .html-page-counter-tool .hpc-output-wrap{
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 8px;
  overflow: hidden;
}.tc-wp-tool-root .html-page-counter-tool .hpc-output-title{
  margin: 0;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root .html-page-counter-tool .hpc-output{
  color: #e0f2fe;
  line-height: 1.5;
  overflow: auto;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .html-page-counter-tool .hpc-copy{
  width: 100%;
}.tc-wp-tool-root .html-page-counter-tool .hpc-toast{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  max-width: min(360px, calc(100vw - 36px));
  border-radius: 8px;
  padding: 11px 14px;
  background: rgba(15, 23, 42, 0.94);
  color: #ffffff;
  border: 1px solid rgba(103, 232, 249, 0.42);
  box-shadow: 0 18px 45px rgba(2, 6, 23, 0.42);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .html-page-counter-tool .hpc-toast.hpc-toast-show{
  opacity: 1;
  transform: translateY(0);
}@keyframes hpcStatReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .html-page-counter-tool{
    padding: 18px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-container{
    width: calc(100% - 24px);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.56);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-subtitle{
    font-size: 0.9rem;
    color: #e0f2fe;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-top: 16px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input-panel, .tc-wp-tool-root .html-page-counter-tool .hpc-results-panel{
    height: auto;
    gap: 12px;
    padding: 14px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-textarea{
    height: 130px;
    width: 100%;
    font-size: 0.9rem;
    padding: 11px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-controls{
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input, .tc-wp-tool-root .html-page-counter-tool .hpc-select{
    height: 42px;
    width: 100%;
    font-size: 0.9rem;
    padding: 0 10px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-button{
    height: 48px;
    max-height: 48px;
    padding: 0 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat{
    padding: 10px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-label{
    font-size: 0.68rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-value{
    font-size: 1.12rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-wrap{
    padding: 12px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-title{
    font-size: 0.98rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output{
    max-height: 118px;
    font-size: 0.88rem;
    margin-top: 8px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .html-page-counter-tool{
    padding: 20px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-container{
    width: calc(100% - 28px);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    color: #ffffff;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.54);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-subtitle{
    font-size: 0.94rem;
    color: #e0f2fe;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 18px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input-panel, .tc-wp-tool-root .html-page-counter-tool .hpc-results-panel{
    height: auto;
    gap: 13px;
    padding: 15px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-textarea{
    height: 142px;
    width: 100%;
    font-size: 0.92rem;
    padding: 12px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-controls{
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input, .tc-wp-tool-root .html-page-counter-tool .hpc-select{
    height: 43px;
    width: 100%;
    font-size: 0.92rem;
    padding: 0 11px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-button{
    height: 48px;
    max-height: 48px;
    padding: 0 12px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat{
    padding: 11px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-label{
    font-size: 0.7rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-value{
    font-size: 1.18rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-wrap{
    padding: 13px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-title{
    font-size: 1rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output{
    max-height: 126px;
    font-size: 0.9rem;
    margin-top: 8px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .html-page-counter-tool{
    padding: 24px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-container{
    width: calc(100% - 32px);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    color: #ffffff;
    text-shadow: 0 3px 22px rgba(0, 0, 0, 0.52);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-subtitle{
    font-size: 0.98rem;
    color: #e0f2fe;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-top: 20px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input-panel, .tc-wp-tool-root .html-page-counter-tool .hpc-results-panel{
    height: auto;
    gap: 14px;
    padding: 16px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-textarea{
    height: 154px;
    width: 100%;
    font-size: 0.95rem;
    padding: 12px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input, .tc-wp-tool-root .html-page-counter-tool .hpc-select{
    height: 44px;
    width: 100%;
    font-size: 0.94rem;
    padding: 0 11px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-button{
    height: 48px;
    max-height: 48px;
    padding: 0 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat{
    padding: 12px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-label{
    font-size: 0.72rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-value{
    font-size: 1.24rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-wrap{
    padding: 14px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-title{
    font-size: 1.02rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output{
    max-height: 135px;
    font-size: 0.92rem;
    margin-top: 8px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .html-page-counter-tool{
    padding: 32px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-container{
    width: calc(100% - 44px);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    color: #ffffff;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-subtitle{
    font-size: 1rem;
    color: #dbeafe;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-grid{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 24px;
    margin-top: 24px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input-panel, .tc-wp-tool-root .html-page-counter-tool .hpc-results-panel{
    height: 100%;
    gap: 14px;
    padding: 17px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-textarea{
    height: 175px;
    width: 100%;
    font-size: 0.95rem;
    padding: 13px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input, .tc-wp-tool-root .html-page-counter-tool .hpc-select{
    height: 44px;
    width: 100%;
    font-size: 0.93rem;
    padding: 0 11px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-button{
    height: 50px;
    max-height: 50px;
    padding: 0 14px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat{
    padding: 12px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-label{
    font-size: 0.7rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-value{
    font-size: 1.22rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-wrap{
    padding: 14px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-title{
    font-size: 1.02rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output{
    max-height: 145px;
    font-size: 0.91rem;
    margin-top: 8px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .html-page-counter-tool{
    padding: 38px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-container{
    width: calc(100% - 56px);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    color: #ffffff;
    text-shadow: 0 4px 26px rgba(0, 0, 0, 0.48);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-subtitle{
    font-size: 1.02rem;
    color: #dbeafe;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-grid{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 28px;
    margin-top: 26px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input-panel, .tc-wp-tool-root .html-page-counter-tool .hpc-results-panel{
    height: 100%;
    gap: 15px;
    padding: 18px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-textarea{
    height: 190px;
    width: 100%;
    font-size: 0.96rem;
    padding: 14px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input, .tc-wp-tool-root .html-page-counter-tool .hpc-select{
    height: 45px;
    width: 100%;
    font-size: 0.94rem;
    padding: 0 12px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-button{
    height: 51px;
    max-height: 51px;
    padding: 0 16px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stats{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat{
    padding: 12px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-label{
    font-size: 0.7rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-value{
    font-size: 1.2rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-wrap{
    padding: 15px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-title{
    font-size: 1.04rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output{
    max-height: 145px;
    font-size: 0.92rem;
    margin-top: 9px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .html-page-counter-tool{
    padding: 42px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-container{
    width: min(100% - 64px, 1200px);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    color: #ffffff;
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.48);
  }.tc-wp-tool-root .html-page-counter-tool .hpc-subtitle{
    font-size: 1.04rem;
    color: #dbeafe;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-grid{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
    margin-top: 28px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input-panel, .tc-wp-tool-root .html-page-counter-tool .hpc-results-panel{
    height: 100%;
    gap: 16px;
    padding: 20px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-textarea{
    height: 205px;
    width: 100%;
    font-size: 0.98rem;
    padding: 14px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-controls{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-input, .tc-wp-tool-root .html-page-counter-tool .hpc-select{
    height: 46px;
    width: 100%;
    font-size: 0.95rem;
    padding: 0 12px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-button{
    height: 52px;
    max-height: 52px;
    padding: 0 18px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stats{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat{
    padding: 13px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-label{
    font-size: 0.72rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-stat-value{
    font-size: 1.28rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-wrap{
    padding: 16px;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output-title{
    font-size: 1.06rem;
  }.tc-wp-tool-root .html-page-counter-tool .hpc-output{
    max-height: 150px;
    font-size: 0.94rem;
    margin-top: 9px;
  }}.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;
}