.post_body {
  .ec-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
    margin: 2em 0 1em 0;
  }

  .ec-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    min-width: 330px;
    max-width: 360px;
    padding: 12px 0 13px;
    margin: 0 0 1em 0;
    line-height: 1.5;
    border: 1px solid #ccc;
  }

  .ec-buttons dt {
    width: 100%;
    margin-bottom: 0.75em;
    font-size: 87.5%;
    text-align: center;
  }

  .ec-buttons dd {
    margin: 0;
  }

  .ec-buttons a {
    display: block;
    width: 103px;
    height: 38px;
    background: transparent center / 103px 36px no-repeat;
  }

  .ec-buttons dd.ec-button-image {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .ec-buttons dd.ec-button-image a {
    width: 100%;
    height: 150px;
  }

  .ec-buttons dd.ec-button-image img {
    width: auto;
    height: 100%;
  }

  .ec-buttons a:hover {
    opacity: 0.8;
  }

  .ec-buttons .ec-button-amazon a {
    background-image: url(/uploads/2026/04/ec-button-amazon.png);
  }

  .ec-buttons .ec-button-rakuten a {
    background-image: url(/uploads/2026/04/ec-button-rakuten.png);
  }

  .ec-buttons .ec-button-yahoo a {
    background-image: url(/uploads/2026/04/ec-button-yahoo.png);
  }

  .ec-buttons a span {
    display: none;
  }
}