table#recipe-instructions {
    width: 100%;
    border-spacing: 4px 4px;
    table-layout: auto;
    vertical-align: middle;
}

tr.rpr-ins-row {

}

tr.rpr-ins-row td {
    position: relative;
}

td.rpr-ins-sort {
    width: 32px;
    cursor: grab;
}

td.rpr-ins-instruction {
    width: 88%;
}

td.rpr-ins-image {
    width: 85px;
}

td.rpr-ins-del button {
    width: 28px;
    padding: 0 7px 1px !important;
}

td.rpr-ins-instruction textarea {
    width: 100%;
}

td.rpr-ins-image {
    background-color: #efefef;
    overflow: hidden;
}

.rpr-ins-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    color: #9e9e9e;
}

.rpr-ins-image-wrapper a {
    color: #fff;
    text-shadow: 1px 2px 5px #00000061;
}

td.rpr-ins-image img {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 3px;
}

tr.instruction-group input {
    width: 66%;
}

.rpr-ins-image-del {
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 1;
    color: #fff;
    padding: 5px;
    background-color: #0000004f;
    border-radius: 50%;
}

#rpr-ins-add-row-ins,
#rpr-ins-add-row-grp,
#rpr-ins-bulk-import {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 5px;
}

.rpr-ins-image-set {
    padding: 12px;
    cursor: pointer;
}

.rpr-ins-image-del {
    cursor: pointer;
}

#rpr-instruction-bulk-importer {
    padding: 1rem;
    font-size: initial;
    line-height: 1.8;
}
