.ambh-user-info {
    display: flex;
    align-items: center;
    gap: 0.75em;
}

.ambh-user-info__avatar {
    flex-shrink: 0;
}

.ambh-user-info__img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.ambh-user-info__details {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ambh-user-info__name {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ambh-user-info__count {
    font-size: 0.85em;
    color: var(--ambh-text-muted, #646970);
    white-space: nowrap;
}

/* Inside the cover banner overlay */
.wp-block-cover .ambh-user-info {
    color: #fff;
}

.wp-block-cover .ambh-user-info__count {
    color: rgba(255, 255, 255, 0.75);
}
