/*
Theme Name: Dynamic Content Theme
Author: Jules
Description: A theme that uses a database to manage content dynamically.
Version: 1.0
*/

.wrap {
    margin: 20px;
}

.wrap h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.wp-list-table {
    margin-top: 20px;
}

.wp-list-table th {
    font-weight: bold;
}

.wp-list-table textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.submit .button-primary {
    padding: 10px 20px;
    font-size: 16px;
    height: auto;
}
