/* アイコン色の定数定義 */

/* プラン限定・編集アイコン（ピンク） */
.icon-plan-lock,
.icon-edit {
  color: #ec4899;
}

/* 全体公開・グローブアイコン（シアン） */
.icon-globe,
.icon-eye {
  color: #17a2b8;
}

/* 非公開・エラー・退会リンク（赤） */
.icon-lock-error,
.icon-exclamation {
  color: #dc3545;
}

/* 下書き・警告（黄色） */
.icon-edit-draft,
.icon-warning {
  color: #ffc107;
}

/* 予約投稿・価格・販売開始（緑） */
.icon-clock-success,
.icon-yen,
.icon-play-success {
  color: #28a745;
}

/* 日付・ユーザー情報（グレー） */
.icon-calendar,
.icon-user {
  color: #6c757d;
}

/* チェックマーク（緑） */
.icon-check-circle {
  color: #28a745;
}

/* アイコンのマージン */
.icon-margin-right {
  margin-right: 0.3em;
}

.icon-margin-right-small {
  margin-right: 5px;
}

.icon-margin-right-medium {
  margin-right: 8px;
}

