@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 .tbc-byte-counter-tool{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 56px 18px;
  background:
    radial-gradient(circle at 18% 12%, rgba(56, 189, 248, 0.42), transparent 31%),
    radial-gradient(circle at 82% 18%, rgba(244, 114, 182, 0.38), transparent 30%),
    linear-gradient(135deg, #101827 0%, #172554 42%, #4c1d95 100%);
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .tbc-byte-counter-tool, .tc-wp-tool-root .tbc-byte-counter-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-header{
  text-align: center;
  margin: 0 0 26px;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-title{
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-subtitle{
  margin: 10px auto 0;
  max-width: 720px;
  color: rgba(240, 249, 255, 0.88);
  font-size: 1rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 26px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-column{
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.54);
  box-shadow: 0 20px 55px rgba(2, 6, 23, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.42);
  box-shadow: 0 24px 65px rgba(2, 6, 23, 0.3), 0 0 26px rgba(56, 189, 248, 0.12);
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-input-card{
  flex: 1;
  padding: 24px;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.88rem;
  font-weight: 700;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  height: 190px;
  min-height: 170px;
  max-height: 230px;
  resize: vertical;
  border: 1px solid rgba(203, 213, 225, 0.22);
  border-radius: 14px;
  outline: none;
  padding: 15px 16px;
  background: rgba(2, 6, 23, 0.42);
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: inset 0 1px 16px rgba(0, 0, 0, 0.16);
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-textarea::placeholder{
  color: rgba(226, 232, 240, 0.55);
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-textarea:focus{
  border-color: rgba(125, 211, 252, 0.82);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.18), inset 0 1px 16px rgba(0, 0, 0, 0.16);
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-helper{
  margin-top: 10px;
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.84rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-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 .tbc-byte-counter-tool .tbc-btn{
  height: 50px;
  min-height: 46px;
  max-height: 54px;
  padding: 0 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn-primary{
  color: #06111f;
  background: linear-gradient(135deg, #67e8f9, #a7f3d0);
  box-shadow: 0 14px 34px rgba(34, 211, 238, 0.23);
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn-secondary{
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn-copy{
  color: #ffffff;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  box-shadow: 0 14px 34px rgba(236, 72, 153, 0.23);
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{
  padding: 22px;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat{
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 13px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
  animation: tbcReveal 240ms ease both;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-label{
  display: block;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-value{
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 850;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-label{
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-value{
  margin-top: 7px;
  color: #ffffff;
  font-size: 2.15rem;
  line-height: 1;
  font-weight: 900;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-status{
  margin-top: 8px;
  color: rgba(240, 249, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-track{
  width: 100%;
  height: 8px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-bar{
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22d3ee, #a7f3d0, #f9a8d4);
  transition: width 200ms ease;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-toast{
  min-height: 24px;
  margin-top: 14px;
  color: #ffffff;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tbc-byte-counter-tool .tbc-toast.tbc-show{
  opacity: 1;
  transform: translateY(0);
}@keyframes tbcReveal {
  from { opacity: 0.72; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px) {.tc-wp-tool-root .tbc-byte-counter-tool{ padding: 56px 18px; border-radius: 0 !important; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-inner{ width: 100%; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-header{ margin-bottom: 26px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-title{ color: #ffffff; font-size: clamp(1.5rem, 5vw, 2.8rem); text-shadow: 0 2px 18px rgba(0,0,0,.42); }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-subtitle{ color: rgba(240,249,255,.88); font-size: 1rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-grid{ grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 26px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-column{ height: 100%; gap: 14px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-input-card{ padding: 24px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-textarea{ width: 100%; height: 190px; min-height: 170px; max-height: 230px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn{ height: 52px; max-height: 54px; padding: 0 14px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat{ padding: 13px 12px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-label{ font-size: .72rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-value{ font-size: 1.35rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ min-height: 132px; padding: 22px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tbc-byte-counter-tool{ padding: 52px 18px; border-radius: 0 !important; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-inner{ width: 100%; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-header{ margin-bottom: 24px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-title{ color: #ffffff; font-size: clamp(1.5rem, 4.6vw, 2.55rem); text-shadow: 0 2px 18px rgba(0,0,0,.44); }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-subtitle{ color: rgba(240,249,255,.88); font-size: .98rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-grid{ grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 24px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-column{ height: 100%; gap: 13px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-card{ border-radius: 17px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-input-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ padding: 22px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-textarea{ width: 100%; height: 180px; min-height: 165px; max-height: 230px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn{ height: 50px; max-height: 54px; padding: 0 14px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat{ padding: 12px 10px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-label{ font-size: .7rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-value{ font-size: 1.25rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ min-height: 128px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tbc-byte-counter-tool{ padding: 44px 16px; border-radius: 0 !important; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-inner{ width: 100%; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-header{ margin-bottom: 22px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-title{ color: #ffffff; font-size: clamp(1.5rem, 4.8vw, 2.35rem); text-shadow: 0 2px 18px rgba(0,0,0,.45); }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-subtitle{ color: rgba(240,249,255,.9); font-size: .96rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-grid{ grid-template-columns: 1fr; gap: 20px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-column{ height: auto; gap: 13px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-input-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ padding: 20px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-textarea{ width: 100%; height: 170px; min-height: 150px; max-height: 185px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn{ height: 50px; max-height: 54px; padding: 0 14px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat{ padding: 12px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-label{ font-size: .72rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-value{ font-size: 1.3rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ min-height: 120px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tbc-byte-counter-tool{ padding: 38px 14px; border-radius: 0 !important; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-inner{ width: 100%; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-header{ margin-bottom: 22px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-title{ color: #ffffff; font-size: clamp(1.5rem, 7vw, 2.1rem); text-shadow: 0 2px 18px rgba(0,0,0,.48); }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-subtitle{ color: rgba(240,249,255,.9); font-size: .94rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-column{ height: auto; gap: 12px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-card{ border-radius: 16px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-input-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ padding: 17px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-textarea{ width: 100%; height: 150px; min-height: 140px; max-height: 160px; font-size: .96rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn{ height: 48px; max-height: 54px; padding: 0 12px; font-size: .92rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat{ padding: 11px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-label{ font-size: .7rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-value{ font-size: 1.22rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ min-height: 112px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-value{ font-size: 1.85rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tbc-byte-counter-tool{ padding: 34px 14px; border-radius: 0 !important; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-inner{ width: 100%; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-header{ margin-bottom: 22px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-title{ color: #ffffff; font-size: clamp(1.5rem, 8vw, 1.95rem); text-shadow: 0 2px 18px rgba(0,0,0,.5); }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-subtitle{ color: rgba(240,249,255,.92); font-size: .9rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-column{ height: auto; gap: 11px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-card{ border-radius: 15px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-input-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ padding: 15px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-textarea{ width: 100%; height: 145px; min-height: 135px; max-height: 160px; font-size: .94rem; padding: 13px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn{ height: 48px; max-height: 54px; padding: 0 10px; font-size: .9rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat{ padding: 10px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-label{ font-size: .68rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-value{ font-size: 1.12rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ min-height: 108px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-value{ font-size: 1.75rem; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tbc-byte-counter-tool{ padding: 34px 12px; border-radius: 0 !important; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-inner{ width: 100%; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-header{ margin-bottom: 22px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-title{ color: #ffffff; font-size: clamp(1.5rem, 8.5vw, 1.82rem); text-shadow: 0 2px 18px rgba(0,0,0,.52); }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-subtitle{ color: rgba(240,249,255,.92); font-size: .86rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-column{ height: auto; gap: 10px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-card{ border-radius: 14px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-input-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-card, .tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ padding: 14px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-textarea{ width: 100%; height: 138px; min-height: 130px; max-height: 160px; font-size: .92rem; padding: 12px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-btn{ height: 48px; max-height: 54px; padding: 0 8px; font-size: .86rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stats-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat{ padding: 9px 8px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-label{ font-size: .64rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-stat-value{ font-size: 1.02rem; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-card{ min-height: 104px; }.tc-wp-tool-root .tbc-byte-counter-tool .tbc-byte-value{ font-size: 1.6rem; }}.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 .tbc-left {}
.tc-wp-tool-root .tbc-right {}