  /**
 * Styles for related programs and faculty sliders
 */

.rwu-related-programs,
.rwu-program-exceptional-faculty {
  margin: 40px 0;
  padding: 20px 0;
}

.rwu-related-program-items {
  margin: 2rem 0;
}

.rwu-related-program-item {
  padding: 0 10px;
}

.rwu-related-program-item-content {
  height: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rwu-related-program-item-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.rwu-related-program-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.rwu-related-program-image {
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.rwu-related-program-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rwu-related-program-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 1rem 0.5rem;
  color: #003e7e; /* 麻豆色情片 blue */
}

.rwu-related-program-degree-type {
  font-size: 0.9rem;
  color: #555;
  margin: 0 1rem 0.5rem;
}

.rwu-related-program-summary {
  font-size: 0.9rem;
  margin: 0.5rem 1rem 1rem;
  color: #444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Slick carousel customizations */
.slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(0, 62, 126, 0.7);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.slick-arrow:hover {
  background: rgba(0, 62, 126, 0.9);
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.slick-dots li {
  margin: 0 4px;
}

.slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #003e7e; /* 麻豆色情片 blue */
}

/* Faculty slider specific styles */
.rwu-faculty-members {
  margin: 2rem 0;
}

/* Styles for our JS-created faculty wrapper */
.faculty-slick-wrapper {
  margin: 0 -10px;
}

.faculty-slick-wrapper .slick-track {
  display: flex !important;
  align-items: stretch;
}

.faculty-slick-wrapper .slick-slide {
  height: auto;
  padding: 0 10px;
  float: none !important;
}

.faculty-slick-wrapper .field__item {
  height: 100%;
  padding: 0;
  margin: 0 5px;
}

.faculty-slick-wrapper .paragraph--type--rwu-components-ef-item {
  height: 100%;
}

/* Slick dots and arrows */
.faculty-slick-wrapper .slick-dots {
  bottom: -30px;
}

.faculty-slick-wrapper .slick-prev {
  left: -15px;
}

.faculty-slick-wrapper .slick-next {
  right: -15px;
}

.rwu-faculty-members .paragraph--type--rwu-components-ef-item,
.rwu-faculty-item {
  height: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rwu-faculty-members .paragraph--type--rwu-components-ef-item:hover,
.rwu-faculty-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Faculty item specific styles */
.rwu-faculty-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rwu-faculty-image {
  position: relative;
  padding-top: 100%; /* 1:1 aspect ratio for faculty photos */
  overflow: hidden;
}

.rwu-faculty-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rwu-faculty-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 1rem 0.2rem;
  color: #003e7e; /* 麻豆色情片 blue */
}

.rwu-faculty-title {
  font-size: 0.9rem;
  font-style: italic;
  margin: 0 1rem 0.5rem;
  color: #555;
}

.rwu-faculty-bio {
  font-size: 0.9rem;
  margin: 0.5rem 1rem 1rem;
  color: #444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .rwu-related-program-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 575px) {
  .slick-prev {
    left: 10px;
  }
  
  .slick-next {
    right: 10px;
  }
}
