@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 .emc-tool-wrap, .tc-wp-tool-root .emc-tool-wrap .emc-shell, .tc-wp-tool-root .emc-tool-wrap .emc-panel, .tc-wp-tool-root .emc-tool-wrap .emc-field, .tc-wp-tool-root .emc-tool-wrap .emc-select, .tc-wp-tool-root .emc-tool-wrap .emc-cell, .tc-wp-tool-root .emc-tool-wrap .emc-btn, .tc-wp-tool-root .emc-tool-wrap .emc-mini-btn, .tc-wp-tool-root .emc-tool-wrap .emc-output-box{
  box-sizing: border-box;
}.tc-wp-tool-root .emc-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  color: #f4fffb;
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 212, 191, .38), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(99, 102, 241, .36), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #082f36 42%, #0f172a 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .emc-tool-wrap .emc-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .emc-tool-wrap .emc-hero{
  text-align: center;
}.tc-wp-tool-root .emc-tool-wrap .emc-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 16px 42px rgba(45, 212, 191, .34);
}.tc-wp-tool-root .emc-tool-wrap .emc-subtitle{
  margin: 12px auto 0;
  max-width: 720px;
  color: #c7f9ef;
  line-height: 1.55;
}.tc-wp-tool-root .emc-tool-wrap .emc-main{
  display: grid;
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .emc-tool-wrap .emc-output-stack{
  display: grid;
  gap: 16px;
  min-width: 0;
}.tc-wp-tool-root .emc-tool-wrap .emc-panel, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-card{
  min-width: 0;
  border: 1px solid rgba(199, 249, 239, .22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055)),
    rgba(6, 22, 34, .66);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .13);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}.tc-wp-tool-root .emc-tool-wrap .emc-panel:hover, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-card:hover{
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, .44);
  box-shadow: 0 28px 82px rgba(0, 0, 0, .42), 0 0 34px rgba(45, 212, 191, .12);
}.tc-wp-tool-root .emc-tool-wrap .emc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root .emc-tool-wrap .emc-card-head h2, .tc-wp-tool-root .emc-tool-wrap .emc-card-head h3{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .emc-tool-wrap .emc-control-grid{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root .emc-tool-wrap .emc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .emc-tool-wrap .emc-field span{
  color: #ddfff8;
  font-weight: 750;
  font-size: .82rem;
}.tc-wp-tool-root .emc-tool-wrap .emc-select, .tc-wp-tool-root .emc-tool-wrap .emc-cell{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(165, 243, 232, .32);
  background-color: #082f36;
  color: #f8fffd;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}.tc-wp-tool-root .emc-tool-wrap .emc-select{
  appearance: auto;
  border-radius: 12px;
  font-weight: 750;
}.tc-wp-tool-root .emc-tool-wrap .emc-select option{
  color: #f8fffd;
  background-color: #082f36;
}.tc-wp-tool-root .emc-tool-wrap .emc-select option:hover, .tc-wp-tool-root .emc-tool-wrap .emc-select option:checked, .tc-wp-tool-root .emc-tool-wrap .emc-select option:focus, .tc-wp-tool-root .emc-tool-wrap .emc-select option[selected]{
  color: #ffffff;
  background-color: #0f766e;
}.tc-wp-tool-root .emc-tool-wrap .emc-select:focus, .tc-wp-tool-root .emc-tool-wrap .emc-cell:focus{
  border-color: #5eead4;
  background-color: #0a3b44;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, .2), inset 0 1px 0 rgba(255, 255, 255, .12);
}.tc-wp-tool-root .emc-tool-wrap .emc-matrix-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
}.tc-wp-tool-root .emc-tool-wrap .emc-matrix-grid{
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .emc-tool-wrap .emc-cell{
  text-align: center;
  border-radius: 12px;
  font-weight: 800;
  -moz-appearance: textfield;
}.tc-wp-tool-root .emc-tool-wrap .emc-cell::-webkit-outer-spin-button, .tc-wp-tool-root .emc-tool-wrap .emc-cell::-webkit-inner-spin-button{
  margin: 0;
  -webkit-appearance: none;
}.tc-wp-tool-root .emc-tool-wrap .emc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
}.tc-wp-tool-root .emc-tool-wrap .emc-btn, .tc-wp-tool-root .emc-tool-wrap .emc-mini-btn{
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  text-align: center;
  font-weight: 850;
  color: #ffffff;
  transition: transform .16s ease, box-shadow .18s ease, filter .18s ease;
}.tc-wp-tool-root .emc-tool-wrap .emc-btn{
  min-width: 0;
  border-radius: 14px;
}.tc-wp-tool-root .emc-tool-wrap .emc-btn-primary{
  background: linear-gradient(135deg, #14b8a6, #22d3ee);
  box-shadow: 0 14px 34px rgba(34, 211, 238, .28);
}.tc-wp-tool-root .emc-tool-wrap .emc-btn-secondary{
  background: linear-gradient(135deg, #334155, #0f766e);
  box-shadow: 0 14px 34px rgba(15, 118, 110, .24);
}.tc-wp-tool-root .emc-tool-wrap .emc-mini-btn{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: .82rem;
  background: rgba(20, 184, 166, .22);
  border: 1px solid rgba(153, 246, 228, .32);
}.tc-wp-tool-root .emc-tool-wrap .emc-btn:hover, .tc-wp-tool-root .emc-tool-wrap .emc-mini-btn:hover{
  filter: brightness(1.08);
  box-shadow: 0 18px 42px rgba(45, 212, 191, .3);
}.tc-wp-tool-root .emc-tool-wrap .emc-btn:active, .tc-wp-tool-root .emc-tool-wrap .emc-mini-btn:active{
  transform: translateY(1px) scale(.99);
}.tc-wp-tool-root .emc-tool-wrap .emc-btn:focus-visible, .tc-wp-tool-root .emc-tool-wrap .emc-mini-btn:focus-visible{
  outline: 3px solid rgba(167, 243, 208, .8);
  outline-offset: 3px;
}.tc-wp-tool-root .emc-tool-wrap .emc-output-box{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(153, 246, 228, .24);
  background: rgba(2, 12, 20, .46);
  color: #ecfffb;
  line-height: 1.55;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: emcReveal .22s ease both;
}.tc-wp-tool-root .emc-tool-wrap .emc-result-box{
  max-height: 260px;
}.tc-wp-tool-root .emc-tool-wrap .emc-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .emc-tool-wrap .emc-steps-box{
  max-height: 260px;
}.tc-wp-tool-root .emc-tool-wrap .emc-matrix-out{
  display: inline-grid;
  gap: 6px;
  min-width: max-content;
  max-height: 280px;
  overflow: auto;
  margin: 2px 0;
}.tc-wp-tool-root .emc-tool-wrap .emc-matrix-out-row{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(58px, auto);
  gap: 6px;
}.tc-wp-tool-root .emc-tool-wrap .emc-matrix-out-cell{
  padding: 7px 9px;
  border-radius: 9px;
  background: rgba(45, 212, 191, .12);
  border: 1px solid rgba(153, 246, 228, .18);
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: #ffffff;
}.tc-wp-tool-root .emc-tool-wrap .emc-step-list{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .emc-tool-wrap .emc-step-list li{
  margin: 4px 0;
}.tc-wp-tool-root .emc-tool-wrap .emc-error{
  color: #fecaca;
  font-weight: 850;
}.tc-wp-tool-root .emc-tool-wrap .emc-toast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 9999;
  transform: translate(-50%, 16px);
  max-width: min(92vw, 420px);
  padding: 12px 16px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(8, 47, 54, .94);
  border: 1px solid rgba(153, 246, 228, .4);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .34), 0 0 28px rgba(45, 212, 191, .18);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-weight: 800;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root .emc-tool-wrap .emc-toast.emc-show{
  opacity: 1;
  transform: translate(-50%, 0);
}.tc-wp-tool-root .emc-tool-wrap .emc-output-box::-webkit-scrollbar, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-scroll::-webkit-scrollbar, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-out::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.tc-wp-tool-root .emc-tool-wrap .emc-output-box::-webkit-scrollbar-track, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-scroll::-webkit-scrollbar-track, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-out::-webkit-scrollbar-track{
  background: rgba(15, 23, 42, .56);
  border-radius: 999px;
}.tc-wp-tool-root .emc-tool-wrap .emc-output-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-scroll::-webkit-scrollbar-thumb, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-out::-webkit-scrollbar-thumb{
  background: rgba(94, 234, 212, .55);
  border-radius: 999px;
}@keyframes emcReveal {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .emc-tool-wrap{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .emc-tool-wrap .emc-shell{ width: 100%; }.tc-wp-tool-root .emc-tool-wrap .emc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .emc-tool-wrap .emc-subtitle{ font-size: .9rem; }.tc-wp-tool-root .emc-tool-wrap .emc-main, .tc-wp-tool-root .emc-tool-wrap .emc-output-stack, .tc-wp-tool-root .emc-tool-wrap .emc-control-grid{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .emc-tool-wrap .emc-main{ gap: 12px; margin-top: 18px; }.tc-wp-tool-root .emc-tool-wrap .emc-panel, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-card{ padding: 13px; border-radius: 14px; }.tc-wp-tool-root .emc-tool-wrap .emc-input-card{ display: grid; gap: 12px; }.tc-wp-tool-root .emc-tool-wrap .emc-select{ height: 44px; padding: 0 10px; font-size: .92rem; }.tc-wp-tool-root .emc-tool-wrap .emc-matrix-grid{ grid-template-columns: repeat(var(--emc-cols), minmax(42px, 1fr)); }.tc-wp-tool-root .emc-tool-wrap .emc-cell{ min-width: 42px; height: 42px; font-size: .86rem; padding: 4px; }.tc-wp-tool-root .emc-tool-wrap .emc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .emc-tool-wrap .emc-btn{ height: 48px; padding: 0 8px; font-size: .86rem; }.tc-wp-tool-root .emc-tool-wrap .emc-output-box{ padding: 11px; font-size: .88rem; }.tc-wp-tool-root .emc-tool-wrap .emc-formula-box{ font-size: .86rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .emc-tool-wrap{ padding: 26px 12px; border-radius: 0 !important; }.tc-wp-tool-root .emc-tool-wrap .emc-shell{ width: 100%; }.tc-wp-tool-root .emc-tool-wrap .emc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .emc-tool-wrap .emc-subtitle{ font-size: .94rem; }.tc-wp-tool-root .emc-tool-wrap .emc-main, .tc-wp-tool-root .emc-tool-wrap .emc-output-stack, .tc-wp-tool-root .emc-tool-wrap .emc-control-grid{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .emc-tool-wrap .emc-main{ gap: 14px; margin-top: 20px; }.tc-wp-tool-root .emc-tool-wrap .emc-panel, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-card{ padding: 15px; border-radius: 15px; }.tc-wp-tool-root .emc-tool-wrap .emc-input-card{ display: grid; gap: 13px; }.tc-wp-tool-root .emc-tool-wrap .emc-select{ height: 46px; padding: 0 11px; font-size: .94rem; }.tc-wp-tool-root .emc-tool-wrap .emc-matrix-grid{ grid-template-columns: repeat(var(--emc-cols), minmax(48px, 1fr)); }.tc-wp-tool-root .emc-tool-wrap .emc-cell{ min-width: 48px; height: 45px; font-size: .9rem; padding: 5px; }.tc-wp-tool-root .emc-tool-wrap .emc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .emc-tool-wrap .emc-btn{ height: 50px; padding: 0 10px; font-size: .9rem; }.tc-wp-tool-root .emc-tool-wrap .emc-output-box{ padding: 12px; font-size: .9rem; }.tc-wp-tool-root .emc-tool-wrap .emc-formula-box{ font-size: .88rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .emc-tool-wrap{ padding: 30px 14px; border-radius: 0 !important; }.tc-wp-tool-root .emc-tool-wrap .emc-shell{ width: 100%; }.tc-wp-tool-root .emc-tool-wrap .emc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .emc-tool-wrap .emc-subtitle{ font-size: .98rem; }.tc-wp-tool-root .emc-tool-wrap .emc-main, .tc-wp-tool-root .emc-tool-wrap .emc-output-stack, .tc-wp-tool-root .emc-tool-wrap .emc-control-grid{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .emc-tool-wrap .emc-main{ gap: 15px; margin-top: 22px; }.tc-wp-tool-root .emc-tool-wrap .emc-panel, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-card{ padding: 16px; border-radius: 16px; }.tc-wp-tool-root .emc-tool-wrap .emc-input-card{ display: grid; gap: 14px; }.tc-wp-tool-root .emc-tool-wrap .emc-select{ height: 48px; padding: 0 12px; font-size: .96rem; }.tc-wp-tool-root .emc-tool-wrap .emc-matrix-grid{ grid-template-columns: repeat(var(--emc-cols), minmax(52px, 1fr)); }.tc-wp-tool-root .emc-tool-wrap .emc-cell{ min-width: 52px; height: 48px; font-size: .94rem; padding: 6px; }.tc-wp-tool-root .emc-tool-wrap .emc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .emc-tool-wrap .emc-btn{ height: 52px; padding: 0 12px; font-size: .94rem; }.tc-wp-tool-root .emc-tool-wrap .emc-output-box{ padding: 13px; font-size: .92rem; }.tc-wp-tool-root .emc-tool-wrap .emc-formula-box{ font-size: .9rem; }}@media (max-width: 299px) {.tc-wp-tool-root .emc-tool-wrap .emc-action-row{ grid-template-columns: 1fr !important; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .emc-tool-wrap{ padding: 42px 22px; border-radius: 0 !important; }.tc-wp-tool-root .emc-tool-wrap .emc-shell{ width: 100%; }.tc-wp-tool-root .emc-tool-wrap .emc-subtitle{ font-size: 1rem; }.tc-wp-tool-root .emc-tool-wrap .emc-main{ grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }.tc-wp-tool-root .emc-tool-wrap .emc-control-grid{ grid-template-columns: .7fr .7fr 1.2fr; }.tc-wp-tool-root .emc-tool-wrap .emc-panel, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-card{ padding: 18px; }.tc-wp-tool-root .emc-tool-wrap .emc-input-card{ display: grid; gap: 15px; }.tc-wp-tool-root .emc-tool-wrap .emc-select{ height: 48px; padding: 0 12px; font-size: .98rem; }.tc-wp-tool-root .emc-tool-wrap .emc-matrix-grid{ grid-template-columns: repeat(var(--emc-cols), minmax(68px, 1fr)); }.tc-wp-tool-root .emc-tool-wrap .emc-cell{ height: 52px; font-size: 1rem; padding: 8px; }.tc-wp-tool-root .emc-tool-wrap .emc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .emc-tool-wrap .emc-btn{ height: 52px; padding: 0 16px; font-size: .98rem; }.tc-wp-tool-root .emc-tool-wrap .emc-output-box{ padding: 15px; font-size: .95rem; }.tc-wp-tool-root .emc-tool-wrap .emc-formula-box{ font-size: .93rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .emc-tool-wrap{ padding: 52px 26px; border-radius: 0 !important; }.tc-wp-tool-root .emc-tool-wrap .emc-shell{ width: 100%; }.tc-wp-tool-root .emc-tool-wrap .emc-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .emc-tool-wrap .emc-main{ grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 20px; margin-top: 32px; }.tc-wp-tool-root .emc-tool-wrap .emc-control-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .emc-tool-wrap .emc-op-field{ grid-column: 1 / -1; }.tc-wp-tool-root .emc-tool-wrap .emc-panel, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-card{ padding: 20px; }.tc-wp-tool-root .emc-tool-wrap .emc-input-card{ display: grid; gap: 16px; }.tc-wp-tool-root .emc-tool-wrap .emc-select{ height: 48px; padding: 0 13px; font-size: 1rem; }.tc-wp-tool-root .emc-tool-wrap .emc-matrix-grid{ grid-template-columns: repeat(var(--emc-cols), minmax(56px, 1fr)); }.tc-wp-tool-root .emc-tool-wrap .emc-cell{ height: 50px; font-size: .98rem; padding: 7px; }.tc-wp-tool-root .emc-tool-wrap .emc-btn{ height: 52px; padding: 0 18px; font-size: 1rem; }.tc-wp-tool-root .emc-tool-wrap .emc-output-box{ padding: 16px; font-size: .96rem; }.tc-wp-tool-root .emc-tool-wrap .emc-formula-box{ font-size: .94rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .emc-tool-wrap{ padding: 60px 30px; border-radius: 0 !important; }.tc-wp-tool-root .emc-tool-wrap .emc-shell{ width: 100%; }.tc-wp-tool-root .emc-tool-wrap .emc-subtitle{ font-size: 1.06rem; }.tc-wp-tool-root .emc-tool-wrap .emc-main{ grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 22px; margin-top: 34px; }.tc-wp-tool-root .emc-tool-wrap .emc-control-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .emc-tool-wrap .emc-op-field{ grid-column: 1 / -1; }.tc-wp-tool-root .emc-tool-wrap .emc-panel, .tc-wp-tool-root .emc-tool-wrap .emc-matrix-card{ padding: 22px; }.tc-wp-tool-root .emc-tool-wrap .emc-input-card{ display: grid; gap: 17px; }.tc-wp-tool-root .emc-tool-wrap .emc-select{ height: 50px; padding: 0 14px; font-size: 1rem; }.tc-wp-tool-root .emc-tool-wrap .emc-matrix-grid{ grid-template-columns: repeat(var(--emc-cols), minmax(62px, 1fr)); }.tc-wp-tool-root .emc-tool-wrap .emc-cell{ height: 52px; font-size: 1rem; padding: 8px; }.tc-wp-tool-root .emc-tool-wrap .emc-btn{ height: 54px; padding: 0 20px; font-size: 1rem; }.tc-wp-tool-root .emc-tool-wrap .emc-output-box{ padding: 17px; font-size: .98rem; }.tc-wp-tool-root .emc-tool-wrap .emc-formula-box{ font-size: .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 .emc-formula-card {}
.tc-wp-tool-root .emc-result-card {}
.tc-wp-tool-root .emc-steps-card {}