/**
 * Handwritten Text Widget Styles
 */

.wml-handwritten-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wml-handwritten-svg {
    display: block;
    overflow: visible;
}

.wml-handwritten-text {
    stroke-linecap: round;
    stroke-linejoin: round;
}