/* Pyre Avada White Space Cleaner */
.pawc-removed-empty,
.pawc-removed-spacer,
.pawc-removed-tail-block {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
}

.pawc-tail-reset {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    flex-grow: 0 !important;
}

body.pawc-debug .pawc-removed-empty,
body.pawc-debug .pawc-removed-spacer,
body.pawc-debug .pawc-removed-tail-block {
    display: block !important;
    min-height: 18px !important;
    height: 18px !important;
    max-height: 18px !important;
    background: rgba(255, 0, 0, 0.18) !important;
    outline: 2px dashed #d63638 !important;
    overflow: visible !important;
}

body.pawc-debug .pawc-tail-reset {
    outline: 2px dashed #2271b1 !important;
}
