.sc-data-container {
  max-width: 100%;
  margin: 14px 0;
  padding: 0;
}

.sc-data-container--v2 {
  margin: 14px 0;
}

.sc-data-card {
  display: block;
  margin-bottom: 12px;
  position: relative;
  text-decoration: none !important;
}

.sc-data-card-inner {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.sc-data-card-inner--v2 {
  align-items: center;
	background-color: #fff;
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  padding: 16px;
  position: relative;
  width: 100%;
  gap: 18px;
  transition: all 0.25s ease;
}

.sc-data-card-link-part {
  text-decoration: none !important;
  color: inherit;
}

.sc-data-card-link-part:hover,
.sc-data-card-link-part:focus {
  color: inherit;
  text-decoration: none !important;
}

.sc-data-card-link--logo {
  display: flex;
  flex-shrink: 0;
}

.sc-data-v2-main {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  min-width: 0;
}

.sc-data-v2-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 270px;
  flex-shrink: 0;
}

.sc-data-v2-brand-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.sc-data-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-data-logo--v2 {
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  height: 80px;
  max-height: 80px;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
}

.sc-data-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.sc-data-logo--v2 img {
  border-radius: 10px;
}

.sc-data-logo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  background-color: #e0e0e0;
  border-radius: 4px;
}

.sc-data-v2-brand-block .sc-data-v2-brand {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 29px;
  width: 220px;
  font-weight: 700;
  color: inherit;
  font-family: inherit;

  a{
    font-weight: 700;
    color: inherit;
    font-family: inherit;
    font-size: 29px;

    &:hover,
    &:focus {
      color: inherit;
      text-decoration: none !important;
    }
  }
}

.sc-data-v2-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.sc-data-rating-visual {
  display: inline-block;
}

.sc-data-star {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  flex-shrink: 0;
}

.sc-data-star svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sc-data-v2-rating-number {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #111827;
}

.sc-data-v2-offer {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  color: #1a1a2e;
  text-align: left;
  flex: 1;
  white-space: wrap;
  overflow: hidden;
}
.sc-data-content .sc-data-brand-name a{
  text-decoration: none !important;
  color: inherit;

  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.1em;
  font-family: inherit;
}
.sc-data-v2-offer-wrap {
  flex: 1;
  min-width: 0;
}

.sc-data-v2-offer-wrap .sc-data-advantages {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  justify-content: flex-start;
}

.sc-data-v2-offer-wrap .sc-data-advantage {
  display: inline-flex;
  align-items: center;

  border-radius: 6px;
  background: transparent;
  color: #475467;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.sc-data-v2-right {
  flex-shrink: 0;
}

.sc-data-v2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 59px;
  height: fit-content;
  padding: 18px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff !important;
  background-color: #22c55e;
  box-shadow: 0 4px 14px rgba(34, 197, 94, .4);
  text-transform: uppercase;
  word-break: break-word;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.sc-data-v2-button:hover,
.sc-data-v2-button:focus {
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(34, 197, 94, .5);
  border-radius: 6px;
}

.sc-data-v2-button:focus {
  outline: 2px solid #22c55e;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .sc-data-card-inner--v2 {
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 12px;
  }

  .sc-data-v2-main {
    width: 100%;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
  }

  .sc-data-v2-left {
    width: 100%;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .sc-data-v2-brand-block {
    align-items: center;
  }

  .sc-data-logo--v2 {
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    height: 80px;
    max-height: 80px;
  }

  .sc-data-v2-brand {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }

  .sc-data-v2-offer {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }

  .sc-data-v2-offer-wrap .sc-data-advantages {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sc-data-v2-right {
    width: 100%;
  }

  .sc-data-v2-button {
    width: 100%;
    min-width: 0;
    height: 44px;
    font-size: 16px;
  }
}

