#bsg-story-form {
    max-width: 650px;
    margin: 40px auto;
    background: #f7f7f7;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    font-family: sans-serif;
}

#bsg-story-form input[type="text"],
#bsg-story-form input[type="file"],
#bsg-story-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

#bsg-story-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

#bsg-story-form input[type="checkbox"],
#bsg-story-form input[type="radio"] {
    width: auto;
    margin-right: 8px;
}

#bsg-story-form button {
    background-color: #7d3f98;
    color: white;
    border: none;
    padding: 14px 24px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

#bsg-story-form button:hover {
    background-color: #642f7c;
}

#bsg-story-form textarea {
    resize: vertical;
}
