/* Utilities */
.wpcz .wpcz-is-hidden {
    display: none !important;
}

.wpcz .wpcz-sr-only {
    position: absolute !important;
    inline-size: 1px !important;
    block-size: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
}

.wpcz .wpcz-is-disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}

.wpcz .wpcz-nowrap {
    white-space: nowrap !important;
}

.wpcz .wpcz-text-start {
    text-align: start !important;
}

.wpcz .wpcz-text-center {
    text-align: center !important;
}

.wpcz .wpcz-text-end {
    text-align: end !important;
}

.wpcz [class^='wpcz-flex'] {
    display: flex !important;
}

.wpcz .wpcz-flex-h-start {
    justify-content: flex-start !important;
}

.wpcz .wpcz-flex-h-center {
    justify-content: center !important;
}

.wpcz .wpcz-flex-h-end {
    justify-content: flex-end !important;
}

.wpcz .wpcz-flex-v-start {
    align-items: flex-start !important;
}

.wpcz .wpcz-flex-v-center {
    align-items: center !important;
}

.wpcz .wpcz-flex-v-end {
    align-items: flex-end !important;
}
