@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 .va-rating-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 48px 18px;
  background:
    radial-gradient(circle at 12% 12%, rgba(31, 211, 196, 0.26), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(80, 181, 255, 0.22), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0b2030 46%, #102d38 100%);
  color: #f4fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .va-rating-tool, .tc-wp-tool-root .va-rating-tool div, .tc-wp-tool-root .va-rating-tool section, .tc-wp-tool-root .va-rating-tool header, .tc-wp-tool-root .va-rating-tool h1, .tc-wp-tool-root .va-rating-tool h2, .tc-wp-tool-root .va-rating-tool p, .tc-wp-tool-root .va-rating-tool label, .tc-wp-tool-root .va-rating-tool input, .tc-wp-tool-root .va-rating-tool select, .tc-wp-tool-root .va-rating-tool option, .tc-wp-tool-root .va-rating-tool button, .tc-wp-tool-root .va-rating-tool ol, .tc-wp-tool-root .va-rating-tool li{
  box-sizing: border-box;
  max-width: 100%;
}.tc-wp-tool-root .va-tool-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .va-tool-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .va-tool-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 18px 42px rgba(0, 224, 210, 0.16);
}.tc-wp-tool-root .va-tool-hero p{
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.55;
  color: #c6d7e2;
}.tc-wp-tool-root .va-tool-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .va-output-column{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}.tc-wp-tool-root .va-card{
  width: 100%;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(166, 229, 230, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(7, 18, 32, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), 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 .va-card:hover{
  transform: translateY(-3px);
  border-color: rgba(68, 232, 218, 0.34);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), 0 0 34px rgba(23, 207, 194, 0.09);
}.tc-wp-tool-root .va-card-header, .tc-wp-tool-root .va-output-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}.tc-wp-tool-root .va-card h2{
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #f7fdff;
}.tc-wp-tool-root .va-rating-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root .va-rating-row{
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr) minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(178, 225, 233, 0.14);
  background: rgba(5, 16, 28, 0.5);
}.tc-wp-tool-root .va-field{
  min-width: 0;
}.tc-wp-tool-root .va-field label{
  display: block;
  margin: 0 0 6px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  color: #9fc4cf;
}.tc-wp-tool-root .va-field input, .tc-wp-tool-root .va-field select{
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(178, 225, 233, 0.2);
  border-radius: 8px;
  background-color: #0b1d2c;
  color: #f3fbff;
  font-size: 0.95rem;
  line-height: 1.2;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .va-field input::placeholder{
  color: #7895a0;
}.tc-wp-tool-root .va-field select{
  appearance: auto;
}.tc-wp-tool-root .va-field select option{
  color: #f4fbff;
  background-color: #0b1d2c;
}.tc-wp-tool-root .va-field input:focus, .tc-wp-tool-root .va-field select:focus{
  border-color: #43e0d2;
  box-shadow: 0 0 0 3px rgba(67, 224, 210, 0.18), 0 0 24px rgba(67, 224, 210, 0.12);
  background-color: #0d2436;
}.tc-wp-tool-root .va-btn{
  width: auto;
  max-width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(166, 229, 230, 0.24);
  border-radius: 8px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  color: #f7fdff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background 150ms ease;
}.tc-wp-tool-root .va-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(71, 232, 220, 0.48);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0 24px rgba(67, 224, 210, 0.13);
}.tc-wp-tool-root .va-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .va-btn:focus-visible{
  outline: 3px solid rgba(93, 244, 226, 0.42);
  outline-offset: 2px;
}.tc-wp-tool-root .va-btn-primary{
  width: 100%;
  background: linear-gradient(135deg, #15b8b1, #23d7c5 48%, #79f3d4);
  color: #04151c;
  border-color: rgba(145, 255, 231, 0.64);
}.tc-wp-tool-root .va-btn-ghost{
  width: 100%;
  background: rgba(214, 232, 238, 0.08);
  color: #e4f4f8;
}.tc-wp-tool-root .va-btn-secondary{
  margin-top: 12px;
  background: rgba(38, 184, 176, 0.14);
  color: #dffef9;
}.tc-wp-tool-root .va-add-btn{
  width: 100%;
}.tc-wp-tool-root .va-btn-remove{
  width: 42px;
  height: 42px;
  padding: 0;
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.07);
}.tc-wp-tool-root .va-btn-copy{
  height: 36px;
  padding: 0 12px;
  font-size: 0.84rem;
  background: rgba(125, 241, 219, 0.12);
  color: #dffef9;
  flex: 0 0 auto;
}.tc-wp-tool-root .va-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 .va-action-row .va-btn{
  width: 100%;
  max-width: 100%;
  height: 50px;
}.tc-wp-tool-root .va-result-box, .tc-wp-tool-root .va-scroll-box{
  width: 100%;
  min-width: 0;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  scrollbar-width: thin;
  scrollbar-color: #42dcd0 rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .va-result-box::-webkit-scrollbar, .tc-wp-tool-root .va-scroll-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .va-result-box::-webkit-scrollbar-track, .tc-wp-tool-root .va-scroll-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .va-result-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .va-scroll-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#49e8dc, #1f9fb2);
  border-radius: 999px;
}.tc-wp-tool-root .va-result-box{
  max-height: 220px;
}.tc-wp-tool-root .va-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .va-steps-box{
  max-height: 220px;
}.tc-wp-tool-root .va-empty-state{
  padding: 18px;
  border-radius: 8px;
  color: #c8d9e2;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(178, 225, 233, 0.13);
}.tc-wp-tool-root .va-result-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  animation: vaReveal 260ms ease both;
}.tc-wp-tool-root .va-metric{
  min-width: 0;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(165, 235, 231, 0.18);
  background: linear-gradient(160deg, rgba(23, 189, 179, 0.16), rgba(255, 255, 255, 0.055));
}.tc-wp-tool-root .va-metric-label{
  display: block;
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  color: #9fc4cf;
}.tc-wp-tool-root .va-metric-value{
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.08;
  color: #ffffff;
}.tc-wp-tool-root .va-metric-main .va-metric-value{
  font-size: 2.4rem;
  color: #8dffe2;
  text-shadow: 0 0 24px rgba(89, 244, 222, 0.18);
}.tc-wp-tool-root .va-result-note{
  margin: 12px 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #c7dce5;
}.tc-wp-tool-root .va-formula-box, .tc-wp-tool-root .va-steps-box{
  padding: 16px;
  border-radius: 8px;
  background: rgba(5, 16, 28, 0.5);
  border: 1px solid rgba(178, 225, 233, 0.14);
  animation: vaFade 280ms ease both;
}.tc-wp-tool-root .va-formula-box p{
  margin: 0 0 8px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #e7f7fa;
}.tc-wp-tool-root .va-formula-box p:last-child{
  margin-bottom: 0;
}.tc-wp-tool-root .va-steps-box ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .va-steps-box li{
  margin: 0 0 8px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #e2f2f7;
}.tc-wp-tool-root .va-steps-box li:last-child{
  margin-bottom: 0;
}.tc-wp-tool-root .va-toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 9999;
  transform: translate(-50%, 20px);
  width: min(92vw, 420px);
  padding: 13px 16px;
  border-radius: 8px;
  border: 1px solid rgba(145, 255, 231, 0.28);
  background: rgba(6, 20, 31, 0.94);
  color: #f4fbff;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), 0 0 26px rgba(67, 224, 210, 0.14);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .va-toast.va-toast-show{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes vaReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes vaFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .va-rating-tool{
    padding: 30px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .va-tool-shell{
    width: 100%;
  }.tc-wp-tool-root .va-tool-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .va-tool-hero p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .va-tool-grid, .tc-wp-tool-root .va-output-column, .tc-wp-tool-root .va-result-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .va-card{
    padding: 14px;
  }.tc-wp-tool-root .va-rating-row{
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 10px;
  }.tc-wp-tool-root .va-field input, .tc-wp-tool-root .va-field select{
    width: 100%;
    height: 42px;
    font-size: 0.9rem;
    color: #f3fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-field select option{
    color: #f4fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-btn{
    height: 42px;
    padding: 0 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .va-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-tool-root .va-action-row .va-btn{
    min-height: 48px;
    max-height: 56px;
    height: 48px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .va-btn-remove{
    width: 100%;
  }.tc-wp-tool-root .va-metric-value{
    font-size: 1.2rem;
  }.tc-wp-tool-root .va-metric-main .va-metric-value{
    font-size: 2rem;
  }.tc-wp-tool-root .va-formula-box p, .tc-wp-tool-root .va-steps-box li{
    font-size: 0.9rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .va-rating-tool{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .va-tool-shell{
    width: 100%;
  }.tc-wp-tool-root .va-tool-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .va-tool-hero p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .va-tool-grid, .tc-wp-tool-root .va-output-column, .tc-wp-tool-root .va-result-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .va-card{
    padding: 15px;
  }.tc-wp-tool-root .va-rating-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .va-field input, .tc-wp-tool-root .va-field select{
    width: 100%;
    height: 44px;
    font-size: 0.92rem;
    color: #f3fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-field select option{
    color: #f4fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-btn{
    height: 43px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .va-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .va-action-row .va-btn{
    min-height: 48px;
    max-height: 56px;
    height: 50px;
  }.tc-wp-tool-root .va-btn-remove{
    width: 100%;
  }.tc-wp-tool-root .va-metric-main .va-metric-value{
    font-size: 2.1rem;
  }.tc-wp-tool-root .va-formula-box p, .tc-wp-tool-root .va-steps-box li{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .va-rating-tool{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .va-tool-shell{
    width: 100%;
  }.tc-wp-tool-root .va-tool-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .va-tool-hero p{
    font-size: 0.95rem;
  }.tc-wp-tool-root .va-tool-grid, .tc-wp-tool-root .va-output-column, .tc-wp-tool-root .va-result-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .va-card{
    padding: 17px;
  }.tc-wp-tool-root .va-rating-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .va-field input, .tc-wp-tool-root .va-field select{
    width: 100%;
    height: 45px;
    font-size: 0.95rem;
    color: #f3fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-field select option{
    color: #f4fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-btn{
    height: 44px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .va-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .va-action-row .va-btn{
    min-height: 50px;
    max-height: 56px;
    height: 52px;
  }.tc-wp-tool-root .va-btn-remove{
    width: 100%;
  }.tc-wp-tool-root .va-metric-main .va-metric-value{
    font-size: 2.2rem;
  }.tc-wp-tool-root .va-formula-box p, .tc-wp-tool-root .va-steps-box li{
    font-size: 0.94rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .va-rating-tool{
    padding: 44px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .va-tool-shell{
    width: min(100%, 940px);
  }.tc-wp-tool-root .va-tool-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .va-tool-hero p{
    font-size: 1rem;
  }.tc-wp-tool-root .va-tool-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .va-output-column{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .va-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .va-card{
    padding: 20px;
  }.tc-wp-tool-root .va-rating-row{
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr) minmax(0, 1fr) 42px;
    gap: 10px;
  }.tc-wp-tool-root .va-field input, .tc-wp-tool-root .va-field select{
    width: 100%;
    height: 44px;
    font-size: 0.95rem;
    color: #f3fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-field select option{
    color: #f4fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-btn{
    height: 44px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .va-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .va-action-row .va-btn{
    height: 50px;
  }.tc-wp-tool-root .va-metric-main .va-metric-value{
    font-size: 2.25rem;
  }.tc-wp-tool-root .va-formula-box p, .tc-wp-tool-root .va-steps-box li{
    font-size: 0.95rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .va-rating-tool{
    padding: 48px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .va-tool-shell{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .va-tool-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .va-tool-hero p{
    font-size: 1rem;
  }.tc-wp-tool-root .va-tool-grid{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 18px;
  }.tc-wp-tool-root .va-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .va-card{
    padding: 22px;
  }.tc-wp-tool-root .va-field input, .tc-wp-tool-root .va-field select{
    width: 100%;
    height: 44px;
    font-size: 0.95rem;
    color: #f3fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-field select option{
    color: #f4fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-btn{
    height: 44px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .va-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .va-action-row .va-btn{
    height: 50px;
  }.tc-wp-tool-root .va-metric-main .va-metric-value{
    font-size: 2.35rem;
  }.tc-wp-tool-root .va-formula-box p, .tc-wp-tool-root .va-steps-box li{
    font-size: 0.95rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .va-rating-tool{
    padding: 56px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .va-tool-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .va-tool-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .va-tool-hero p{
    font-size: 1.03rem;
  }.tc-wp-tool-root .va-tool-grid{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 20px;
  }.tc-wp-tool-root .va-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .va-card{
    padding: 24px;
  }.tc-wp-tool-root .va-field input, .tc-wp-tool-root .va-field select{
    width: 100%;
    height: 44px;
    font-size: 0.95rem;
    color: #f3fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-field select option{
    color: #f4fbff;
    background-color: #0b1d2c;
  }.tc-wp-tool-root .va-btn{
    height: 44px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .va-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .va-action-row .va-btn{
    height: 50px;
  }.tc-wp-tool-root .va-metric-main .va-metric-value{
    font-size: 2.45rem;
  }.tc-wp-tool-root .va-formula-box p, .tc-wp-tool-root .va-steps-box li{
    font-size: 0.96rem;
  }}.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 .va-formula-card {}
.tc-wp-tool-root .va-input-card {}
.tc-wp-tool-root .va-result-card {}
.tc-wp-tool-root .va-steps-card {}