body.clay-ui-tech .account-empty-state,
body.clay-ui-tech .hbello-empty-state {
    display: flex;
    min-height: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    padding: 48px 24px;
}

body.clay-ui-tech .account-empty-state h6,
body.clay-ui-tech .hbello-empty-state h4,
body.clay-ui-tech .hbello-empty-state h5,
body.clay-ui-tech .hbello-empty-state h6 {
    margin: 0;
}

body.clay-ui-tech .account-empty-state p,
body.clay-ui-tech .hbello-empty-state p {
    max-width: 42ch;
    margin: 0;
}

body.clay-ui-tech .account-empty-state .btn,
body.clay-ui-tech .hbello-empty-state .btn,
body.clay-ui-tech .account-empty-state a,
body.clay-ui-tech .hbello-empty-state a {
    margin-top: 8px;
}
