.timber-cuts {
    margin: 0 0 20px;
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fafafa;
}

.timber-cuts__title {
    margin: 0 0 8px;
}

.timber-cuts__intro {
    margin: 0 0 10px;
    font-size: 1.3rem;
    color: #555;
}

.timber-cuts__notice {
    margin: 0 0 10px;
    font-size: 1.3rem;
    color: red;
}

.timber-cuts__selectors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 8px;
}

.timber-cuts__control {
    flex: 1 1 auto;
    min-width: 0;
}

.timber-cuts__units {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.timber-cuts__units label {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-weight: 600;
}

.timber-cuts__ftin {
    display: flex;
    align-items: center;
    gap: 5px;
}

.timber-cuts__ftin .timber-cuts__length {
    width: 36%;
}

.timber-cuts__piece {
    margin: 8px 0;
}

.timber-cuts__piece label {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
}

.timber-cuts__piece button {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
    width: 100%;
}

.timber-cuts__length {
    max-width: unset;
}

.timber-cuts__pieces {
    display: grid;
    grid-template-columns: 33% auto 33%;
    column-gap: 10px;
}

.timber-cuts__piece--remaining label {
    font-weight: 400;
    font-style: italic;
}

.timber-cuts__remaining {
    background: #f0f0f0;
    cursor: default;
}

.timber-cuts__split {
    border: unset;
    color: #ffffff;
    padding: 8px 15px;
    width: 100%;
    margin-top: 23px;
}

.timber-cuts__summary {
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 1.75rem;
}

.timber-cuts__status {
    margin-top: 10px;
}
