.plank-row:first-of-type {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-color: #ebe6e7;
    border-top-width: 1.5px;
}

.plank-row:last-of-type {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pickr .pcr-button::before {
    display: none !important;
}

.pickr .pcr-button::after {
    transition: none !important;
}

.spread-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(242px, 0fr));
    width: 100%;
    gap: 20px;
    justify-content: center;
}
.spread-visual {
    width: 242px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0.5px solid #212529;
}

.page-number-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page {
    width: 100%;
    text-align: center;
    border-top: solid 0.5px #212529;
}

.page1 {
    border-right: solid 0.5px #212529;
}

.inputs-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.input-box, .input-box1, .input-box2, .input-box3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px;
    overflow-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
    overflow: hidden;
    max-height: 124px;
}

.plank-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lock {
    cursor: pointer;
}

.plank-row[data-type="1"] .lock, .plank-row[data-type="21"] .lock {
    cursor: default;
}

