#hue-results.hue-results-roba-fans {
  padding: 4rem 3.7rem 6rem;
  overflow: hidden;
  border-top: 1px solid rgba(51, 48, 50, 0.2);
  border-bottom: 1px solid rgba(51, 48, 50, 0.2);
  position: relative;
  min-height: 20rem;
}
@media (width > 768px) {
  #hue-results.hue-results-roba-fans {
    padding: 0;
    border-top: 1px solid rgba(51, 48, 50, 0.2);
    border-bottom: 1px solid rgba(51, 48, 50, 0.2);
  }
}
#hue-results.hue-results-roba-fans .arava-plaster-layout {
  width: 100%;
  margin: 0 auto;
}
#hue-results.hue-results-roba-fans .arava-plaster-grid-wrapper {
  margin-top: 0;
  width: 100%;
}
#hue-results.hue-results-roba-fans .color-group-hues-grid {
  position: relative;
  display: grid;
  gap: 0.7rem;
  padding-top: 1rem;
  width: 100%;
  max-width: 100%;
}
@media (width > 768px) {
  #hue-results.hue-results-roba-fans .color-group-hues-grid {
    padding-top: 0;
  }
}
#hue-results.hue-results-roba-fans .color-group-hues-grid.roba-initial-load {
  min-height: 20rem;
}
#hue-results.hue-results-roba-fans .loading-spinner.roba-loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
}
#hue-results.hue-results-roba-fans .loading-spinner.roba-loading-spinner .roba-loading-text {
  font-size: 1.4rem;
  color: #333032;
}
#hue-results.hue-results-roba-fans .roba-loading-placeholder {
  display: none;
}
#hue-results.hue-results-roba-fans .color-group-hues-grid {
  grid-template-columns: repeat(2, 14.8rem);
}
@media (width > 768px) {
  #hue-results.hue-results-roba-fans .color-group-hues-grid {
    gap: 1.2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
  }
}
#hue-results.hue-results-roba-fans .neighbor-item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
