.slt-ticket-result {
    margin-top: 15px;
    font-weight: bold;
}

.rental_title {
  display: flex;
  gap: 20px;
  align-items: center;
}

#slt-tickets-table th:nth-child(1), /* ID */
#slt-tickets-table td:nth-child(1) {
    width: 5%;
}

#slt-tickets-table th:nth-child(2), /* Titel */
#slt-tickets-table td:nth-child(2) {
    width: 35%; /* Breiteste Spalte */
}

#slt-tickets-table th:nth-child(3), /* Platz */
#slt-tickets-table td:nth-child(3) {
    width: 8%;
}

#slt-tickets-table th:nth-child(8), /* Datum */
#slt-tickets-table td:nth-child(8) {
    width: 140px; /* Feste Breite, damit es "gerade recht" ist */
}

#slt-tickets-table th:nth-child(9), /* Aktion */
#slt-tickets-table td:nth-child(9) {
    width: 120px;
    text-align: center;
}

.slt-single-ticket-meta,
.slt-single-ticket-content,
.slt-ticket-actions,
.slt-ticket-history {
    margin-bottom: 2em;
}

.slt-ticket-actions .btn {
    margin-right: 10px;
}

.btn-danger {
    background-color: #d9534f;
    color: white;
}

.slt-history-container {
    max-height: 250px;
    overflow-y: auto;
}

.slt-history-list {
    padding-left: 20px;
    margin: 0;
}

.slt-ticket-details {
    margin-bottom: 3em;
    background-color: #1a1a1a;
    border-radius: 5px;
}

.slt-ticket-details-row {
    display: flex;
    gap: 30px; /* Abstand zwischen den Elementen */
    margin-bottom: 10px;
}
.slt-ticket-details-row:last-child {
    margin-bottom: 0;
}

.slt-ticket-actions h3 {
    margin-bottom: 0;
}

#wp-slt_ticket_description_edit-wrap {
    margin-top: -35px;
}

#wp-slt_ticket_description_edit-wrap, #wp-slt_ticket_description-wrap {
    filter: invert(0.87);
}

#slt-tickets-table_filter {
    margin-top: 11px;
}