.lb-item-options {
    margin: 1.5rem 0;
    padding: 1.25rem;
    border: 1px solid #dce7f2;
    border-radius: 16px;
    background: #f8fbff;
}

.lb-item-options h3 {
    margin: 0 0 .25rem;
    color: #06477f;
    font-size: 1.25rem;
}

.lb-item-options__intro {
    margin: 0 0 1rem;
    color: #586574;
}

.lb-field {
    margin-bottom: 1rem;
}

.lb-field label {
    display: block;
    margin-bottom: .4rem;
    color: #17212b;
    font-weight: 600;
}

.lb-field label > span {
    color: #c0392b;
}

.lb-field label small,
.lb-help {
    color: #697786;
    font-weight: 400;
}

.lb-field select,
.lb-field textarea,
.lb-field input[type="file"] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    border: 1px solid #aebdca;
    border-radius: 10px;
    background: #fff;
    color: #17212b;
    font: inherit;
}

.lb-field select,
.lb-field textarea {
    padding: .7rem .8rem;
}

.lb-field input[type="file"] {
    padding: .55rem;
}

.lb-field select:focus,
.lb-field textarea:focus,
.lb-field input[type="file"]:focus {
    outline: 3px solid rgba(9, 166, 219, .18);
    border-color: #09a6db;
}

.lb-help {
    display: block;
    margin-top: .35rem;
    font-size: .82rem;
}

.lb-damage-preview {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-top: .65rem;
    padding: .65rem;
    border-radius: 10px;
    background: #eaf6fd;
    color: #06477f;
    overflow-wrap: anywhere;
}

.lb-damage-preview[hidden] {
    display: none;
}

.lb-damage-preview img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
}

.lb-required-note {
    margin: 0;
    color: #697786;
    font-size: .8rem;
}

@media (max-width: 480px) {
    .lb-item-options {
        padding: 1rem;
        border-radius: 12px;
    }
}
