/* assets/css/frontend-style.css */
.thr-player-rankings table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.thr-player-rankings table th,
.thr-player-rankings table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.thr-player-rankings table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.thr-player-rankings table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.thr-pagination {
    text-align: center;
    margin: 20px 0;
}
.thr-pagination a {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    color: #333;
}
.thr-pagination .current {
    background-color: #051839;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}
.thr-event-players table tr th, .thr-event-players table tr td {
    text-align: left;
    padding: 5px 10px;
}
.thr-events-list table tr th, .thr-player-details table tr th{
  text-align: left;
}
.thr-player-details p {
    display: inline-block;
    width: 33%;
}
.thr-player-details h2, .thr-player-rankings h2, .thr-events-list h2, .thr-event-players h2{
    background-color: #051839;
    color: #fff;
    padding: 20px;
    font-weight: bold;
} 
.thr-event-players h2{
	margin-bottom: 0;
}
.thr_pld_row {
    display: flex;
    width: 100%;
    gap: 25px;
    margin-bottom: 50px;
}
.thr_ply-pic img {
    width: 400px;
}
h4.thr-plyDetails, .thr-event-players h3 {
    background-color: #69727d;
    color: #fff;
    padding: 10px 20px;
}
.thr-player-details h3{
	background-color: #051839;
    color: #fff;
    padding: 10px 20px;
}
form.thr-filter-form {
    display: flex;
    width: 97%;
    gap: 15px;
    padding: 20px;
    background: #eee;
    align-items: end;
    max-width: 1200px;
}
form.thr-filter-form button {
    width: 150px;
    padding: 0px;
    background: #051839;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 45px;
    border-radius: 4px;
    cursor: pointer;
}
.thr-event-details {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
}
.thr-event-details p {
    display: inline-block;
    width: 33%;
}
.thr-player-rankings thead th, .thr-events-list thead th{
    background: #69727d;
    color: #fff;
}
.thr-event-players thead th {
    background: #051839;
    color: #fff;
}
.thr-filter-form select, .thr-filter-form input {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: var(--ast-form-input-text, #475569);
}
form.thr-filter-form > div {
    width: 33%;
}
.thr-filter-form input {
    max-height: 40px;
    padding: 2px;
    height: 40px;
    border: 1px solid;
    padding-left: 10px;
    width: 96%;
}
.thr-player-details  table.wp-list-table, .thr-event-players table.wp-list-table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: #D1D5DB;
    width: 100%;
}
.thr-player-details table th, .thr-player-details table td, .thr-event-players table th, .thr-event-players table td {padding: .7em 1em;border-width: 0 1px 1px 0;}
.thr-player-details table, td, th, .thr-event-players table, td, th {
    border: 1px solid #D1D5DB;
}