/*$whitesmoke: #e2e2e2;*/
/*#cff0f9*/
.tips-page,
.tip-article-page,
.tip-category-page {
  padding: 40px 0 80px;
  color: #0b0c0e;
  font-family: "SuisseIntl";
}

html:has(.tip-article-page) {
  scroll-padding-top: 112px;
  scroll-behavior: smooth;
}

.tips-shell {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 576px) {
  .tips-shell {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .tips-shell {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .tips-shell {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .tips-shell {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .tips-shell {
    max-width: 1320px;
  }
}

.tips-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 0;
}

.tips-header h1,
.tip-category-page h1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0;
  color: #0b0c0e;
  margin: 0;
}

.tip-article-page h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #0b0c0e;
  margin: 0 0 16px;
}

.tips-intro {
  margin: 0;
  max-width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5c6370;
}

.tips-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  margin-bottom: 64px;
}

.tips-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tips-page .tips-filter,
.tip-category-page .tips-filter {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e4e7eb;
  background: #fff;
  border-radius: 100px;
  padding: 8px 16px;
  font-family: "SuisseIntl";
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #0b0c0e;
  cursor: pointer;
}

.tips-page .tips-filter:hover,
.tip-category-page .tips-filter:hover {
  background: #ebfaff;
  border-color: #e4e7eb;
}

.tips-page .tips-filter.is-active,
.tip-category-page .tips-filter.is-active,
.tips-page .tips-filter.is-active:hover,
.tip-category-page .tips-filter.is-active:hover {
  background: #7FE5FF;
  border-color: #7FE5FF;
}

.tips-search-wrap {
  position: relative;
  width: 320px;
  max-width: 100%;
  height: 36px;
}

.tips-search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

.tips-page .tips-search {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 36px;
  padding: 8px 12px 8px 40px;
  border: 1px solid #bcc3c0;
  border-radius: 6px;
  background: #fff;
  font-family: "SuisseIntl";
  font-size: 14px;
  line-height: 1;
  color: #0b0c0e;
}

.tips-page .tips-search::placeholder {
  color: #666;
}

.tips-page .tips-search:focus {
  outline: none;
  border-color: #0b0c0e;
}

.tips-featured {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
  text-decoration: none;
  color: inherit;
}

.tips-featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 310px;
  gap: 16px;
  min-width: 0;
  padding-top: 0;
}

.tips-featured:hover,
.tips-card:hover {
  color: inherit;
  text-decoration: none;
}

.tips-featured:hover .tips-featured-cta {
  color: #fff;
}

.tips-featured .tips-media {
  width: 620px;
  height: 380px;
  max-width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 16px;
}

.tips-featured .tips-card-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}

.tips-featured .tips-excerpt {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.tips-featured-copy .tips-meta {
  margin: 0;
  padding: 0;
}

.tips-featured-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 200px;
  height: 53px;
  padding: 17px 15px;
  border: 1px solid #0b0c0e;
  border-radius: 8px;
  background: #0b0c0e;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.tips-listing-head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 32px;
}

.tips-listing-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  flex: 1 1 auto;
  color: #0b0c0e;
  scroll-margin-top: 90px;
}

.tips-show-all {
  display: none;
  flex: 0 0 auto;
  margin-left: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0b0c0e;
  text-decoration: none;
  white-space: nowrap;
}

.tips-show-all:hover {
  color: #0b0c0e;
  text-decoration: none;
}

.tips-listing-footer {
  display: flex;
  justify-content: center;
  margin: 70px 0 0;
}

.tips-load-more {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 53px;
  padding: 17px 24px;
  border: 1px solid #0b0c0e;
  border-radius: 8px;
  background: #0b0c0e;
  color: #fff;
  font-family: "SuisseIntl";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.tips-load-more:hover {
  background: #424649;
  border-color: #424649;
  color: #fff;
}

.tips-pagination {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.tips-page-btn {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  background: #fff;
  color: #0b0c0e;
  font-family: "SuisseIntl";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.tips-page-btn.is-active {
  background: #7FE5FF;
  border-color: #7FE5FF;
}

.tips-page-btn:disabled {
  cursor: default;
}

.tips-page.is-flush-footer,
.tip-article-page.is-flush-footer {
  padding-bottom: 0;
}

.tips-category-banner {
  margin-top: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tips-category-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tips-category-banner-copy {
  min-width: 0;
  max-width: 720px;
}

.tips-category-banner-title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #0b0c0e;
}

.tips-category-banner-text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #0b0c0e;
}

.tips-category-banner-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 53px;
  padding: 17px 24px;
  border-radius: 8px;
  font-family: "SuisseIntl";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.tips-category-banner-cta:hover {
  text-decoration: none;
  opacity: 0.92;
}

.tips-ai-banner {
  margin-top: 70px;
  padding: 56px 48px 72px;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--tips-ai-bg-start, #7FE5FF) 0%, var(--tips-ai-bg-start, #7FE5FF) 58%, color-mix(in srgb, var(--tips-ai-bg-start, #7FE5FF) 45%, var(--tips-ai-bg-end, #fff)) 82%, var(--tips-ai-bg-end, #fff) 100%);
  overflow: hidden;
}

.tips-ai-banner__inner {
  display: flex;
  align-items: center;
  gap: 32px;
}

.tips-ai-banner__chat {
  flex: 0 1 400px;
  min-width: 0;
}

.tips-ai-banner__chat-card {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(11, 12, 14, 0.08);
}

.tips-ai-banner__chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.tips-ai-banner__chat-icon {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.tips-ai-banner__chat-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #0b0c0e;
}

.tips-ai-banner__chat-subtitle {
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 1.2;
  color: #5c6370;
}

.tips-ai-banner__chat-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tips-ai-banner__bubble {
  margin: 0;
  max-width: 92%;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #0b0c0e;
}

.tips-ai-banner__bubble--assistant {
  align-self: flex-start;
  background: #f7f7fc;
  border-bottom-left-radius: 4px;
}

.tips-ai-banner__copy {
  flex: 1 1 0;
  min-width: 0;
  padding: 8px 8px 8px 0;
}

.tips-ai-banner__bubble--user {
  align-self: flex-end;
  background-color: #b3ecff;
  border-bottom-right-radius: 4px;
  color: #01a5ce;
}

.tips-ai-banner__heading {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0b0c0e;
}

.tips-ai-banner__description {
  margin: 0 0 18px;
  max-width: none;
  font-size: 14px;
  line-height: 1.5;
  color: #0b0c0e;
}

.tips-ai-banner__features {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.tips-ai-banner__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #0b0c0e;
}

.tips-ai-banner__features li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.5 9.2 7.1 12.8 14.5 5.2' stroke='%230b0c0e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.tips-ai-banner__cta {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid var(--tips-ai-btn-border, #0b0c0e);
  border-radius: 8px;
  background: transparent;
  color: var(--tips-ai-btn, #0b0c0e);
  font-family: "SuisseIntl";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.tips-ai-banner__cta:hover {
  opacity: 0.84;
}

.tips-ai-banner__status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.3;
  color: #5c6370;
}

.tips-ai-banner__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  align-items: stretch;
  scroll-margin-top: 90px;
}

.tips-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.tips-media {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 12px;
  background: #f5f5f5;
}

.tips-tag {
  display: inline-block;
  background: #7FE5FF;
  border-radius: 100px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0b0c0e;
}

.tips-card-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.tips-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #5c6370;
}

.tips-card .tips-excerpt {
  display: none;
}

.tips-page.is-category-filter .tips-card .tips-excerpt {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.tips-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 8px;
  padding-top: 12px;
}

.tips-meta {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5c6370;
}

.tip-article-page .tips-meta {
  margin-top: 0;
  padding-top: 0;
}

.tips-featured-copy .tips-tag {
  margin-bottom: 0;
}

.tip-article-page .tips-tag {
  margin-bottom: 12px;
}

.tips-page .is-hidden {
  display: none !important;
}

.tip-back {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 14px;
  color: #5c6370;
  text-decoration: none;
}

.tip-back:hover {
  color: #0b0c0e;
}

.tip-article-page .tip-hero {
  display: block;
  width: 100%;
  height: 480px;
  aspect-ratio: auto;
  max-height: 480px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 0 48px;
  background: #f5f5f5;
}

.tip-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #5c6370;
}

.tip-breadcrumb a,
.tip-breadcrumb span {
  font-size: 12px;
  font-weight: 400;
  color: #5c6370;
  text-decoration: none;
}

.tip-breadcrumb a:hover {
  color: #0b0c0e;
}

.tip-article-page .tip-article-meta {
  margin: 0 0 24px;
  padding-top: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #5c6370;
}

.tip-toc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #e4e7eb;
}

.tip-toc a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #5c6370;
  text-decoration: none;
  padding: 0 0 12px;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
}

.tip-toc a.is-active {
  color: #7FE5FF;
  font-weight: 700;
  border-bottom-color: #7FE5FF;
}

.tip-toc a:hover {
  color: #7FE5FF;
  border-bottom-color: #7FE5FF;
}

.tip-modules {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #5c6370;
}

.tip-module-text + .tip-module-table {
  margin-top: -8px;
}

.tip-module-image {
  margin-top: 16px;
}

.tip-module {
  display: flex;
  flex-direction: column;
  gap: 16px;
  scroll-margin-top: 112px;
}

.tip-module h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  color: #0b0c0e;
  scroll-margin-top: 112px;
}

.tip-faq > h2 {
  text-align: center;
}

.tip-module-image img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 12px;
}

.tip-module-image figcaption {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5c6370;
}

.tip-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 42px 40px 32px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tip-banner-text {
  margin: 0;
  min-width: 0;
  max-width: 720px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.tip-banner-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 53px;
  padding: 17px 24px;
  border-radius: 8px;
  font-family: "SuisseIntl";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.tip-banner-cta:hover {
  text-decoration: none;
  opacity: 0.92;
}

.tip-table-wrap {
  overflow: auto;
  border: 1px solid #e4e7eb;
  border-radius: 12px;
  background: #fff;
}

.tip-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 20px;
}

.tip-table th,
.tip-table td {
  padding: 14px 20px;
  text-align: left;
  border: 0;
  vertical-align: top;
}

.tip-table thead th {
  background: #F4F5F6;
  font-weight: 700;
  color: #0b0c0e;
}

.tip-table tbody th {
  font-weight: 700;
  color: #0b0c0e;
}

.tip-table tbody td {
  font-weight: 400;
  color: #5c6370;
}

.tip-faq-item {
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  margin-bottom: 8px;
}

.tip-faq-header {
  display: flex;
  width: 100%;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 16px 20px;
  text-align: left;
  font-family: "SuisseIntl";
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0b0c0e;
  cursor: pointer;
}

.tip-faq-panel {
  display: none;
  padding: 0 20px 16px;
}

.tip-faq-item.is-open .tip-faq-panel {
  display: block;
}

.tip-vehicles {
  padding-top: 24px;
}

.tip-vehicles-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.tip-vehicles-header h2 {
  margin: 0;
}

.tip-vehicles-more {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 14px;
  color: #0b0c0e;
  text-decoration: none !important;
}

.tip-vehicles-more span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tip-vehicles-more i,
.tip-vehicles-more .neo-arrow_right,
.tip-vehicles-more .tip-vehicles-more-icon {
  display: none !important;
}

.tip-vehicles-more::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  align-self: center;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9L9 3'/%3E%3Cpath d='M4.2 3H9v4.8'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9L9 3'/%3E%3Cpath d='M4.2 3H9v4.8'/%3E%3C/svg%3E") center/contain no-repeat;
}

.tip-vehicles-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 0 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tip-vehicles-scroller::-webkit-scrollbar {
  display: none;
}

.tip-vehicles-track {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.tip-vehicles-track .seller-vehicles__item,
.tip-vehicles-track .vehicle-item-card {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 20px) / 3.3);
  max-width: calc((100% - 20px) / 3.3);
  width: calc((100% - 20px) / 3.3) !important;
  min-width: 0;
  height: auto;
  padding: 0 !important;
}

.tip-vehicles-track .favorite-icon,
.tip-vehicles-track .compare-checkbox {
  display: none;
}

.tip-vehicles-track .vehicle-card-content > .d-flex.w-100:has(.vehicle-badge) {
  margin-bottom: 16px;
}

.tip-vehicles-track .vehicle-card-content:has(.vehicle-badge) .mt-auto {
  padding-top: 4px;
}

.tip-vehicles-track .tip-vehicle-badges {
  margin-bottom: 0;
}

.tip-vehicles-track .tip-vehicle-badges + .price {
  margin-top: 16px;
}

.tip-vehicles-nav {
  display: none;
  justify-content: flex-end;
  gap: 2px;
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  .tip-vehicles-nav {
    display: flex;
  }
}
.tip-vehicles-nav-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: #ebfaff;
  color: #0b0c0e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tip-vehicles-nav-btn span {
  font-size: 18px;
}

.tip-article-page .tip-body {
  max-width: none;
  font-size: 15px;
  line-height: 22px;
}

.tip-article-page .tip-body,
.tip-article-page .tip-body p,
.tip-article-page .tip-body li,
.tip-article-page .tip-body span,
.tip-article-page .tip-body div,
.tip-article-page .tip-body strong,
.tip-article-page .tip-body b,
.tip-article-page .tip-body em {
  color: #5c6370;
  font-size: 15px;
}

.tip-article-page .tip-body p {
  margin: 0;
}

.tip-article-page .tip-body p + p {
  margin-top: 12px;
}

.tips-related {
  margin-top: 64px;
  padding-top: 0;
}

.tips-related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 24px;
}

.tips-related h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  color: #0b0c0e;
}

.tips-related-all {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0b0c0e;
  text-decoration: none;
  white-space: nowrap;
}

.tips-related-all:hover {
  color: #0b0c0e;
  text-decoration: none;
}

.tips-related .tips-tag,
.tip-category-page .tips-tag {
  display: none;
}

.tips-related .tips-card .tips-excerpt,
.tip-category-page .tips-card .tips-excerpt {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.tips-related .tips-card-body,
.tip-category-page .tips-card-body {
  gap: 12px;
}

@media screen and (max-width: 992px) {
  .tips-page,
  .tip-article-page,
  .tip-category-page {
    padding: 24px 0 48px;
  }
  .tips-header h1,
  .tip-category-page h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .tip-article-page h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .tips-intro {
    font-size: 16px;
    line-height: 26px;
  }
  .tip-module h2,
  .tips-related h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .tip-article-page .tip-body,
  .tip-article-page .tip-body p,
  .tip-article-page .tip-body li,
  .tip-article-page .tip-body span,
  .tip-article-page .tip-body div,
  .tip-article-page .tip-body strong,
  .tip-article-page .tip-body b,
  .tip-article-page .tip-body em {
    font-size: 13px;
    line-height: 20px;
  }
  .tip-table {
    font-size: 12px;
    line-height: 18px;
  }
  .tip-faq-header {
    font-size: 14px;
    line-height: 22px;
  }
  .tip-module-image figcaption {
    font-size: 12px;
    line-height: 18px;
  }
  .tips-card-title {
    font-size: 18px;
  }
  .tips-excerpt,
  .tips-meta {
    font-size: 12px;
    line-height: 18px;
  }
  .tips-page.is-category-filter .tips-card .tips-excerpt,
  .tips-related .tips-card .tips-excerpt,
  .tip-category-page .tips-card .tips-excerpt {
    font-size: 14px;
    line-height: 22px;
  }
  .tips-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tips-filters::-webkit-scrollbar {
    display: none;
  }
  .tips-page .tips-filter,
  .tip-category-page .tips-filter {
    flex: 0 0 auto;
  }
  .tips-featured {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
    align-items: start;
  }
  .tips-featured .tips-media {
    width: 100%;
    height: auto;
    aspect-ratio: 620/380;
  }
  .tips-featured-copy {
    height: auto;
  }
  .tips-featured .tips-card-title {
    font-size: 22px;
    line-height: 28px;
  }
  .tips-featured .tips-excerpt {
    font-size: 14px;
    line-height: 22px;
  }
  .tips-featured-cta {
    width: 100%;
  }
  .tips-listing-head {
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .tips-listing-title {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    flex: 1 1 auto;
  }
  .tips-show-all {
    display: inline-flex;
    align-items: center;
  }
  .tips-page.is-show-all .tips-listing-head,
  .tips-page:not(.is-show-all) .tips-listing-footer {
    display: none !important;
  }
  .tips-page.is-show-all .tips-tag {
    display: none !important;
  }
  .tips-page.is-show-all .tips-card .tips-excerpt {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }
  .tips-page.is-show-all .tips-card-body {
    gap: 12px;
    padding-top: 16px;
  }
  .tips-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .tips-load-more {
    display: none !important;
  }
  .tips-pagination:not(.is-hidden) {
    display: flex;
  }
  .tips-search-wrap {
    display: none;
  }
  .tips-ai-banner {
    margin-top: 40px;
    padding: 40px 24px 48px;
  }
  .tips-ai-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .tips-ai-banner__chat {
    flex: 1 1 auto;
    width: 100%;
  }
  .tips-ai-banner__heading {
    font-size: 22px;
  }
  .tips-ai-banner__description {
    font-size: 14px;
  }
  .tips-ai-banner__cta {
    width: 100%;
  }
  .tips-category-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .tips-category-banner-title {
    font-size: 22px;
    line-height: 30px;
  }
  .tips-category-banner-text {
    font-size: 14px;
    line-height: 22px;
  }
  .tips-category-banner-cta {
    width: 100%;
    white-space: normal;
    text-align: center;
    font-size: 14px;
  }
  .tip-banner-text {
    font-size: 14px;
    line-height: 22px;
  }
  .tip-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 34px 24px 24px;
  }
  .tip-banner-cta {
    width: 100%;
    white-space: normal;
    text-align: center;
    font-size: 14px;
  }
  .tip-vehicles-track .seller-vehicles__item,
  .tip-vehicles-track .vehicle-item-card {
    flex: 0 0 calc((100% - 10px) / 2.25);
    max-width: calc((100% - 10px) / 2.25);
    width: calc((100% - 10px) / 2.25) !important;
  }
  .tip-vehicles-nav {
    display: none;
  }
  .tip-breadcrumb-article {
    display: none;
  }
  .tip-article-page .tip-hero,
  .tip-module-image img {
    height: 220px;
    max-height: 220px;
    margin-bottom: 24px;
  }
  .tip-toc {
    flex-wrap: nowrap;
    overflow-x: auto;
    column-gap: 0;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0 0 2px;
    border-bottom: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tip-toc::-webkit-scrollbar {
    display: none;
  }
  .tip-toc a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 16px;
    margin-bottom: 0;
    border: 1px solid #e4e7eb;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    color: #0b0c0e;
    line-height: 1;
  }
  .tip-toc a.is-active,
  .tip-toc a.is-active:hover,
  .tip-toc a:hover {
    color: #0b0c0e;
    font-weight: 500;
    background: #7FE5FF;
    border-color: #7FE5FF;
  }
  .tips-related {
    margin-top: 40px;
    padding-top: 0;
  }
  .tips-related-head {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
}
@media screen and (max-width: 576px) {
  .tip-vehicles-track .seller-vehicles__item,
  .tip-vehicles-track .vehicle-item-card {
    flex: 0 0 78%;
    max-width: 78%;
    width: 78% !important;
  }
}
