/**
 * @file
 * Tips Card — scoped via .tips-card-component to avoid _taking-tryngolza.scss overrides.
 */

.tips-card-component {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(178.64deg, #ffffff80 6.13%, #a27cd5 194.13%);
  border: 3px solid white;
}

.tips-card-component__image {
  height: 162px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  scale: 110%;
}

@media (max-width: 1025px) {
  .tips-card-component__image {
    height: 336px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .tips-card-component__image {
    height: auto;
    margin-bottom: 0px;
  }
}

.tips-card-component__image img {
  position: relative;
  top: 2px;
  margin: auto;
  display: block;
}

@media (max-width: 1025px) {
  .tips-card-component__image img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .tips-card-component__image img {
    position: unset;
    top: unset;
    margin: auto;
    display: block;
    width: 100%;
  }
  .tips-card-component .tips-card-component__body .tips-card-component__title {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 4px;
  }

  .tips-card-component .tips-card-component__body {
    padding: 24px 20px;
    text-align: center;
  }

  .tips-cards-section .tips-card-component .tips-card-component__body .tips-card-component__text {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }
}

.tips-card-component__body {
  padding: 24px 30px;
  text-align: center;
}

@media (min-width: 1026px) {
  .tips-card-component__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 194px;
    padding: 24px 22px 48px;
  }

  .tips-card-component__body .tips-card-component__title,
  .tips-card-component .tips-card-component__body .tips-card-component__text {
    width: 100%;
    max-width: 284px;
    margin-inline: auto;
  }
}

.tips-card-component__body .tips-card-component__title {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #4f08b0;
  margin: 0 0 10px;
}

.tips-card-component .tips-card-component__body .tips-card-component__text {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin: 0;
}

.tips-card-component__wing {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72px;
  height: 80px;
  pointer-events: none;
}
