@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 .tmc3x3-tool{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 44px 18px;
  color: #ecfeff;
  background:
    radial-gradient(circle at 12% 8%, rgba(45, 212, 191, 0.34), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(34, 211, 238, 0.24), transparent 34%),
    radial-gradient(circle at 48% 95%, rgba(99, 102, 241, 0.2), transparent 36%),
    linear-gradient(135deg, #061528 0%, #063044 42%, #0f766e 76%, #5eead4 132%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .tmc3x3-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-hero{
  text-align: center;
  margin: 0 auto 26px;
  max-width: 850px;
}.tc-wp-tool-root .tmc3x3-tool h1{
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f8ffff;
  text-shadow: 0 0 32px rgba(94, 234, 212, 0.22);
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-hero p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #c8f7f4;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-card{
  width: 100%;
  max-width: 100%;
  padding: 20px;
  border: 1px solid rgba(190, 242, 241, 0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(8, 28, 48, 0.78), rgba(10, 70, 79, 0.52));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-card:hover{
  transform: translateY(-2px);
  border-color: rgba(153, 246, 228, 0.42);
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.34), 0 0 34px rgba(45, 212, 191, 0.12);
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-card-head, .tc-wp-tool-root .tmc3x3-tool .tmc3x3-output-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .tmc3x3-tool h2{
  margin: 0;
  color: #f0fdfa;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding: 3px;
  scrollbar-color: #5eead4 rgba(7, 24, 40, 0.8);
  scrollbar-width: thin;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid input{
  width: 100%;
  max-width: 100%;
  height: 58px;
  min-width: 0;
  border: 1px solid rgba(165, 243, 252, 0.28);
  border-radius: 14px;
  background-color: rgba(2, 12, 27, 0.72);
  color: #f8ffff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  outline: none;
  box-shadow: inset 0 1px 12px rgba(0, 0, 0, 0.25);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid input:focus{
  border-color: #67e8f9;
  background-color: rgba(4, 25, 45, 0.92);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.18), 0 0 22px rgba(45, 212, 191, 0.22);
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid input.tmc3x3-invalid{
  border-color: #fb7185;
  background-color: rgba(76, 5, 25, 0.55);
  box-shadow: 0 0 0 3px rgba(251, 113, 133, 0.18);
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-control{
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-control label{
  color: #d8fffb;
  font-size: 0.88rem;
  font-weight: 700;
}.tc-wp-tool-root .tmc3x3-tool select, .tc-wp-tool-root .tmc3x3-tool select option{
  background-color: #062a3c;
  color: #ecfeff;
}.tc-wp-tool-root .tmc3x3-tool select{
  width: 100%;
  max-width: 100%;
  height: 48px;
  border: 1px solid rgba(165, 243, 252, 0.28);
  border-radius: 14px;
  padding: 0 14px;
  outline: none;
  font-size: 0.95rem;
  font-weight: 700;
  appearance: auto;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}.tc-wp-tool-root .tmc3x3-tool select:focus{
  border-color: #67e8f9;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.18), 0 0 22px rgba(45, 212, 191, 0.18);
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
}.tc-wp-tool-root .tmc3x3-tool button{
  font-family: inherit;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions button, .tc-wp-tool-root .tmc3x3-tool .tmc3x3-copy{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(190, 242, 241, 0.28);
  border-radius: 13px;
  color: #f8ffff;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions button{
  min-height: 48px;
  max-height: 56px;
  padding: 0 12px;
  font-size: 0.94rem;
  font-weight: 800;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-solve{
  background: linear-gradient(135deg, #0891b2, #14b8a6 54%, #5eead4);
  box-shadow: 0 14px 30px rgba(20, 184, 166, 0.24);
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-clear{
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 64, 86, 0.9));
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-copy{
  min-height: 34px;
  width: auto;
  padding: 0 11px;
  background: rgba(8, 47, 73, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions button:hover, .tc-wp-tool-root .tmc3x3-tool .tmc3x3-copy:hover{
  filter: brightness(1.08);
  border-color: rgba(153, 246, 228, 0.58);
  box-shadow: 0 0 24px rgba(45, 212, 191, 0.24);
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions button:active, .tc-wp-tool-root .tmc3x3-tool .tmc3x3-copy:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-output{
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border: 1px solid rgba(165, 243, 252, 0.2);
  border-radius: 14px;
  background: rgba(1, 12, 25, 0.58);
  color: #e9fffd;
  padding: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  scrollbar-color: #5eead4 rgba(7, 24, 40, 0.82);
  scrollbar-width: thin;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-result-output{
  max-height: 260px;
  font-size: 0.96rem;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-formula-output{
  max-height: 180px;
  font-size: 0.94rem;
  animation: tmc3x3Fade 220ms ease both;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-steps-output{
  max-height: 260px;
  font-size: 0.94rem;
  animation: tmc3x3Fade 240ms ease both;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-output.tmc3x3-reveal{
  animation: tmc3x3Reveal 260ms ease both;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  table-layout: fixed;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-table td{
  padding: 9px 8px;
  border: 1px solid rgba(165, 243, 252, 0.2);
  border-radius: 10px;
  background: rgba(15, 118, 110, 0.2);
  text-align: center;
  color: #f8ffff;
  font-weight: 800;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-error-text{
  color: #fecdd3;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  transform: translate(-50%, -50%) scale(0.96);
  width: min(88vw, 420px);
  padding: 14px 18px;
  border: 1px solid rgba(153, 246, 228, 0.4);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(4, 28, 44, 0.96), rgba(13, 92, 94, 0.96));
  color: #f8ffff;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), 0 0 36px rgba(45, 212, 191, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .tmc3x3-tool .tmc3x3-toast.tmc3x3-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes tmc3x3Reveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes tmc3x3Fade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tmc3x3-tool{ padding: 28px 10px; border-radius: 0 !important; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tmc3x3-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-hero p{ font-size: 0.86rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-card{ padding: 13px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-layout, .tc-wp-tool-root .tmc3x3-tool .tmc3x3-results{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid input{ width: 100%; height: 46px; font-size: 0.86rem; }.tc-wp-tool-root .tmc3x3-tool select{ width: 100%; height: 46px; font-size: 0.88rem; background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool select option{ background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions button{ min-height: 48px; max-height: 56px; font-size: 0.86rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-result-output{ font-size: 0.86rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-formula-output{ font-size: 0.84rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-steps-output{ font-size: 0.84rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tmc3x3-tool{ padding: 32px 12px; border-radius: 0 !important; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tmc3x3-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-hero p{ font-size: 0.9rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-card{ padding: 15px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-layout, .tc-wp-tool-root .tmc3x3-tool .tmc3x3-results{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid input{ width: 100%; height: 50px; font-size: 0.92rem; }.tc-wp-tool-root .tmc3x3-tool select{ width: 100%; height: 48px; font-size: 0.9rem; background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool select option{ background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions button{ min-height: 48px; max-height: 56px; font-size: 0.9rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-result-output{ font-size: 0.9rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-formula-output{ font-size: 0.88rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-steps-output{ font-size: 0.88rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tmc3x3-tool{ padding: 36px 16px; border-radius: 0 !important; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tmc3x3-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-hero p{ font-size: 0.94rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-card{ padding: 17px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-layout, .tc-wp-tool-root .tmc3x3-tool .tmc3x3-results{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid input{ width: 100%; height: 54px; font-size: 0.96rem; }.tc-wp-tool-root .tmc3x3-tool select{ width: 100%; height: 48px; font-size: 0.94rem; background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool select option{ background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions button{ min-height: 48px; max-height: 56px; font-size: 0.92rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-result-output{ font-size: 0.92rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-formula-output{ font-size: 0.9rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-steps-output{ font-size: 0.9rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tmc3x3-tool{ padding: 42px 22px; border-radius: 0 !important; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tmc3x3-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-hero p{ font-size: 0.98rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-card{ padding: 18px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-layout{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 16px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-results{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid input{ width: 100%; height: 54px; font-size: 0.96rem; }.tc-wp-tool-root .tmc3x3-tool select{ width: 100%; height: 48px; font-size: 0.94rem; background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool select option{ background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions button{ min-height: 48px; max-height: 56px; font-size: 0.92rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-result-output{ font-size: 0.94rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-formula-output{ font-size: 0.92rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-steps-output{ font-size: 0.92rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tmc3x3-tool{ padding: 48px 28px; border-radius: 0 !important; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tmc3x3-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-hero p{ font-size: 1rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-card{ padding: 20px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-layout{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 18px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-results{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid input{ width: 100%; height: 58px; font-size: 1rem; }.tc-wp-tool-root .tmc3x3-tool select{ width: 100%; height: 48px; font-size: 0.95rem; background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool select option{ background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions button{ min-height: 48px; max-height: 56px; font-size: 0.94rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-result-output{ font-size: 0.96rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-formula-output{ font-size: 0.94rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-steps-output{ font-size: 0.94rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .tmc3x3-tool{ padding: 54px 34px; border-radius: 0 !important; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tmc3x3-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-card{ padding: 22px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-layout{ grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: 20px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-results{ grid-template-columns: 1fr; gap: 20px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-matrix-grid input{ width: 100%; height: 60px; font-size: 1.02rem; }.tc-wp-tool-root .tmc3x3-tool select{ width: 100%; height: 50px; font-size: 0.96rem; background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool select option{ background-color: #062a3c; color: #ecfeff; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-actions button{ min-height: 48px; max-height: 56px; font-size: 0.95rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-result-output{ font-size: 0.98rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-formula-output{ font-size: 0.95rem; }.tc-wp-tool-root .tmc3x3-tool .tmc3x3-steps-output{ font-size: 0.95rem; }}.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 .tmc3x3-formula-card {}
.tc-wp-tool-root .tmc3x3-input-card {}
.tc-wp-tool-root .tmc3x3-result-card {}
.tc-wp-tool-root .tmc3x3-steps-card {}