.angie-account-container {
    display: block;
    width: 100%;
}

.angie-account-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
    vertical-align: middle;
}

.angie-account-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}

.angie-account-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    line-height: 1;
}

.angie-account-icon svg {
    display: block;
    fill: #333333;
}
