/* Superfluid – fényvédelmi tippek szekció (a főoldal sun-protection-tips.css újraírva) */

.sun-protection-tips {
  background: #ffffff;
  padding: 50px;
}

.sun-protection-tips__title {
  margin: 0 0 32px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.sun-protection-tips__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 48px;
}

.sun-protection-tips__col--list {
  flex: 3 1 280px;
  min-width: 0;
}

.sun-protection-tips__col--video {
  flex: 2 1 220px;
  min-width: 0;
}

.sun-protection-tips__list {
  margin: 0;
  padding-left: 1.25em;
  font-size: 20px;
  line-height: 1.45;
  color: #575653;
}

.sun-protection-tips__list li + li {
  margin-top: 0.65em;
}

.sun-protection-tips__accent {
  color: #ff0000;
}

.sun-protection-tips__video-wrap {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}

.sun-protection-tips__video {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .sun-protection-tips {
    padding: 20px;
  }

  .sun-protection-tips__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .sun-protection-tips__row {
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .sun-protection-tips__title {
    font-size: 20px;
  }

  .sun-protection-tips__list {
    font-size: 18px;
  }
}