.moreaffiliate-tickets-table .ticket-status {
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}
.ticket-status.open {
    background: #3498db;
}
.ticket-status.pending {
    background: #f39c12;
}
.ticket-status.answered {
    background: #27ae60;
}
.ticket-status.closed {
    background: #7f8c8d;
}
.ticket-messages {
    margin-bottom: 15px;
    max-height: 300px;
    overflow-y: auto;
}
.ticket-message {
    padding: 10px;
    margin: 5px 0;
    border-radius: 4px;
}
.user-message {
    background: #f1f1f1;
}
.admin-message {
    background: #e8f4ff;
    border-left: 4px solid #0073aa;
}
.reply-ticket-form textarea {
    width: 100%;
    max-width: 600px;
    margin-bottom: 10px;
}
.attachment-fields p {
    margin: 5px 0;
}
.attachments img {
    margin: 5px;
    border: 1px solid #ddd;
}