.account-head{display:flex;justify-content:space-between;gap:25px}.portal-section-head h2{margin-bottom:3px}.portal-section-head p{margin-top:0;color:#627d98}.portal-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.portal-plan{border:1px solid #dce7ef;border-radius:12px;padding:15px;display:flex;flex-direction:column}.portal-plan.current{border:2px solid #0fa897;background:#f2fbf9}.portal-plan h3{color:#102a43;margin:0 0 4px;font-size:16px}.portal-plan .price{font-size:21px;font-weight:800;color:#102a43;margin:7px 0}.portal-plan small{color:#627d98}.portal-plan ul{list-style:none;padding:0;margin:12px 0;flex:1}.portal-plan li{font-size:12px;padding:3px 0}.portal-plan li:before{content:'✓';color:#0fa897;margin-right:6px}.portal-plan button{width:100%;border:0;border-radius:8px;padding:9px;background:#0fa897;color:#fff;font-weight:700;cursor:pointer}.portal-plan button:disabled{background:#dce7ef;color:#627d98;cursor:default}@media(max-width:720px){.portal-plans{grid-template-columns:1fr}.account-head{display:grid}}
