/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
input[type="text"]::placeholder,
textarea::placeholder {
    opacity: 0.7 !important;
}

#citation-book-system input[type="text"],
#citation-book-system div[contenteditable="true"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #888;
    border-radius: 6px;
    margin-top: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

#citation-book-system button {
    background-color: #003a70;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 8px;
}

#citation-book-system button:hover {
    background-color: #005aa5;
}

.remove_person_btn {
    background-color: #ae841f !important;
    color: #fff;
    padding: 5px 10px !important;
}

.remove_person_btn:hover {
    background-color: #c69b30 !important;
}

.person-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    gap: 6px;
}

#references_list {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

#references_list div {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
    font-family: "Times New Roman", serif;
    font-size: 12pt;
}

#references_list hr {
    border: none;
    border-top: 1px solid #ccc;
    margin-top: 8px;
}