/* Display the configured shop logo at a stable size without replacing its artwork. */
.account-brand-logo {
    position: relative;
    width: 100%;
    max-width: 180px;
    max-height: 180px;
    object-fit: contain;
    align-self: center;
    margin: 56px auto 38px;
}

.account-story:has(.account-brand-logo) h2 {
    overflow-wrap: anywhere;
}

.account-story > p {
    white-space: normal;
    overflow-wrap: anywhere;
}
