/* Research-use disclaimer banner — v64
   Sits near the top of every product page. Visual language matches the
   existing .regulatory-note component (amber accent on cream). */

.research-disclaimer-v64 {
  border: 1px solid #ecd9b0;
  border-left: 4px solid #d6a447;
  background: #fff9ed;
  color: #4d4433;
  border-radius: 12px;
  padding: 15px 20px;
  margin: 0 0 26px;
}

.research-disclaimer-v64 p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.55;
}

.research-disclaimer-v64 strong {
  color: #5d470d;
  font-weight: 800;
}

/* Wrapper used on account-catalogue pages, which have no breadcrumb row
   to hang beneath. */
.disclaimer-wrap-v64 {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .research-disclaimer-v64 {
    padding: 14px 17px;
  }
}

@media (max-width: 620px) {
  .research-disclaimer-v64 {
    padding: 13px 15px;
    border-radius: 10px;
    border-left-width: 3px;
    margin-bottom: 20px;
  }

  .research-disclaimer-v64 p {
    font-size: .82rem;
    line-height: 1.5;
  }

  .disclaimer-wrap-v64 {
    margin-top: 18px;
  }
}
