.sc-data-container {
  max-width: 100%;
  margin: 20px 0;
  padding: 0;
}

.sc-data-card {
  display: block;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none !important;
}

.sc-data-card-link {
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 3px hsl(252, 66%, 56%),
    0 1px 40px 0 rgba(98, 69, 217, 0.13);
  border: 1px solid hsl(252, 66%, 56%);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 20px;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none !important;
}

.sc-data-card-link:hover,
.sc-data-card-link:focus {
  cursor: pointer;
  transform: scale(1.005);
  text-decoration: none;
  color: inherit;
}

.sc-data-card-link:focus {
  outline: 2px solid hsl(252, 66%, 56%);
  outline-offset: 2px;
}

.sc-data-logo {
  flex-shrink: 0;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  height: 100px;
  max-height: 100px;

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.sc-data-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.sc-data-logo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  background-color: #e0e0e0;
  border-radius: 4px;
  text-decoration: none !important;
}

.sc-data-content {
  flex: 1;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
}

.sc-data-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 30%;
  min-width: 30%;
  text-decoration: none !important;
}

.sc-data-brand-name {
  font-weight: 700;
  font-size: 1.333em;
  line-height: 1.1em;
  font-family: inherit;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  color: #000000;
  margin: 0 !important;
  padding: 0 !important;

}

.sc-data-rating {
  display: inline-block;
}

.sc-data-rating-visual {
  display: inline-block;
}

.sc-data-star {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  flex-shrink: 0;
}

.sc-data-star:last-child {
  margin-right: 0;
}

.sc-data-star svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sc-data-star-partial {
  position: relative;
}

.sc-data-offer {
  font-family: inherit;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25em;
}

.sc-data-advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.sc-data-advantage {
  display: inline-block;
  padding: 4px 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  font-family: inherit;
}

.sc-data-action {
  flex-shrink: 0;

}

.sc-data-button {
  display: inline-block;
  background-image: linear-gradient(
    90deg,
    rgb(36, 131, 77) 50%,
    rgb(16, 81, 44) 100%
  );
  font-weight: 700;
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  box-shadow: 0px 5px 15px 0px rgba(46, 204, 113, 0.55) !important;
  padding: 20px;
  margin: 0;
  width: 100%;
  min-width: 144px;
  font-size: 1em;
  text-align: center;
  line-height: 1.25em;
  text-decoration: none !important;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 768px) {
  .sc-data-card-link {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .sc-data-logo {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .sc-data-content {
    margin-right: 0;
	flex-direction: column;
    margin-bottom: 15px;
	gap: 8px;
    width: 100%;
  }

  .sc-data-brand {
    justify-content: center;
    flex-wrap: wrap;
  }

  .sc-data-action {
    width: 100%;
  }

  .sc-data-button {
    width: 100%;
    text-align: center;
  }
}
