/* Override highlights block styles for annual review block */

/* Annual Review Block - Override title color to dark purple */
.nextdc-annual-review-block .nextdc-highlights-block__title {
  color: #201850 !important;
}


/* Annual Review Block specific overrides */
.nextdc-annual-review-block .nextdc-highlights-block__card-image {
  height: 300px;
}

.nextdc-annual-review-block .nextdc-highlights-block__card-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

/* Ensure navigation buttons are clickable and visible */
.nextdc-block--nextdc-annual-review-block .nextdc-highlights-block__nav-button {
  z-index: 999 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 56px !important;
  height: 56px !important;
  background-color: #201850 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Fix button positioning */
.nextdc-block--nextdc-annual-review-block .swiper-button-prev.nextdc-highlights-block__nav-button {
  left: 50% !important;
  transform: translateX(-68px) !important;
  right: auto !important;
}

.nextdc-block--nextdc-annual-review-block .swiper-button-next.nextdc-highlights-block__nav-button {
  right: 50% !important;
  transform: translateX(68px) !important;
  left: auto !important;
}

/* Ensure slider container has proper positioning */
.nextdc-block--nextdc-annual-review-block .nextdc-highlights-block__slider {
  position: relative !important;
  padding-bottom: 4rem !important;
}

/* Debug: Make buttons more visible for testing */
.nextdc-block--nextdc-annual-review-block .nextdc-highlights-block__nav-button {
  border: 2px solid red !important; /* Temporary for debugging */
  opacity: 1 !important;
  visibility: visible !important;
}

/* Ensure Swiper container is properly positioned */
.nextdc-block--nextdc-annual-review-block .nextdc-highlights-swiper {
  position: relative !important;
  overflow: hidden !important;
}

.nextdc-annual-review-block .nextdc-highlights-block__card-content{
  flex: none;
}

.nextdc-annual-review-block .nextdc-highlights-block__card-image{
  height: 300px;
}

.nextdc-annual-review-block .nextdc-highlights-block__card-title{
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}

.nextdc-annual-review-block{
  padding: 96px 0;
  @media (max-width: 767.98px) {
    padding: 48px 0;
  }
}

.nextdc-annual-review-block img{
  padding: 0 !important;
}

.annual-review-block__nav-button-prev{
  background-color: #201850 !important;
}

.annual-review-block__nav-button-next{
  background-color: #201850 !important;
}