.customer-stats {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
}

.customer-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px;
}

.customer-badge--top {
    color: #a91f54;
    background: #fde7f0;
}

.customer-publish hr {
    width: 100%;
    margin: 2px 0;
    border: 0;
    border-top: 1px solid #eadfe7;
}

.customer-form-note {
    margin: 0;
    padding: 13px 15px;
    border-radius: 11px;
    color: #756a75;
    background: #faf6f9;
    font-size: 10px;
}

.customer-forgot-link {
    margin-top: -7px;
    color: #a91f54;
    font-size: 9px;
    font-weight: 800;
    text-align: right;
}
