@import url('/landing-base.css');

/* Mobile proof-strip fix: keep the icon container centered and isolated
   from the generic .proof-item span typography rule. */
.proof-item > .proof-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    margin-top: 0;
    color: var(--primary);
    font-size: 16px;
    line-height: 1;
}

.proof-item > .proof-icon i {
    display: block;
    margin: 0;
    line-height: 1;
}
