/* ===== Episode00 section Mobile styles (max-width: 768px) ===== */
@media (max-width: 768px) {
  /* ===== Episode section ===== */
  .episode-section {
    padding: 60px 0;
    margin: 0;
    max-width: 100%;
  }

  .episode-section .section-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
  }

  .episode-section .section-desc {
    font-size: 15px;
    text-align: left;
    margin-bottom: 24px;
    padding: 0 30px;
  }

  .episode-list {
    margin: 10px 30px;
    height: 409px;
    background-color: #E8E8E8;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }

  .episode-list-inner {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 18px 30px;
    margin-right: -8px;
    scrollbar-width: thin;
    scrollbar-color: #307B53 #E8E8E8;
    -webkit-overflow-scrolling: touch;
  }

  /* ===== SimpleBarモバイルスタイル ===== */
  .episode-list-inner .simplebar-content {
    background-color: #F0F1F1;
  }

  .episode-list-inner .simplebar-track.simplebar-vertical {
    background-color: rgba(230, 230, 230, 0.9);
    width: 20px !important;
    border-radius: 0;
    right: 10px;
  }

  .episode-list-inner .simplebar-scrollbar {
    width: 20px !important;
    right: 0;
  }

  .episode-list-inner .simplebar-scrollbar::before {
    background-color: #307B53;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    margin: 0;
    border-radius: 10px;
  }

  .episode-item {
    width: 100%;
    padding: 16px;
    background-color: #fff;
    border: 1px solid rgba(48, 123, 83, 0.3);
    border-radius: 12px;
    position: relative;
    transform: translateX(-10px);
  }

  .episode-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    margin: 10px;
  }

  .episode-author {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    color: #307B53;
    text-align: right;
  }

  .episode-dot {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 8px;
    height: 8px;
    background-color: #307B53;
  }

  .episode-meta {
    font-size: 12px;
    margin-top: 8px;
  }


    .os-scrollbar.os-scrollbar-vertical.os-theme-oisix {
        width: 20px !important;
        margin-right: 8px;
    }
}
