/* Basic styles for the plugin admin pages */
.wrap h1 {
    margin-bottom: 20px;
}

.wp-list-table th {
    text-align: left;
}

#search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#search-results li {
    padding: 5px 0;
}

#search-results li a {
    text-decoration: none;
}

#search-results li a:hover {
    text-decoration: underline;
}

.manage-tags-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tag-item {
    display: inline-block;
    margin-right: 10px;
}

.new-tag-input {
    width: 100px;
    margin-right: 10px;
}
