/**
 * Journey main post roll (custom markup; complements home.css until SCSS is recompiled).
 */
.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .post-roll-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  color: #333333;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .journey-post-roll__media {
  position: relative;
  margin: 0;
  background: #ececec;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .post-thumbnail {
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #ececec;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .journey-post-roll__icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  margin: 0;
  transform: translate(-50%, 50%);
  pointer-events: none;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .journey-post-roll__icon img {
  display: block;
  width: 88px;
  height: auto;
  max-height: 96px;
  object-fit: contain;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .post-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 20px 0;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .journey-post-roll__media--has-icon + .post-content {
  padding-top: 52px;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .post-title {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .post-excerpt {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  height: 96px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .post-actions {
  margin-top: auto;
  padding: 24px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .post-btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #999999;
  border-radius: 999px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #666666;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5 .post-btn:hover {
  background-color: #f0f0f0;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5.post-roll-5--slider {
  position: relative;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5.post-roll-5--slider .splide__track {
  padding: 0;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5.post-roll-5--slider .post-roll-list {
  display: flex;
  gap: 0;
  margin: 20px 0 0;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5.post-roll-5--slider .splide__slide {
  height: auto;
  padding: 4px;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5.post-roll-5--slider .post-roll-slider-arrows {
  position: static;
  transform: none;
  left: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 0;
  pointer-events: auto;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5.post-roll-5--slider .post-roll-slider-arrows.is-hidden {
  display: none;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5.post-roll-5--slider .post-roll-slider-arrow {
  align-items: center;
  background: #f3931b;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: static;
  transform: none;
  top: auto;
  left: auto;
  right: auto;
  width: 48px;
}

.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5.post-roll-5--slider .post-roll-slider-arrow:disabled,
.journey-main-post__post-roll-wrap .journey-post-roll.post-roll-5.post-roll-5--slider .post-roll-slider-arrow.is-disabled {
  cursor: default;
  opacity: 0.7;
}
