.fs-7 {
    font-size: .9rem;
}

.justau-container {

    h4,
    .h4,
    textarea {
        font-family: 'Seaweed Script', cursive;
    }

    h4,
    .h4 {
        display: block;
        text-align: center;
    }

    label {
        position: relative;
    }

    .writeLines {
        position: relative;
        z-index: 0;

        &::after {
            content: "";
            position: absolute;
            top: .85rem;
            left: 0;
            width: 100%;
            height: 90%;
            padding: 24px 20px 0 20px;
            background-color: white;
            background-image: linear-gradient(transparent 23px, #bbb 24px, transparent 24px);
            background-size: 100% 31.1px;
            z-index: -1;
        }

        textarea {
            padding: 14px 20px 0 20px !important;
            border: 0 !important;
            background: transparent !important;
            font-size: 1.3rem !important;

            &:focus {
                box-shadow: none !important;
            }
        }
    }

    .charCount {
        background: white;
        font-size: .85rem;
        color: #bbb;
        text-align: right;
    }
}
