div.extended-selector {
    width: 80%;
    display: flex;
    flex-direction: row;
}

div.extended-selector>div {
    display: flex;
    flex-direction: row;
    width: 100%;
}