/* ==================== Ticket Cards ==================== */
.ticket-card {
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent !important;
}

.ticket-card:hover {
    border-left-color: var(--se-blue-600) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}

/* ==================== Comments ==================== */
.border-start.border-3 {
    padding-left: 0.75rem !important;
}
