/* ===== Container ===== */
#entry-content .wprc-plan-swiper {
  position: relative;
  padding: 0 36px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Slide ===== */
#entry-content .wprc-plan-swiper .swiper-wrapper {
  align-items: stretch;
}

#entry-content .wprc-plan-swiper .swiper-slide {
  box-sizing: border-box;
  height: auto;
  display: flex;
}

/* ===== Card ===== */
#entry-content .wprc-plan-swiper .plan-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* ===== Image ===== */
#entry-content .wprc-plan-swiper .plan-image {
  margin: 0;
  line-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

#entry-content .wprc-plan-swiper .plan-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ===== Title ===== */
#entry-content .wprc-plan-swiper .plan-title {
  margin: 0;
  padding: 16px 4px 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}

/* ===== Table ===== */
#entry-content .wprc-plan-swiper .plan-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 0;
  border: 1px solid #bbb;
  box-shadow: none;
}

#entry-content .wprc-plan-swiper .plan-table tbody,
#entry-content .wprc-plan-swiper .plan-table tr {
  vertical-align: top;
}

#entry-content .wprc-plan-swiper .plan-table th,
#entry-content .wprc-plan-swiper .plan-table td {
  border: 1px solid #bbb;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
  color: #333;
  box-shadow: none;
}

#entry-content .wprc-plan-swiper .plan-table th {
  width: 45%;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  background: #f5f5f5;
}

#entry-content .wprc-plan-swiper .plan-table td {
  font-weight: 400;
  background: #fff;
  word-break: break-word;
}

/* ===== Navigation ===== */
#entry-content .wprc-plan-swiper .swiper-button-prev,
#entry-content .wprc-plan-swiper .swiper-button-next {
  color: #aaa;
  width: 28px;
  height: 28px;
}

#entry-content .wprc-plan-swiper .swiper-button-prev::after,
#entry-content .wprc-plan-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: 400;
}

#entry-content .wprc-plan-swiper .swiper-button-prev {
  left: 2px;
}

#entry-content .wprc-plan-swiper .swiper-button-next {
  right: 2px;
}

/* ===== Pagination ===== */
#entry-content .wprc-plan-swiper .swiper-pagination {
  bottom: 10px;
}

#entry-content .wprc-plan-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}

#entry-content .wprc-plan-swiper .swiper-pagination-bullet-active {
  background: #999;
}

/* ===== Responsive ===== */
@media (max-width: 1023px) {
  #entry-content .wprc-plan-swiper {
    padding: 0 32px 44px;
  }
}

@media (max-width: 767px) {
  #entry-content .wprc-plan-swiper {
    padding: 0 28px 40px;
  }

  #entry-content .wprc-plan-swiper .plan-title {
    font-size: 16px;
    padding: 12px 4px 8px;
  }

  #entry-content .wprc-plan-swiper .plan-table th,
  #entry-content .wprc-plan-swiper .plan-table td {
    font-size: 14px;
    padding: 9px 6px;
  }
}
