/* Keep the remaining recommendations balanced after removing the confidence card. */
@media(min-width:1001px){.recommendations .rec-water{grid-column:span 2}}
@media(min-width:661px) and (max-width:1000px){.recommendations .rec-time{grid-column:1/-1}}
.opp-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.opp-detail-grid>span:last-child{grid-column:span 2}
@media(max-width:660px){.opp-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
