.attach-file-wrapper {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.attach-file-preview {
    margin-top: 10px;
    max-width: 200px;
    max-height: 200px;
    display: block;
}
.attach-file-input {
    display: none;
}

