.landtw-dev-file-data {
    position: relative;
    margin: 20px 0;
    padding: 24px 12px 12px;
    border: 1px dashed #d6a94c;
    background: #fff8d8;
    box-sizing: border-box;
}
.landtw-dev-file-data__label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 8px;
    background: #d6a94c;
    color: #2b2110;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
}
