
#lovebook-fields-wrapper {
    margin-top: 30px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
}
#lovebook-fields-wrapper h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #444;
}
.lovebook-entry {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border: 1px dashed #ccc;
    border-radius: 8px;
}
.lovebook-entry label {
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
}
.lovebook-entry textarea {
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
}
.lovebook-preview img {
    margin-top: 5px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#add-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 14px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
#add-more:hover {
    background-color: #005e8a;
}
