/* Transitions */
@view-transition {
navigation: auto;
}
/* Kadence css “fixings” */
body {
text-wrap: pretty;
}
/* header mobile */
.drawer-content .site-header-item {
overflow-y: auto;
max-width: 90vh;
}
.mobile-navigation {
max-height: 100%;
}
.kt-btn-width-type-auto {
width: auto;
}
.kb-adv-form-message.kb-adv-form-warning {
padding: 0.1em 1em;
}
.new-row-diferent-height .kt-inner-column-height-full:not(.kt-row-layout-row) {
grid-auto-rows: unset;
}
@media (max-width: 1024px) {
#block-8 figure {
margin: 0 auto;
}
.kt-inner-column-height-full.kt-tab-layout-equal, .kt-inner-column-height-full:not(.kt-tab-layout-inherit):not(.kt-tab-layout-row) {
grid-auto-rows: unset;
}
}