/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/css/components/text-popup.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.text-popup {
    position: relative;
    display: flex;
    align-items: center;
}

.text-popup__title {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(78 5 16 / var(--tw-text-opacity, 1));
}

.text-popup__title p {
    display: inline;
}

.text-popup__button {
    position: relative;
    top: 0.5rem;
    margin-left: 0.5rem;
}

.text-popup__button svg {
    pointer-events: none;
}

.text-popup__tooltip {
    position: absolute;
    bottom: 1.5rem;
    right: 1rem;
    z-index: 10;
    display: none;
    width: 15rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(78 5 16 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

    .text-popup__tooltip {
        width: 20rem;
    }
}

.text-popup__tooltip {
    box-shadow: 0 0 15px 0 #0000001A;
}

.text-popup__tooltip.open {
    display: block;
}

/*# sourceMappingURL=text-popup.css.map*/