/* Custom Author Posts Plugin Styles */
.custom-author-posts {
    max-width: 100%;
    margin: 0 auto;
}

.author-search-form {
    max-width: 500px;
    margin: 0 auto 30px auto;
}

.author-search-form .form-group {
    margin-bottom: 15px;
}

.author-search-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1a1a1a;
}

.author-search-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    font-size: 14px;
}

.author-search-form button {
    padding: 10px 24px;
    background: #1559ED;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.author-search-form button:hover {
    background: #0f47c4;
}

.pagination-info {
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    border-radius: 4px;
}

.author-name {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
    line-height: 1.2;
}

.pagination-stats {
    color: #666;
    font-size: 0.9em;
}

.sorting-links {
    margin: 20px 0;
    padding: 15px;
    background: white;
    border-radius: 4px;
}

.sort-label {
    font-weight: bold;
    margin-right: 10px;
}

.sorting-links a {
    margin: 0 8px;
    text-decoration: none;
    color: #1559ED;
}

.sorting-links a:hover {
    text-decoration: underline;
    color: #0f47c4;
}

.separator {
    color: #ddd;
    margin: 0 5px;
}

.author-post-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.entry-title {
    font-size: 1.5em;
    margin: 0 0 15px 0;
}

.entry-title a {
    text-decoration: none;
    color: #1a1a1a;
}

.entry-title a:hover {
    color: #1559ED;
}

.entry-content {
    line-height: 1.6;
}

.post-excerpt {
    margin-bottom: 15px;
    color: #444;
    line-height: 1.6;
}

.read-more-wrapper {
    margin-bottom: 10px;
}

.more-link {
    text-decoration: underline;
    color: #1559ED;
    font-weight: 400;
}

.more-link:hover {
    color: #0f47c4;
}

.post-date {
    text-align: left;
    color: #666;
    font-size: 0.9em;
    margin-top: 10px;
}

.author-pagination {
    margin-top: 40px;
    text-align: center;
}

.author-pagination a,
.author-pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border-radius: 3px;
    text-decoration: none;
}

.author-pagination a {
    background: white;
    border: 1px solid #ddd;
    color: #1559ED;
}

.author-pagination a:hover {
    background: #1559ED;
    color: white;
    border-color: #1559ED;
}

.author-pagination .current-page {
    background: #1559ED;
    color: white;
}

.author-pagination .prev-page,
.author-pagination .next-page {
    padding: 8px 16px;
}

.no-posts,
.no-author {
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.no-posts p,
.no-author p {
    margin-bottom: 10px;
}

.no-posts strong,
.no-author strong {
    font-size: 1.2em;
}