/* Authors Table - used by includes/authorblock-bottom.php */
.authors-table {
    max-width: 100%;
    overflow-x: auto;
}
.authors-table table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}
.authors-table th, .authors-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.authors-table th {
    background-color: #1c173b;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.authors-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
