/* 1.0.106: Always-visible strategy memo; keep the 1.0.105 black heading and gauge gradient.
 * Explicitly override Theme 0.2.176's older transparent title styling.
 */
body.single-post .strategy-memo-box .strategy-memo-title,
body.single-post .single-post-main .strategy-memo-box .strategy-memo-title,
body.single-post .single-post-main .remelabo-entry-content .strategy-memo-box .strategy-memo-title {
  box-sizing: border-box !important;
  display: block !important;
  margin: -14px -16px 12px !important;
  padding: 20px 16px 22px !important;
  min-height: 74px !important;
  width: calc(100% + 32px) !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #17181b !important;
  background-image: linear-gradient(90deg,#7816ff 0%,#ff1d83 58%,#ff3434 100%) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 4px !important;
  background-position: left bottom !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  cursor: auto !important;
}
/* No toggle hint or arrow: the memo body is always visible. */
body.single-post .strategy-memo-box .strategy-memo-title::before,
body.single-post .strategy-memo-box .strategy-memo-title::after {
  display: none !important;
  content: none !important;
}
body.single-post .strategy-memo-box .strategy-memo-body {
  display: block !important;
  padding-top: 12px !important;
}
@media (max-width: 600px) {
  body.single-post .strategy-memo-box .strategy-memo-title,
  body.single-post .single-post-main .strategy-memo-box .strategy-memo-title,
  body.single-post .single-post-main .remelabo-entry-content .strategy-memo-box .strategy-memo-title {
    margin: -12px -13px 12px !important;
    padding: 17px 13px 19px !important;
    min-height: 72px !important;
    width: calc(100% + 26px) !important;
    font-size: 16px !important;
  }
}
