
.book-submission-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.book-submission-form .form-group {
    margin-bottom: 20px;
}

.book-submission-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.book-submission-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.book-submission-form textarea.form-control {
    min-height: 120px;
}

.book-submission-form .field-description {
    display: block;
    font-size: 0.85em;
    color: #666;
    margin-top: 3px;
}

.book-submission-form .required {
    color: #f00;
}

.book-cover-upload {
    border: 1px solid #ddd;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
}

.book-cover-upload input[type="file"] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
    width: 100%;
}

.book-cover-upload .description {
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
}

.book-cover-preview img {
    max-width: 150px;
    max-height: 225px;
    display: block;
    margin-top: 10px;
}

.genres-selection {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.genre-checkbox {
    margin-right: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.genre-checkbox input {
    margin-right: 5px;
}

.social-link-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.social-link-row select {
    width: 150px;
    margin-right: 10px;
}

.social-link-row input {
    flex-grow: 1;
    margin-right: 10px;
}

.submit-button {
    padding: 12px 25px;
    background: #2271b1;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.submit-button:hover {
    background: #135e96;
}

.submission-message {
    margin-top: 20px;
}

.submission-loading {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    color: #666;
}

.submission-success {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 4px;
}

.submission-error {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 4px;
}

.submission-message a {
    color: #2271b1;
    text-decoration: underline;
}
