.elementor-28 .elementor-element.elementor-element-3d5cbdb7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4c055b30 *//* ==================================================
   店舗管理画面 右サイドバー
   共通CSS
================================================== */

.ph-right-panel {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

.ph-right-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e4ebf4;
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(15, 35, 67, 0.035);
  box-sizing: border-box;
}

.ph-right-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ph-right-card__label {
  color: #8a97a8;
  font-weight: 900;
  letter-spacing: 0.10em;
  line-height: 1.2;
}

.ph-right-card__title {
  margin: 0;
  color: #061936;
  font-weight: 900;
  line-height: 1.3;
}

.ph-right-card__link {
  color: #1769ff;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.4;
}

.ph-right-card__link:hover {
  text-decoration: none;
  color: #0f55d9;
}

/* 今日の確認 */
.ph-right-status-list {
  display: flex;
  flex-direction: column;
}

.ph-right-status {
  display: flex;
  align-items: center;
  background: #fbfcff;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  box-sizing: border-box;
}

.ph-right-status__dot {
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
}

.ph-right-status__dot.is-blue {
  background: #1769ff;
}

.ph-right-status__dot.is-brown {
  background: #6f4031;
}

.ph-right-status__dot.is-gray {
  background: #9aa7b8;
}

.ph-right-status__text {
  color: #50627a;
  font-weight: 700;
  line-height: 1.4;
}

.ph-right-status__num {
  margin-left: auto;
  color: #061936;
  font-weight: 900;
  line-height: 1;
}

/* ミニリスト */
.ph-right-mini-list {
  display: flex;
  flex-direction: column;
}

.ph-right-mini-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #fbfcff;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.22s ease;
}

.ph-right-mini-item:hover {
  text-decoration: none;
  background: #f7faff;
  border-color: #cfdcec;
  transform: translateY(-1px);
}

.ph-right-mini-item__main {
  color: #061936;
  font-weight: 800;
  line-height: 1.4;
}

.ph-right-mini-item__sub {
  color: #8a97a8;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

/* タイムライン */
.ph-right-timeline {
  display: flex;
  flex-direction: column;
}

.ph-right-timeline__item {
  display: flex;
  align-items: flex-start;
}

.ph-right-timeline__mark {
  border-radius: 999px;
  background: #dbe7ff;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 1px #c8d9ff;
  flex: 0 0 auto;
}

.ph-right-timeline__title {
  color: #061936;
  font-weight: 800;
  line-height: 1.45;
}

.ph-right-timeline__time {
  color: #8a97a8;
  font-weight: 700;
  line-height: 1.4;
}

/* ショートカット */
.ph-right-shortcuts {
  display: flex;
  flex-direction: column;
}

.ph-right-shortcut {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e4ebf4;
  color: #061936;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  box-sizing: border-box;
  transition: all 0.22s ease;
}

.ph-right-shortcut:hover {
  text-decoration: none;
  background: #1769ff;
  border-color: #1769ff;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(23, 105, 255, 0.18);
  transform: translateY(-1px);
}

/* ==================================================
   店舗管理画面 右サイドバー
   PC用CSS
================================================== */

@media (min-width: 768px) {

  .ph-right-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .ph-right-card {
    padding: 16px 14px;
  }

  .ph-right-card__head {
    margin-bottom: 14px;
  }

  .ph-right-card__label {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .ph-right-card__title {
    font-size: 15px;
  }

  .ph-right-card__link {
    font-size: 12px;
  }

  .ph-right-status-list {
    gap: 8px;
  }

  .ph-right-status {
    min-height: 42px;
    padding: 0 12px;
    gap: 8px;
  }

  .ph-right-status__dot {
    width: 8px;
    height: 8px;
  }

  .ph-right-status__text {
    font-size: 12px;
  }

  .ph-right-status__num {
    font-size: 15px;
  }

  .ph-right-mini-list {
    gap: 8px;
  }

  .ph-right-mini-item {
    min-height: 42px;
    padding: 0 12px;
  }

  .ph-right-mini-item__main {
    font-size: 12px;
  }

  .ph-right-mini-item__sub {
    font-size: 11px;
  }

  .ph-right-timeline {
    gap: 12px;
  }

  .ph-right-timeline__item {
    gap: 9px;
  }

  .ph-right-timeline__mark {
    width: 9px;
    height: 9px;
    margin-top: 5px;
  }

  .ph-right-timeline__title {
    font-size: 12px;
  }

  .ph-right-timeline__time {
    font-size: 11px;
    margin-top: 2px;
  }

  .ph-right-shortcuts {
    gap: 8px;
  }

  .ph-right-shortcut {
    min-height: 42px;
    font-size: 12px;
  }

}

/* ==================================================
   店舗管理画面 右サイドバー
   スマホ用CSS
================================================== */

@media (max-width: 767px) {

  .ph-right-panel {
    display: none !important;
  }

}/* End custom CSS */