.coaches-slider {
  position: relative;
}

.coaches-slider .slick-list {
  overflow: hidden;
}

.coaches-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.coaches-slider .slick-slide {
  height: auto;
  float: none;
}

.coaches-slider .slick-slide > div {
  height: 100%;
}

.coaches-slider__slide {
  height: 100%;
}

.coaches-slider__card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 1px solid #ececec;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.coaches-slider__image {
  line-height: 0;
  overflow: hidden;
}

.coaches-slider__image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.coaches-slider__body {
  padding: 24px 24px 28px;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.coaches-slider__name {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}

.coaches-slider__role {
  color: #b5b5b5;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.coaches-slider__bio {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* Dots – bottom center */
.coaches-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  position: relative;
  bottom: auto;
  width: 100%;
  text-align: center;
}

.coaches-slider .slick-dots li {
  margin: 0 5px;
  padding: 0;
  width: auto;
  height: auto;
  display: inline-block;
}

.coaches-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #c4c4c4;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.coaches-slider .slick-dots li button:before {
  display: none;
}

.coaches-slider .slick-dots li.slick-active button {
  background-color: #333333;
}

/* Arrows */
.coaches-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding: 0;
}

.coaches-slider .slick-prev {
  left: -20px;
}

.coaches-slider .slick-next {
  right: -20px;
}

.coaches-slider .slick-prev:before,
.coaches-slider .slick-next:before {
  font-family: inherit;
  font-size: 18px;
  line-height: 1;
  color: #333;
  opacity: 1;
}

.coaches-slider .slick-prev:before {
  content: "‹";
}

.coaches-slider .slick-next:before {
  content: "›";
}

@media (max-width: 767px) {
  .coaches-slider__image img {
    height: 240px;
  }

  .coaches-slider .slick-prev {
    left: 0;
  }

  .coaches-slider .slick-next {
    right: 0;
  }
}
