/* Times Health recognition section — Home Page add-only styles */

.times-health-recognition {
  position: relative;
  background: var(--medical-white, #fff);
  padding: 160px 0 100px;
  z-index: 1;
}

.times-health-recognition .auto-container {
  position: relative;
}

/* Marked left text area — project colour only */
.times-health-recognition__content {
  padding-right: 24px;
}

.times-health-recognition__content .sub-title {
  color: var(--theme-color);
}

.times-health-recognition__content .sub-title:before {
  background: var(--theme-color);
  opacity: 0.1;
}

.times-health-recognition__content .sec-title h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.22;
  color: var(--title-color);
}

.times-health-recognition__content .sec-title h2 span {
  color: var(--theme-color);
}

.times-health-recognition__accent {
  width: 56px;
  height: 3px;
  margin-top: 22px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--theme-color) 0%, var(--accent-red, #ef4444) 100%);
}

.times-health-recognition__text {
  margin-top: 22px;
  max-width: 480px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-color);
}

.times-health-recognition__figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 32, 33, 0.12);
}

.times-health-recognition__figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .times-health-recognition {
    padding: 120px 0 70px;
  }

  .times-health-recognition__content {
    padding-right: 0;
    margin-bottom: 36px;
  }

  .times-health-recognition__text {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .times-health-recognition {
    padding: 110px 0 60px;
  }

  .times-health-recognition__content .sec-title h2 {
    font-size: 28px;
    line-height: 1.28;
  }

  .times-health-recognition__text {
    font-size: 16px;
  }

  .times-health-recognition__figure {
    border-radius: 14px;
  }
}
