#v2sm__innerContent span:not(#orgWordmarkTop, #orgWordmarkBottom) {
    font-family: Roboto !important;
}

#v2sm__innerContent > p:nth-of-type(3) {
    padding-top: 12px !important;
}

.v2sm__cropBtn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 6px;
    height: 40px;
}

.v2sm__rotateCropImg {
    position: relative;
    top: -2px;
}
#v2sm__cropUploadDialog {
    padding-top: 24px;
}
#v2sm__closeCropDialog {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

#v2sm__cropUploadDialog .btn:focus-visible,
#v2sm__cropUploadDialog .cr-slider:focus-visible {
	/* inner indicator */
	outline: 2px #FFF solid;
	outline-offset: 0;
	/* outer indicator */
	box-shadow: 0 0 0 4px #000;
}
