.feature-card {
  color: var(--bs-black);
  background: var(--bs-white);
  border-width: 4px;
  border-style: solid;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 4px 4px rgb(0, 0, 0);
}

.report-container {
  max-height: 500px;
  margin-bottom: 12px;
}

.report-image-container {
  border-radius: 12px;
  overflow: hidden;
  flex: content;
  margin-bottom: 1rem;
}

.report-image {
  vertical-align: text-top;
  max-height: 500px;
  border-radius: 12px;
  object-fit: cover;
  object-position: top;
}

.screenshot-image-container {
  overflow: hidden;
  margin-bottom: 1rem;
}

.screenshot-image {
  object-fit: cover;
  height: 100% !important;
}

.who-for-image-container {
  height: 300px;
  overflow: hidden;
}

.who-for-image {
  object-fit: cover;
  height: 100% !important;
}

.locale-dropdown {
  border-width: 2px;
  border-style: none;
  font-weight: 600;
  font-size: 24px;
  color: var(--bs-dark);
}

.hero-rating {
  margin-right: 12px;
}

.hero-rating svg {
  color: var(--bs-yellow);
  margin-right: 12px;
}

@media (min-width: 0px) {
  .col-hero-img {
    max-width: 246px;
  }
}

@media (min-width: 576px) {
  .col-hero-img {
    max-width: unset;
  }
}

.bento-grid {
  column-count: 3;
  column-gap: 1.5rem;
}

.bento-grid > .bento-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

/* @media (max-width: 1119px) {
	.bento-grid {
		column-count: 2;
	}
} */

@media (max-width: 991px) {
  .bento-grid {
    column-count: 1;
  }
}

.banner {
  text-align: center;
}

.banner p {
  margin: 0;
}

.social-links_co {
  --bs-link-color: var(--bs-black);
}

.nav-dark {
  color: var(--bs-white) !important;
  background: var(--bs-dark);
  border-radius: 6px;
}

.checkbox-list {
  list-style: none;
  padding-left: 0;
  padding-top: 1rem;
}

.checkbox-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.checkbox-list li:before {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c3aed' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12 10 18 20 6'/%3E%3C/svg%3E");
}

