
.input-ph[contentEditable="true"][data-v-0a2b6d06]:hover {
    cursor: text;
}
.input-ph[contentEditable="true"][data-v-0a2b6d06]:empty:before {
    content: attr(placeholder);
    font-size: 0.8rem;
    color: #9e9e9e;
}
.h_upload[data-v-0a2b6d06] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	position: absolute;
	z-index: -10;
}
.img-crop[data-v-0a2b6d06] {
    object-fit: cover;
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
    position: relative;
}
.close[data-v-0a2b6d06] {
    background-color:dimgray;
    display:block;
    right: 0px;
    top: 0px;
    position: absolute;
}


.text-block[data-v-0c9c95c1] {
    white-space: pre-wrap;
}
.small[data-v-0c9c95c1] {
    font-size: 0.8rem;
}
.fake-link[data-v-0c9c95c1] {
    cursor: pointer;
}
.img-crop[data-v-0c9c95c1] {
    object-fit: cover;
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
    position: relative;
}

