.cb-app-cost__icon { width: 4rem; height: 4rem; margin: 0 auto 2rem; }
.cb-app-cost__icon svg { width: 2rem; height: 2rem; }
.cb-app-cost__heading { margin-bottom: 1rem; }
.cb-app-cost__subheading { margin-bottom: 1.5rem; }
.cb-app-cost__body { max-width: 42rem; margin: 0 auto 1rem; }
.cb-app-cost__divider { width: 4rem; height: 0.25rem; border: none; margin: 2rem auto; }
.cb-app-cost__highlight { font-size: 1.25rem; font-weight: 600; margin-bottom: 1.5rem; }
.cb-app-cost__desc { max-width: 42rem; margin: 0 auto 0.75rem; line-height: 1.6; }
.cb-app-cost__desc-muted { max-width: 42rem; margin: 0 auto 2.5rem; line-height: 1.6; }
.cb-app-cost__cta { display: inline-flex; align-items: center; justify-content: center; height: 3.5rem; padding: 0 2.5rem; font-family: var(--cb-font-body); font-size: 1rem; font-weight: 600; border: none; border-radius: var(--cb-radius); cursor: pointer; text-decoration: none; transition: opacity 0.2s; line-height: 1; }
.cb-app-cost__cta:hover { opacity: 0.9; }
.cb-app-cost__note { font-size: 0.875rem; margin-top: 1rem; }
