/*
Theme Name: STINGER PLUS2 Child
Template: stingerplus2
*/


/* タグ説明文の演出強化（修正版） */
.tag-description {
  font-size: 1.1em;
  margin: 20px 0;
  padding: 20px;
  background-color: rgb(252, 233, 233); /* 薄ピンク */
  border-left: 5px solid rgb(178, 26, 26); /* 赤 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  line-height: 1.6;
}
.tag-description::before {
  content: "🖊️ タグ案内";
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(178, 26, 26); /* 赤 */
}
