/* FlashToner-only content retained after the native Electron homepage modules. */
#index .tvcmsbrandlist-slider .tvbrandlist-slider-wrapper-info {
  min-height: 108px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  box-shadow: none;
}

#index .tvcmsbrandlist-slider .tvbrand-img-block,
#index .tvcmsbrandlist-slider .tvbrand-img-block a {
  display: flex;
  min-height: 106px;
  align-items: center;
  justify-content: center;
}

#index .tvcmsbrandlist-slider .tvbrand-img-block img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 52px;
  object-fit: contain;
}

#index .tvcmsbrandlist-slider .tvbrand-img-block img[src*="flashtoner-hp.svg"] {
  max-width: 58px;
  max-height: 58px;
}

#index .ft-guide,
#index .ft-faq {
  clear: both;
  margin: 30px 0;
  padding: 30px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #222222;
}

#index .ft-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  gap: 30px;
  align-items: start;
}

#index .ft-eyebrow {
  margin: 0 0 8px;
  color: #777777;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#index .ft-guide h2,
#index .ft-faq h2 {
  margin: 0 0 15px;
  color: #222222;
  font-size: 24px;
  line-height: 1.25;
}

#index .ft-guide__link {
  display: inline-block;
  margin-top: 12px;
  color: #222222;
  font-weight: 600;
  text-decoration: underline;
}

#index .ft-guide__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

#index .ft-guide__steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid #eeeeee;
}

#index .ft-guide__steps li:last-child { border-bottom: 0; }

#index .ft-guide__steps li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #ffd741;
  color: #222222;
  font-weight: 700;
}

#index .ft-guide__steps p { margin: 4px 0 0; }

#index .ft-faq__items {
  border-top: 1px solid #eeeeee;
}

#index .ft-faq details {
  padding: 16px 0;
  border-bottom: 1px solid #eeeeee;
}

#index .ft-faq summary {
  cursor: pointer;
  color: #222222;
  font-weight: 600;
}

#index .ft-faq details p {
  margin: 12px 0 0;
}

@media (max-width: 767px) {
  #index .ft-guide,
  #index .ft-faq {
    margin: 20px 0;
    padding: 20px 15px;
  }

  #index .ft-guide {
    grid-template-columns: 1fr;
  }
}
