/* Compact portfolio Group Fund prompt aligned with the portfolio callouts. */
.ci-portfolio-fund-handoff{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"heading action" "copy action";column-gap:24px;row-gap:6px;align-items:center;margin:0 0 20px;padding:22px 24px;background:#fff;border:1px solid #e7e0d6;border-left:4px solid #ef5b0c;border-radius:8px;box-shadow:0 8px 22px rgba(23,23,21,.06)}
.ci-portfolio-fund-handoff h2{grid-area:heading;margin:0!important;font-size:28px!important;line-height:1.15!important}
.ci-portfolio-fund-handoff p{grid-area:copy;margin:0!important;color:#4f4b44}
.ci-portfolio-fund-handoff .ci-v3__button{grid-area:action;min-width:190px;margin:0!important;text-align:center;white-space:nowrap}
@media(max-width:760px){.ci-portfolio-fund-handoff{grid-template-columns:1fr;grid-template-areas:"heading" "copy" "action";gap:10px;padding:20px;margin-bottom:18px}.ci-portfolio-fund-handoff h2{font-size:25px!important}.ci-portfolio-fund-handoff .ci-v3__button{width:100%;min-width:0;margin-top:4px!important}}
