form[name="deed"] {
    .dropdown {
        .dropdown-item {
            line-height: 1;
        }
    }

    button[title="Add Line"] {
        svg {
            &:first-child {
                display: var(--dotted, inline);
            }

            &:last-child {
                display: var(--filled, none)
            }
        }

        &:hover {
            --dotted: none;
            --filled: inline;
        }
    }

    a[href=""] {
        display: none !important;
        & + svg {
            display: none
        }
    }

    circle {
        cursor: help;
    }

    .button-container {
        bottom:1rem;
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
        position: absolute;
        right: 1rem;
        width: calc(33.33% - 2rem);
    }
}
