.drop{min-height:330px;border-width:2px;border-radius:16px;font-size:36px;transition:.2s}
.drop:hover,.drop:focus,.drop.dragging{border-color:#246bfd;background:#f0f6ff;box-shadow:0 0 0 4px #246bfd12;outline:0}
.drop.has-file{border-style:solid;background:#f3f8ff}
.drop b{font-size:18px;margin:14px}
.drop span{font-size:13px}
.drop small{font-size:12px;color:#8a96a8;margin-top:12px}
.drop.has-file small{color:#246bfd;font-weight:700}
