.te-car-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
}

.te-car-title__brand {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}

.te-car-title__logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.te-car-title__text {
  min-width: 0;
}

.te-car-color-swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  vertical-align: -2px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

/* Slim Select options */
.te-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
}

.te-opt__media {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.te-opt__media--logo {
  border-radius: 4px;
  overflow: hidden;
}

.te-opt__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.te-opt__media--swatch {
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.te-opt__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.te-opt__count {
  margin-left: auto;
  white-space: nowrap;
  opacity: 0.72;
}

.ss-main .te-opt__count {
  display: none;
}

.ss-content .te-opt__count {
  display: inline;
}

.ss-main .te-opt__media {
  width: 16px;
  height: 16px;
}

.ss-content .te-opt__media {
  width: 18px;
  height: 18px;
}

.ss-main .ss-single-selected,
.ss-main .ss-values {
  min-width: 0;
}

.ss-main .ss-single-selected .te-opt,
.ss-main .ss-values .ss-value .te-opt {
  max-width: 100%;
}

.ss-content .ss-option {
  padding-top: 8px;
  padding-bottom: 8px;
}