/* 2025.05 追加@toda */
.post_content {
  .link-button {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 10px 30px;
    color: #000000;
    background: #f1f1f1;

    &:hover {
      color: #ffffff;
      background: #f4b4d0;
    }
  }
}

/* === 2025.05 追加@toda */
