.vector-grupo-content-wrapper {
display: flex;
flex-direction: column;
row-gap: 32px;
column-gap: 32px;
width: 100%;
}
.vector-grupo-content-wrapper .vector-grupo-content-item-headings {
display: flex;
flex-direction: column;
row-gap: 12px;
column-gap: 12px;
}
.vector-grupo-content-wrapper .vector-grupo-content-item-heading-main,
.vector-grupo-content-wrapper .vector-grupo-content-item-heading-auxiliar {
margin: 0;
transition: color .3s ease;
}
.vector-grupo-content-wrapper .vector-grupo-content-item-text {
margin: 0 !important;
} .vector-grupo-content-wrapper .vector-grupo-content-item-text> :first-child {
margin-top: 0;
}
.vector-grupo-content-wrapper .vector-grupo-content-item-text> :last-child {
margin-bottom: 0;
}
.vector-grupo-content-item-actions {
display: flex;
flex-wrap: wrap;
gap: 16px;
}