.wp-block-vagabond-plus-flex {
padding: 35px 0;
}
.wp-block-vagabond-plus-flex.no-padding {
padding: 0;
}
.wp-block-vagabond-plus-flex,
.wp-block.wp-block-vagabond-plus-flex .block-editor-block-list__layout {
display: flex;
max-height: var(--max-height);
} .wp-block-vagabond-plus-flex.flex-wrap-nowrap {
flex-wrap: nowrap;
}
.wp-block-vagabond-plus-flex.flex-wrap-wrap {
flex-wrap: wrap;
}
.wp-block-vagabond-plus-flex.flex-wrap-wrap-reverse {
flex-wrap: wrap-reverse;
} .wp-block-vagabond-plus-flex.flex-direction-row {
flex-direction: row;
}
.wp-block-vagabond-plus-flex.flex-direction-row-reverse {
flex-direction: row-reverse;
}
.wp-block-vagabond-plus-flex.flex-direction-column {
flex-direction: column;
}
.wp-block-vagabond-plus-flex.flex-direction-column-reverse {
flex-direction: column-reverse;
}
.wp-block-vagabond-plus-flex.childrenSameWidth > * {
flex: 1 1 0px;
}
.wp-block-vagabond-plus-flex.childrenSameWidth.centerChildren > * {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.wp-block-vagabond-plus-flex.childrenSameWidth.centerChildren > * > * {
display: flex;
}
.wp-block-vagabond-plus-flex.childrenSameWidth.centerChildren * {
max-height: 100%;
max-width: 100%;
-o-object-fit: contain !important;
object-fit: contain !important;
}
.wp-block-vagabond-plus-flex figure {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
flex-grow: 0; width: -moz-fit-content !important;
width: fit-content !important; }
.wp-block-vagabond-plus-flex img {
max-height: var(--max-height);
width: auto; -o-object-fit: contain;
object-fit: contain; display: block; }
.wp-block.wp-block-vagabond-plus-flex img {
max-width: 100px;
} .wp-block-vagabond-plus-flex.gap-1 {
gap: 1rem;
}
.wp-block-vagabond-plus-flex.gap-2 {
gap: 2rem;
}
.wp-block-vagabond-plus-flex.gap-3 {
gap: 3rem;
} @media (max-width: 782px) {
.wp-block-vagabond-plus-flex {
padding: 24px 0;
}
.wp-block-vagabond-plus-flex.reverse-mobile.flex-direction-row {
flex-direction: row-reverse;
}
.wp-block-vagabond-plus-flex.reverse-mobile.flex-direction-row-reverse {
flex-direction: row;
}
.wp-block-vagabond-plus-flex.reverse-mobile.flex-direction-column {
flex-direction: column-reverse;
}
.wp-block-vagabond-plus-flex.reverse-mobile.flex-direction-column-reverse {
flex-direction: column;
}
.wp-block-vagabond-plus-flex.isGirdForMobile {
display: grid;
grid-template-columns: auto auto auto;
max-height: -moz-fit-content;
max-height: fit-content;
}
.wp-block-vagabond-plus-flex figure {
width: auto !important;
}
.wp-block-vagabond-plus-flex img {
height: auto !important;
max-height: 70px;
}
}