@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");

/* 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 .lx-ts-page{
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #1f2937;
  font-family: "Inter", sans-serif;
}.tc-wp-tool-root .lx-ts-page *, .tc-wp-tool-root .lx-ts-page *::before, .tc-wp-tool-root .lx-ts-page *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-ts-page a{
  text-decoration: none;
}.tc-wp-tool-root .lx-ts-container{
  width: min(1350px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}.tc-wp-tool-root .lx-ts-section{
  padding: 104px 0;
}.tc-wp-tool-root .lx-ts-hero{
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(145deg, rgba(10, 15, 24, 0.9), rgba(11, 31, 58, 0.82), rgba(10, 15, 24, 0.94)), url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-sora-shimazaki-5668804.jpg");
  background-size: cover;
  background-position: center;
  isolation: isolate;
}.tc-wp-tool-root .lx-ts-hero-overlay, .tc-wp-tool-root .lx-ts-final-overlay{
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(201, 162, 39, 0.18), transparent 34%), rgba(7, 23, 44, 0.5);
  z-index: 1;
}.tc-wp-tool-root .lx-ts-hero-content, .tc-wp-tool-root .lx-ts-final-content{
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}.tc-wp-tool-root .lx-ts-badge, .tc-wp-tool-root .lx-ts-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 999px;
}.tc-wp-tool-root .lx-ts-badge{
  color: #0b1f3a;
  background: linear-gradient(135deg, #c9a227 0%, #d4af37 50%, #c9a227 100%);
  padding: 12px 18px;
  box-shadow: 0 18px 40px rgba(201, 162, 39, 0.22);
}.tc-wp-tool-root .lx-ts-eyebrow{
  color: #c9a227;
  background: rgba(201, 162, 39, 0.1);
  padding: 10px 14px;
  margin-bottom: 16px;
}.tc-wp-tool-root .lx-ts-hero h1, .tc-wp-tool-root .lx-ts-final-content h2{
  margin: 24px 0 20px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .lx-ts-hero h1{
  font-size: clamp(44px, 6vw, 78px);
}.tc-wp-tool-root .lx-ts-final-content h2{
  font-size: clamp(38px, 5vw, 64px);
}.tc-wp-tool-root .lx-ts-hero p, .tc-wp-tool-root .lx-ts-final-content p{
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
}.tc-wp-tool-root .lx-ts-hero .lx-ts-hero-seo{
  margin-top: 18px;
  font-size: 16px;
  color: rgba(239, 227, 184, 0.9);
}.tc-wp-tool-root .lx-ts-hero-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}.tc-wp-tool-root .lx-ts-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}.tc-wp-tool-root .lx-ts-btn:hover{
  transform: translateY(-3px);
}.tc-wp-tool-root .lx-ts-btn-gold{
  color: #0a0f18;
  background: linear-gradient(135deg, #c9a227 0%, #d4af37 50%, #c9a227 100%);
  box-shadow: 0 20px 42px rgba(201, 162, 39, 0.26);
}.tc-wp-tool-root .lx-ts-btn-outline{
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}.tc-wp-tool-root .lx-ts-btn-outline:hover{
  border-color: rgba(212, 175, 55, 0.72);
  background: rgba(201, 162, 39, 0.12);
  color: #ffffff;
}.tc-wp-tool-root .lx-ts-trust-row{
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}.tc-wp-tool-root .lx-ts-trust-row span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root .lx-ts-trust-row i{
  color: #d4af37;
}.tc-wp-tool-root .lx-ts-section-head{
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}.tc-wp-tool-root .lx-ts-section-head-left{
  margin-left: 0;
  text-align: left;
}.tc-wp-tool-root .lx-ts-section-head h2, .tc-wp-tool-root .lx-ts-promise-content h2{
  margin: 0;
  font-family: "Playfair Display", serif;
  color: #0b1f3a;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-tool-root .lx-ts-section-head p, .tc-wp-tool-root .lx-ts-promise-content p{
  margin: 16px 0 0;
  color: #6b7280;
  font-size: 17px;
  line-height: 1.75;
}.tc-wp-tool-root .lx-ts-intro{
  background: #faf7ef;
}.tc-wp-tool-root .lx-ts-intro-text{
  max-width: 960px;
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}.tc-wp-tool-root .lx-ts-intro-text p{
  color: #4b5563;
  line-height: 1.8;
  margin: 0;
}.tc-wp-tool-root .lx-ts-intro-grid, .tc-wp-tool-root .lx-ts-testimonials-grid, .tc-wp-tool-root .lx-ts-values-grid{
  display: grid;
  gap: 24px;
}.tc-wp-tool-root .lx-ts-intro-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-tool-root .lx-ts-intro-card, .tc-wp-tool-root .lx-ts-testimonial-card{
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(11, 31, 58, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}.tc-wp-tool-root .lx-ts-intro-card{
  padding: 32px;
}.tc-wp-tool-root .lx-ts-intro-card:hover, .tc-wp-tool-root .lx-ts-testimonial-card:hover{
  transform: translateY(-8px);
  border-color: rgba(201, 162, 39, 0.28);
  box-shadow: 0 28px 80px rgba(11, 31, 58, 0.13);
}.tc-wp-tool-root .lx-ts-icon, .tc-wp-tool-root .lx-ts-value-icon{
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #c9a227;
  background: rgba(201, 162, 39, 0.1);
  font-size: 24px;
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-ts-intro-card h3, .tc-wp-tool-root .lx-ts-featured-person h3, .tc-wp-tool-root .lx-ts-trust-card h3, .tc-wp-tool-root .lx-ts-testimonial-card h3, .tc-wp-tool-root .lx-ts-value-card h3, .tc-wp-tool-root .lx-ts-snapshot-card h3{
  margin: 0;
  font-family: "Playfair Display", serif;
  color: #0b1f3a;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .lx-ts-intro-card h3{
  font-size: 24px;
}.tc-wp-tool-root .lx-ts-intro-card p, .tc-wp-tool-root .lx-ts-testimonial-card p, .tc-wp-tool-root .lx-ts-value-card p{
  margin: 14px 0 0;
  color: #6b7280;
  line-height: 1.75;
}.tc-wp-tool-root .lx-ts-featured{
  background: #ffffff;
}.tc-wp-tool-root .lx-ts-featured-grid, .tc-wp-tool-root .lx-ts-promise-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: stretch;
}.tc-wp-tool-root .lx-ts-featured-quote{
  position: relative;
  padding: 42px;
  border-radius: 22px;
  background: #faf7ef;
  border: 1px solid rgba(15, 26, 46, 0.08);
  box-shadow: 0 24px 70px rgba(11, 31, 58, 0.08);
}.tc-wp-tool-root .lx-ts-quote-mark{
  position: absolute;
  right: 34px;
  top: 28px;
  color: rgba(201, 162, 39, 0.22);
  font-size: 70px;
}.tc-wp-tool-root .lx-ts-featured-person, .tc-wp-tool-root .lx-ts-card-top{
  display: flex;
  align-items: center;
  gap: 16px;
}.tc-wp-tool-root .lx-ts-featured-person img, .tc-wp-tool-root .lx-ts-card-top img{
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #efe3b8;
}.tc-wp-tool-root .lx-ts-featured-person h3, .tc-wp-tool-root .lx-ts-testimonial-card h3{
  font-size: 22px;
}.tc-wp-tool-root .lx-ts-featured-person span, .tc-wp-tool-root .lx-ts-card-top span{
  display: inline-flex;
  margin-top: 5px;
  color: #c9a227;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}.tc-wp-tool-root .lx-ts-featured-text{
  margin: 30px 0 0;
  color: #1f2937;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1.45;
}.tc-wp-tool-root .lx-ts-context{
  margin: 22px 0 0;
  color: #6b7280;
  line-height: 1.75;
}.tc-wp-tool-root .lx-ts-trust-card, .tc-wp-tool-root .lx-ts-snapshot-card{
  padding: 36px;
  border-radius: 22px;
  background: linear-gradient(145deg, #0a0f18 0%, #0b1f3a 50%, #0a0f18 100%);
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 23, 44, 0.24);
}.tc-wp-tool-root .lx-ts-trust-card h3, .tc-wp-tool-root .lx-ts-snapshot-card h3{
  color: #ffffff;
  font-size: 28px;
}.tc-wp-tool-root .lx-ts-trust-card ul, .tc-wp-tool-root .lx-ts-check-list{
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}.tc-wp-tool-root .lx-ts-trust-card li, .tc-wp-tool-root .lx-ts-check-list li{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
}.tc-wp-tool-root .lx-ts-trust-card i, .tc-wp-tool-root .lx-ts-check-list i{
  color: #d4af37;
}.tc-wp-tool-root .lx-ts-filter-section{
  padding: 38px 0;
  background: #f7f8fa;
  border-top: 1px solid rgba(15, 26, 46, 0.08);
  border-bottom: 1px solid rgba(15, 26, 46, 0.08);
}.tc-wp-tool-root .lx-ts-filter-wrap{
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}.tc-wp-tool-root .lx-ts-filter-btn{
  appearance: none;
  border: 1px solid rgba(15, 26, 46, 0.1);
  background: #ffffff;
  color: #0b1f3a;
  border-radius: 999px;
  padding: 12px 17px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}.tc-wp-tool-root .lx-ts-filter-btn:hover, .tc-wp-tool-root .lx-ts-filter-active{
  color: #0a0f18;
  background: linear-gradient(135deg, #c9a227 0%, #d4af37 50%, #c9a227 100%);
  border-color: transparent;
  transform: translateY(-2px);
}.tc-wp-tool-root .lx-ts-grid-section{
  background: #f7f8fa;
}.tc-wp-tool-root .lx-ts-testimonials-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-tool-root .lx-ts-testimonial-card{
  position: relative;
  padding: 28px;
  opacity: 1;
}.tc-wp-tool-root .lx-ts-testimonial-card.lx-ts-card-hidden{
  display: none;
}.tc-wp-tool-root .lx-ts-card-quote{
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(201, 162, 39, 0.16);
  font-size: 34px;
}.tc-wp-tool-root .lx-ts-card-top{
  padding-right: 34px;
}.tc-wp-tool-root .lx-ts-card-top img{
  width: 58px;
  height: 58px;
}.tc-wp-tool-root .lx-ts-testimonial-card h3{
  font-size: 19px;
}.tc-wp-tool-root .lx-ts-stars{
  display: flex;
  gap: 4px;
  color: #d4af37;
  font-size: 14px;
  margin-top: 22px;
}.tc-wp-tool-root .lx-ts-disclaimer{
  max-width: 850px;
  margin: 34px auto 0;
  padding: 16px 20px;
  border-radius: 14px;
  color: #4b5563;
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}.tc-wp-tool-root .lx-ts-values{
  background: linear-gradient(145deg, #0a0f18 0%, #0b1f3a 50%, #0a0f18 100%);
}.tc-wp-tool-root .lx-ts-values .lx-ts-section-head h2, .tc-wp-tool-root .lx-ts-values .lx-ts-section-head p{
  color: #ffffff;
}.tc-wp-tool-root .lx-ts-values .lx-ts-section-head p{
  color: rgba(255, 255, 255, 0.72);
}.tc-wp-tool-root .lx-ts-values-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-tool-root .lx-ts-value-card{
  padding: 30px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root .lx-ts-value-card h3{
  color: #ffffff;
  font-size: 22px;
}.tc-wp-tool-root .lx-ts-value-card p{
  color: rgba(255, 255, 255, 0.72);
}.tc-wp-tool-root .lx-ts-promise{
  background: #faf7ef;
}.tc-wp-tool-root .lx-ts-promise-grid{
  align-items: center;
}.tc-wp-tool-root .lx-ts-promise-content .lx-ts-check-list li{
  color: #1f2937;
}.tc-wp-tool-root .lx-ts-snapshot-card{
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}.tc-wp-tool-root .lx-ts-snapshot-item{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
}.tc-wp-tool-root .lx-ts-snapshot-item i{
  color: #d4af37;
  width: 20px;
}.tc-wp-tool-root .lx-ts-faq{
  background: #ffffff;
}.tc-wp-tool-root .lx-ts-faq-list{
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-ts-faq-item{
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  box-shadow: 0 16px 48px rgba(11, 31, 58, 0.06);
  overflow: hidden;
}.tc-wp-tool-root .lx-ts-faq-question{
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  color: #0b1f3a;
  padding: 20px 24px;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
}.tc-wp-tool-root .lx-ts-faq-question span{
  display: inline-flex;
  align-items: center;
  gap: 12px;
}.tc-wp-tool-root .lx-ts-faq-question span i{
  color: #c9a227;
  font-size: 18px;
}.tc-wp-tool-root .lx-ts-faq-question > i{
  color: #c9a227;
  transition: transform 0.3s ease;
}.tc-wp-tool-root .lx-ts-faq-open .lx-ts-faq-question > i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-ts-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}.tc-wp-tool-root .lx-ts-faq-answer p{
  margin: 0;
  padding: 0 24px 24px 56px;
  color: #6b7280;
  line-height: 1.75;
}.tc-wp-tool-root .lx-ts-final-cta{
  position: relative;
  padding: 116px 0;
  background-image: linear-gradient(145deg, rgba(10, 15, 24, 0.88), rgba(11, 31, 58, 0.82), rgba(10, 15, 24, 0.92)), url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-mikhail-nilov-8729809.jpg");
  background-size: cover;
  background-position: center;
  isolation: isolate;
}@media (max-width: 1200px) {.tc-wp-tool-root .lx-ts-container{
    width: min(1080px, calc(100% - 36px));
  }.tc-wp-tool-root .lx-ts-values-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 1024px) {.tc-wp-tool-root .lx-ts-section{
    padding: 88px 0;
  }.tc-wp-tool-root .lx-ts-testimonials-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .lx-ts-featured-grid, .tc-wp-tool-root .lx-ts-promise-grid{
    grid-template-columns: 1fr;
  }}@media (max-width: 991px) {.tc-wp-tool-root .lx-ts-hero{
    min-height: 660px;
  }.tc-wp-tool-root .lx-ts-intro-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .lx-ts-intro-text{
    grid-template-columns: 1fr;
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-ts-section{
    padding: 72px 0;
  }.tc-wp-tool-root .lx-ts-hero{
    min-height: auto;
    padding: 112px 0 92px;
  }.tc-wp-tool-root .lx-ts-intro-grid, .tc-wp-tool-root .lx-ts-testimonials-grid, .tc-wp-tool-root .lx-ts-values-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-ts-section-head-left{
    text-align: center;
    margin-left: auto;
  }.tc-wp-tool-root .lx-ts-featured-quote, .tc-wp-tool-root .lx-ts-trust-card, .tc-wp-tool-root .lx-ts-snapshot-card{
    padding: 30px;
  }.tc-wp-tool-root .lx-ts-featured-text{
    font-size: 25px;
  }.tc-wp-tool-root .lx-ts-faq-question{
    font-size: 19px;
  }.tc-wp-tool-root .lx-ts-faq-answer p{
    padding-left: 24px;
  }}@media (max-width: 576px) {.tc-wp-tool-root .lx-ts-container{
    width: min(100% - 28px, 1180px);
  }.tc-wp-tool-root .lx-ts-hero-actions, .tc-wp-tool-root .lx-ts-btn{
    width: 100%;
  }.tc-wp-tool-root .lx-ts-btn{
    padding-left: 16px;
    padding-right: 16px;
  }.tc-wp-tool-root .lx-ts-trust-row{
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }.tc-wp-tool-root .lx-ts-intro-card, .tc-wp-tool-root .lx-ts-testimonial-card, .tc-wp-tool-root .lx-ts-value-card{
    padding: 24px;
  }.tc-wp-tool-root .lx-ts-filter-wrap{
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }.tc-wp-tool-root .lx-ts-filter-btn{
    white-space: nowrap;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-ts-section{
    padding: 62px 0;
  }.tc-wp-tool-root .lx-ts-hero{
    padding: 94px 0 78px;
  }.tc-wp-tool-root .lx-ts-hero p, .tc-wp-tool-root .lx-ts-final-content p{
    font-size: 16px;
  }.tc-wp-tool-root .lx-ts-featured-person, .tc-wp-tool-root .lx-ts-card-top{
    align-items: flex-start;
  }.tc-wp-tool-root .lx-ts-quote-mark{
    font-size: 48px;
    right: 22px;
    top: 22px;
  }.tc-wp-tool-root .lx-ts-faq-question{
    padding: 18px;
    font-size: 18px;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-ts-hero h1{
    font-size: 38px;
  }.tc-wp-tool-root .lx-ts-section-head h2, .tc-wp-tool-root .lx-ts-promise-content h2{
    font-size: 31px;
  }.tc-wp-tool-root .lx-ts-featured-quote, .tc-wp-tool-root .lx-ts-trust-card, .tc-wp-tool-root .lx-ts-snapshot-card{
    padding: 24px;
  }.tc-wp-tool-root .lx-ts-featured-text{
    font-size: 22px;
  }}.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;
}