.c-mypage-layout {
  display: flex;
  height: 100vh;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
}

.c-mypage-layout__sidebar {
  width: 250px;
  flex-shrink: 0;
  height: 100%;
  background: #ffffff;
  overflow-y: auto;
}

.c-mypage-layout__main {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
  background: #f6f6f6;
}

.c-mypage-layout__inner {
  padding: 20px;
}

/* --- プラグインの干渉をリセット --- */

/* Dokan 純正サイドバーを消す */
.c-mypage-layout .dokan-dash-sidebar {
  display: none !important;
}

/* Dokan メインエリアを 100% に広げる */
.c-mypage-layout .dokan-dash-content {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* WooCommerce マイアカウントのナビを消す */
.c-mypage-layout .woocommerce-MyAccount-navigation {
  display: none !important;
}

/* WooCommerce コンテンツを 100% に広げる */
.c-mypage-layout .woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
}
