.smart-personal-banner-card .home-banner-card__content {
  max-width: 100%;
}

.smart-personal-banner-card__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  align-items: stretch;
}

.smart-personal-banner-card__left {
  display: grid;
  gap: 10px;
  align-content: center;
}

.smart-personal-banner-card .home-banner-card__popular-link {
  border: 0;
  cursor: pointer;
  background: transparent;
  padding: 0;
  justify-self: start;
}

.smart-personal-banner-card__right {
  min-width: 0;
  align-self: stretch;
}

.smart-personal-banner-card__preview {
  height: 100%;
  max-height: 106px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.smart-personal-banner-card__preview-track {
  max-height: 106px;
  overflow-y: auto;
  display: grid;
  gap: 8px;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.smart-personal-banner-card__preview-track::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.smart-personal-banner-card__preview-dots {
  display: grid;
  gap: 6px;
  align-content: center;
}

.smart-personal-banner-card__preview-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  background: rgb(241 236 231);
  padding: 0;
  cursor: pointer;
}

.smart-personal-banner-card__preview-dot.is-active {
  background: rgb(192 187 181);
}

.smart-personal-banner-card__preview-image {
  width: 100%;
  cursor: pointer;
  height: 96px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.smart-personal-banner-card__preview-image--placeholder {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.smart-personal-banner-card__preview-loading {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-personal-banner-card__preview-loading-spinner {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 4px solid #53514f;
  border-top-color: #ffffff;
  animation: smart-banner-spin .8s linear infinite;
}

@keyframes smart-banner-spin {
  to { transform: rotate(360deg); }
}


.smart-personal-banner-card__preview-item,
.smart-personal-banner-card__preview-empty {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .banner-grid__track .smart-personal-banner-card {
    flex: 0 0 calc(100% - 52px);
  }


  .smart-personal-banner-card__preview-track {
    max-height: 92px;
  }
}
