.brandkit-color-block {
  width: 100%;
}

.brandkit-color-block__title {
  color: #2600e6;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 var(--bs-spacer-5, 3rem);
  text-transform: uppercase;
}

.brandkit-color-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--bs-spacer-5, 3rem);
  justify-content: start;
  justify-items: stretch;
  width: 100%;
}

.brandkit-color-card {
  --hp-context-bg: var(--brandkit-color);
  --hp-st-bg-color: var(--brandkit-color);
  --hp-st-ssqure-left-size: 2.25rem;
  --hp-st-square-right-size: 3.625rem;
  --hp-st-square-offset: -0.78125rem;
  --hp-st-min-width: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: clamp(1rem, 3vw, 2.5rem);
  text-align: left;
  width: 100%;
}

@media (min-width: 576px) {
  .brandkit-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brandkit-color-card {
    aspect-ratio: 1;
  }
}

@media (min-width: 768px) {
  .brandkit-color-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .brandkit-color-grid {
    grid-template-columns: repeat(3, 250px);
    justify-items: start;
  }

  .brandkit-color-grid .brandkit-color-card.has-bg-with-pixels {
    max-width: 250px;
    min-width: 250px;
    width: 250px;
  }
}

.brandkit-color-card__content {
  width: max-content;
  max-width: 100%;
}

.brandkit-color-card--dark-text {
  color: #30343b;
}

.brandkit-color-card__name {
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: var(--bs-spacer-3, 1rem);
  text-transform: uppercase;
}

.brandkit-color-card__data {
  display: grid;
  gap: 0.15rem;
  font-size: clamp(0.75rem, 1.35vw, 1.1rem);
  line-height: 1.3;
}

.brandkit-color-card__data-row {
  margin: 0;
}

.brandkit-color-card--red {
  --brandkit-color: #ff0000;
}

.brandkit-color-card--orange {
  --brandkit-color: #ff9200;
}

.brandkit-color-card--yellow {
  --brandkit-color: #faff00;
}

.brandkit-color-card--green {
  --brandkit-color: #00e400;
}

.brandkit-color-card--blue {
  --brandkit-color: #2600e6;
}

.brandkit-color-card--purple {
  --brandkit-color: #d200ff;
}

.brandkit-color-card--light-red {
  --brandkit-color: #ffbfc1;
}

.brandkit-color-card--light-orange {
  --brandkit-color: #ffd8b7;
}

.brandkit-color-card--light-yellow {
  --brandkit-color: #fdfdc5;
}

.brandkit-color-card--light-green {
  --brandkit-color: #b4ffa9;
}

.brandkit-color-card--light-blue {
  --brandkit-color: #c6e5ff;
}

.brandkit-color-card--light-purple {
  --brandkit-color: #ffedff;
}
