.rp-answer,.rp-answer * {  box-sizing: border-box;}.rp-answer {  width: min(calc(100% - 2rem), 880px);  min-width: 0;  margin: clamp(1.75rem, 4vw, 3rem) auto;  content-visibility: auto;  contain-intrinsic-size: auto 480px;  display: grid;  grid-template-columns: 68px minmax(0, 1fr);  overflow: hidden;  border: 1px solid #dfbdc9;  border-radius: 12px;  background: linear-gradient(135deg, #fffdfc 0%, #fff7f6 55%, #f9e9ee 100%);  box-shadow: 0 10px 28px rgba(70, 41, 57, .08);  color: #302833;  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;  line-height: 1.55;}.rp-answer__rail {  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  min-width: 0;  padding: .75rem;  background: linear-gradient(155deg, #f6dce3 0%, #eabdc9 53%, #d996aa 100%);  color: #593044;}.rp-answer__rail-label,.rp-answer__rail-foot {  display: none;  font-size: .72rem;  font-weight: 750;  letter-spacing: .13em;  line-height: 1.5;  text-transform: uppercase;}.rp-answer__rail-mark {  color: #713a52;  font-size: 2.2rem;  font-weight: 780;  letter-spacing: -.06em;  line-height: 1;}.rp-answer__content {  min-width: 0;  padding: clamp(1.15rem, 2.5vw, 1.85rem);}.rp-answer__eyebrow {  margin: 0 0 .4rem;  color: #893b59;  font-size: .68rem;  font-weight: 790;  letter-spacing: .12em;  line-height: 1.5;  text-transform: uppercase;}.rp-answer h2 {  margin: 0 0 .9rem;  color: #322332;  font-size: clamp(1.25rem, 2.2vw, 1.7rem);  font-weight: 735;  letter-spacing: -.025em;  line-height: 1.28;}.rp-answer__response {  padding: .2rem 0 .2rem .9rem;  border-left: 2px solid #b45c78;}.rp-answer__response p {  margin: 0;  color: #453743;  font-size: .94rem;}.rp-answer__response p + p {  margin-top: .55rem;}.rp-answer__response strong {  color: #742f4a;  font-weight: 800;}.rp-answer__footer {  display: flex;  align-items: center;  justify-content: space-between;  flex-wrap: wrap;  gap: .7rem 1rem;  margin-top: 1rem;  padding-top: .85rem;  border-top: 1px solid #e8ced6;}.rp-answer__author {  display: grid;  gap: .07rem;  min-width: 0;}.rp-answer__author-label {  color: #785967;  font-size: .63rem;  font-weight: 750;  letter-spacing: .12em;  text-transform: uppercase;}.rp-answer__author strong {  color: #432c3b;  font-size: .95rem;  line-height: 1.4;}.rp-answer__author span:last-child {  color: #68545f;  font-size: .78rem;}.rp-answer__references {  display: flex;  flex-wrap: wrap;  gap: .45rem 1rem;  font-size: .78rem;  font-weight: 720;}.rp-answer__references a {  color: #823552;  text-decoration: underline;  text-decoration-color: #c88ca1;  text-underline-offset: .25em;}.rp-answer__references a:hover {  color: #5b2038;  text-decoration-color: currentColor;}.rp-answer a:focus-visible {  outline: 3px solid #823552;  outline-offset: 4px;}@media (max-width: 740px) {  .rp-answer {    width: min(calc(100% - 1.5rem), 880px);    contain-intrinsic-size: auto 650px;    grid-template-columns: 1fr;  }  .rp-answer__rail {    flex-direction: row;    align-items: center;    justify-content: space-between;    min-height: 42px;    padding: .45rem 1rem;  }  .rp-answer__rail-label {    display: inline;  }  .rp-answer__rail-mark {    font-size: 1.35rem;  }  .rp-answer__content {    padding: clamp(1.15rem, 4vw, 1.6rem);  }}@media (max-width: 380px) {  .rp-answer {    width: calc(100% - 1rem);    contain-intrinsic-size: auto 750px;  }  .rp-answer__rail-label {    letter-spacing: .08em;  }  .rp-answer__references {    flex-direction: column;    align-items: flex-start;  }}