input {
    border-radius: 0.3rem;
    border-color:rgb(0 0 0 / 25%)
}

pre input, table input, pre textarea, table textarea {
    width: 100%;
}

textarea {
    border-color: #0000003b;
    resize: none;
    overflow: hidden;
    height: 1.9em;
    vertical-align: middle;
    border-radius: .3rem;
}

div[role=toolbar] {
    box-shadow: 0px 0px 1rem 0px rgb(0 0 0 / 25%);
}
