.md-photo-upload {
    margin: 18px 0;
    padding: 16px;
    border: 1px solid #eadde7;
    border-radius: 14px;
    background: #fff8fc;
}
.md-photo-upload > label {
    display: block;
    margin-bottom: 9px;
    font-weight: 700;
}
.md-photo-upload input[type="file"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px dashed #cfaec3;
    border-radius: 10px;
    background: #fff;
}
.md-photo-help {
    margin: 8px 0 0;
    font-size: .88em;
    opacity: .78;
}
.md-photo-preview {
    margin-top: 12px;
}
.md-photo-preview img {
    display: block;
    max-width: 220px;
    max-height: 220px;
    border-radius: 10px;
    object-fit: contain;
    background: #fff;
}
.md-photo-remove {
    margin-top: 8px;
    border: 0;
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
}
