.text-divider-module{align-items:center;display:flex;gap:16px;width:100%}.text-divider-module__line{background-color:var(--divider-color,#ccc);flex:1 1 auto;height:2px;min-width:40px}.text-divider-module__text{flex:0 0 auto}.text-divider-module__text>:first-child{margin-top:0}.text-divider-module__text>:last-child{margin-bottom:0}.text-divider-module--centro .text-divider-module__text{text-align:center}.text-divider-module--direita .text-divider-module__text{text-align:left}@media (max-width:480px){.text-divider-module{gap:8px}.text-divider-module__line{min-width:24px}}