@charset "UTF-8";
.header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}

/*----------------------------------------------------------------
編集ボタン
---------------------------------------------------------------- */
.post-edit-link {
  display: inline-block;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  text-decoration: none !important;
  border: 1px solid #999;
  padding: 0.5em;
  line-height: 1.2;
  border-radius: 5px;
  color: gray;
}
.post-edit-link:hover {
  background-color: #999;
  color: #fff !important;
}

/* =========================================================
.searchCard
========================================================= */
.searchCard {
  margin-bottom: 10px;
  border: 1px solid var(--wp--preset--color--primary);
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
}
.searchCard .entry-title {
  color: #333;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
}
.searchCard .entry-title a {
  color: inherit;
}
.searchCard .entry-title a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.searchCard .entry-body {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}